Joe Perches 
								
							 
						 
						
							
							
								
							
							
	6890ba72f5  
						 
						
							
							
								
								
								iwlegacy: Remove extern from function prototypes  
							
							... 
							
							
							
							There are a mix of function prototypes with and without extern
in the kernel sources.  Standardize on not using extern for
function prototypes.
Function prototypes don't need to be written with extern.
extern is assumed by the compiler.  Its use is as unnecessary as
using auto to declare automatic/local variables in a block.
Signed-off-by: Joe Perches <joe@perches.com> 
							
						 
						
							2013-09-24 18:05:24 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Johannes Berg 
								
							 
						 
						
							
							
								
							
							
	9a886586c8  
						 
						
							
							
								
								
								wireless: move sequence number arithmetic to ieee80211.h  
							
							... 
							
							
							
							Move the sequence number arithmetic code from mac80211 to
ieee80211.h so others can use it. Also rename the functions
from _seq to _sn, they operate on the sequence number, not
the sequence_control field.
Also move macros to convert the sequence control to/from
the sequence number value from various drivers.
Signed-off-by: Johannes Berg <johannes.berg@intel.com> 
							
						 
						
							2013-03-06 16:35:44 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	93b7654ec5  
						 
						
							
							
								
								
								iwlegacy: move debugfs_ops to il_priv  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com> 
							
						 
						
							2012-02-22 14:51:13 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	c39ae9fd50  
						 
						
							
							
								
								
								iwlegacy: move ops out of config  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com> 
							
						 
						
							2012-02-06 14:56:11 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	8300719603  
						 
						
							
							
								
								
								iwlegacy: get rid of ctx structure  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com> 
							
						 
						
							2012-02-06 14:56:11 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	81fb461395  
						 
						
							
							
								
								
								iwlegacy: 3945: simplify calculations of retry limit  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com> 
							
						 
						
							2012-01-04 14:30:45 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	280ade5ea9  
						 
						
							
							
								
								
								iwlegacy: 3945: get rid of hw_{set,get}_rate  
							
							... 
							
							
							
							Remove these helpers, some are not unused at all, one can be
unrolled in place of use.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com> 
							
						 
						
							2012-01-04 14:30:44 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Greg Dietsche 
								
							 
						 
						
							
							
								
							
							
	9b5e2f463a  
						 
						
							
							
								
								
								iwlegacy: debugfs_ops should depend on CONFIG_IWLEGACY_DEBUGFS  
							
							... 
							
							
							
							Only setup structs related to debugfs_ops when CONFIG_IWLEGACY_DEBUGFS is set.
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-16 12:55:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	1722f8e12a  
						 
						
							
							
								
								
								iwlegacy: checkpatch.pl fixes  
							
							... 
							
							
							
							Fix most checkpatch.pl ERRORs and some WARNINGs.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 14:51:01 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	e7392364fc  
						 
						
							
							
								
								
								iwlegacy: indentions and whitespaces  
							
							... 
							
							
							
							Process iwlegacy source files using:
indent -npro -l500 -nhnl
indent -npro -kr -i8 -ts8 -sob -l80 -nbbo -ss -ncs -cp1 -il0 -psl
Plus manual compilation fixes.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 14:45:59 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	f02579e3a8  
						 
						
							
							
								
								
								iwlegacy: merge iwl-debug.h into common.h  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 14:25:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	53143a1809  
						 
						
							
							
								
								
								iwlegacy: use FH39_ prefix in 3945 code  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 14:20:33 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	e8c39d4e62  
						 
						
							
							
								
								
								iwlegacy: rename iwl-prph.h to prph.h  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 14:20:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	47ef694dd4  
						 
						
							
							
								
								
								iwlegacy: merge iwl-{eeprom,led}.h into common.h  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 14:20:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	99412002a0  
						 
						
							
							
								
								
								iwlegacy: merge iwl-power.h into common.h  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 14:20:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	e94a4099ad  
						 
						
							
							
								
								
								iwlegacy: merge common header files  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 14:20:09 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	77375bb01c  
						 
						
							
							
								
								
								iwlegacy: rename iwl-csr.h to csr.h  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 14:12:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	d4459a99c4  
						 
						
							
							
								
								
								iwlegacy: rename iwl-commands.h to commands.h  
							
							... 
							
							
							
							On the way remove also not needed iwl-fh.h include.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 13:51:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	d2dfb33ec9  
						 
						
							
							
								
								
								iwlegacy: rename other handlers  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 13:16:38 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	d0c72347be  
						 
						
							
							
								
								
								iwlegacy: s/rx_handler/handler/  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 13:12:24 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stanislaw Gruszka 
								
							 
						 
						
							
							
								
							
							
	6bbb1370c3  
						 
						
							
							
								
								
								iwlegacy: move iwl-3945-{,hw,fh,debugfs}.h to 3945.h  
							
							... 
							
							
							
							Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> 
							
						 
						
							2011-11-15 12:59:59 +01:00