linux/drivers/net/wireless/iwlegacy
Stanislaw Gruszka 17d4eca643 iwlegacy: move some i/o helpers out of inline
This save us about 20k of text size, and should have no impact on
performance as hot paths do not use much I/O.

Before:
   text	   data	    bss	    dec	    hex	filename
 108512	   1784	    168	 110464	  1af80	drivers/net/wireless/iwlegacy/iwl3945.ko
 165730	   2164	    156	 168050	  29072	drivers/net/wireless/iwlegacy/iwl4965.ko
  91942	    328	     48	  92318	  1689e	drivers/net/wireless/iwlegacy/iwlegacy.ko

After:
   text	   data	    bss	    dec	    hex	filename
  95556	   1784	    168	  97508	  17ce4	drivers/net/wireless/iwlegacy/iwl3945.ko
 154853	   2164	    156	 157173	  265f5	drivers/net/wireless/iwlegacy/iwl4965.ko
  91634	    328	     48	  92010	  1676a	drivers/net/wireless/iwlegacy/iwlegacy.ko

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
..
3945-debug.c iwlegacy: checkpatch.pl fixes 2011-11-15 14:51:01 +01:00
3945-mac.c iwlegacy: checkpatch.pl fixes 2011-11-15 14:51:01 +01:00
3945-rs.c iwlegacy: checkpatch.pl fixes 2011-11-15 14:51:01 +01:00
3945.c iwlegacy: off by one in iwl3945_hw_build_tx_cmd_rate() 2012-01-04 14:30:44 -05:00
3945.h iwlegacy: debugfs_ops should depend on CONFIG_IWLEGACY_DEBUGFS 2011-11-16 12:55:12 +01:00
4965-calib.c iwlegacy: checkpatch.pl fixes 2011-11-15 14:51:01 +01:00
4965-debug.c iwlegacy: checkpatch.pl fixes 2011-11-15 14:51:01 +01:00
4965-mac.c iwlegacy: 4965: remove vif null check in request_scan 2011-11-16 12:51:15 +01:00
4965-rs.c iwlegacy: 4965-rs: cleanup il4965_rs_sta_dbgfs_rate_scale_data_read 2011-11-16 12:54:56 +01:00
4965.c iwlegacy: debugfs_ops should depend on CONFIG_IWLEGACY_DEBUGFS 2011-11-16 12:55:12 +01:00
4965.h iwlegacy: debugfs_ops should depend on CONFIG_IWLEGACY_DEBUGFS 2011-11-16 12:55:12 +01:00
commands.h iwlegacy: indentions and whitespaces 2011-11-15 14:45:59 +01:00
common.c iwlegacy: move some i/o helpers out of inline 2012-01-04 14:30:44 -05:00
common.h iwlegacy: move some i/o helpers out of inline 2012-01-04 14:30:44 -05:00
csr.h iwlegacy: indentions and whitespaces 2011-11-15 14:45:59 +01:00
debug.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux 2011-11-22 14:05:46 -05:00
iwl-spectrum.h iwlegacy: rename iwl to il 2011-11-15 11:16:58 +01:00
Kconfig iwlegacy: merge iwl-debug.h into common.h 2011-11-15 14:25:21 +01:00
Makefile iwlegacy: rename iwl-debug.c to debug.c 2011-11-15 14:24:36 +01:00
prph.h iwlegacy: indentions and whitespaces 2011-11-15 14:45:59 +01:00