linux/drivers/net/wireless/iwlwifi
Johannes Berg a30e3112a8 iwlwifi: move agn specific station code there
By duplicating a little bit of code between 3945
and agn, we can move a lot of code into an agn
specific station management file and thus reduce
the amount of code in core that is dead to 3945.

before:
   text	   data	    bss	    dec	    hex	filename
 212886	   3872	     96	 216854	  34f16	iwlcore.ko
 620542	  10448	    304	 631294	  9a1fe	iwlagn.ko
 314013	   3264	    196	 317473	  4d821	iwl3945.ko

after:
   text	   data	    bss	    dec	    hex	filename
 202857	   3872	     92	 206821	  327e5	iwlcore.ko
 629102	  10448	    308	 639858	  9c372	iwlagn.ko
 314240	   3264	    196	 317700	  4d904	iwl3945.ko

delta:
 -10029   iwlcore.ko
   8560   iwlagn.ko
    227   iwl3945.ko

so it's a net win even if you have both loaded,
likely because a lot of EXPORT_SYMBOLs go away.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
2010-10-07 15:50:33 -07:00
..
iwl3945-base.c iwlwifi: move agn specific station code there 2010-10-07 15:50:33 -07:00
iwl-1000.c iwlwifi: remove verify_signature eeprom operation 2010-10-07 15:50:18 -07:00
iwl-3945-debugfs.c
iwl-3945-debugfs.h
iwl-3945-fh.h drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
iwl-3945-hw.h iwlwifi: prepare for PAN queue/fifo assignment 2010-08-27 08:27:29 -07:00
iwl-3945-led.c
iwl-3945-led.h
iwl-3945-rs.c iwlwifi: move virtual interface pointer into context 2010-08-27 09:15:20 -07:00
iwl-3945.c iwlwifi: move agn specific station code there 2010-10-07 15:50:33 -07:00
iwl-3945.h iwl3945: use iwl3945_commit_rxon 2010-10-07 15:49:18 -07:00
iwl-4965-hw.h drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
iwl-4965.c iwlwifi: remove verify_signature eeprom operation 2010-10-07 15:50:18 -07:00
iwl-5000-hw.h iwlwifi: update out-of-date comments 2010-08-25 14:33:20 -04:00
iwl-5000.c iwlwifi: remove verify_signature eeprom operation 2010-10-07 15:50:18 -07:00
iwl-6000-hw.h iwlwifi: update out-of-date comments 2010-08-25 14:33:20 -04:00
iwl-6000.c iwlwifi: remove verify_signature eeprom operation 2010-10-07 15:50:18 -07:00
iwl-agn-calib.c iwlagn: reduce redundant parameter definitions 2010-10-06 08:10:00 -07:00
iwl-agn-debugfs.c iwlagn: reduce redundant parameter definitions 2010-10-06 08:10:00 -07:00
iwl-agn-debugfs.h iwlagn: keep track of failure tx status 2010-09-17 13:17:36 -07:00
iwl-agn-hcmd.c iwlwifi: move chain settings to agn 2010-10-07 15:49:34 -07:00
iwl-agn-hw.h drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
iwl-agn-ict.c iwlagn: reduce redundant parameter definitions 2010-10-06 08:10:00 -07:00
iwl-agn-led.c
iwl-agn-led.h
iwl-agn-lib.c iwlwifi: move agn specific station code there 2010-10-07 15:50:33 -07:00
iwl-agn-rs.c iwlwifi: move agn specific station code there 2010-10-07 15:50:33 -07:00
iwl-agn-rs.h iwlwifi: fix default LQ table in 5.2 band 2010-09-11 08:50:44 -07:00
iwl-agn-rx.c iwlagn: reduce redundant parameter definitions 2010-10-06 08:10:00 -07:00
iwl-agn-sta.c iwlwifi: move agn specific station code there 2010-10-07 15:50:33 -07:00
iwl-agn-tt.c iwlagn: reduce redundant parameter definitions 2010-10-06 08:10:00 -07:00
iwl-agn-tt.h iwlwifi: separate thermal throttling function 2010-08-24 16:28:07 -04:00
iwl-agn-tx.c iwlagn: reduce redundant parameter definitions 2010-10-06 08:10:00 -07:00
iwl-agn-ucode.c iwlagn: reduce redundant parameter definitions 2010-10-06 08:10:00 -07:00
iwl-agn.c iwlwifi: move agn specific station code there 2010-10-07 15:50:33 -07:00
iwl-agn.h iwlwifi: move agn specific station code there 2010-10-07 15:50:33 -07:00
iwl-calib.h iwlagn: Add support for bluetooth statistics notification 2010-07-23 08:41:18 -07:00
iwl-commands.h iwlagn: rename iwl5000_tx_resp 2010-10-06 08:12:02 -07:00
iwl-core.c iwlwifi: rename iwl_mac_beacon_update 2010-10-07 15:49:58 -07:00
iwl-core.h iwlwifi: move agn specific station code there 2010-10-07 15:50:33 -07:00
iwl-csr.h iwlagn: set CSR register for 6050g2 devices 2010-09-28 16:56:03 -07:00
iwl-debug.h iwlwifi: fix compile warning 2010-08-04 15:27:37 -04:00
iwl-debugfs.c iwlagn: reduce redundant parameter definitions 2010-10-06 08:10:00 -07:00
iwl-dev.h iwlwifi: send DC calib config to runtime ucode 2010-09-28 16:57:06 -07:00
iwl-devtrace.c
iwl-devtrace.h iwlwifi: fix TX tracer 2010-08-06 13:53:58 -04:00
iwl-eeprom.c iwlwifi: remove verify_signature eeprom operation 2010-10-07 15:50:18 -07:00
iwl-eeprom.h iwlwifi: remove verify_signature eeprom operation 2010-10-07 15:50:18 -07:00
iwl-fh.h Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2010-07-13 15:57:29 -04:00
iwl-hcmd.c iwlwifi: add PAN API 2010-08-27 09:28:08 -07:00
iwl-helpers.h iwlwifi: beacon format related helper function 2010-06-05 23:15:49 -07:00
iwl-io.h
iwl-led.c iwlagn: reduce redundant parameter definitions 2010-10-06 08:10:00 -07:00
iwl-led.h
iwl-power.c iwlagn: reduce redundant parameter definitions 2010-10-06 08:10:00 -07:00
iwl-power.h iwlwifi: separate thermal throttling function 2010-08-24 16:28:07 -04:00
iwl-prph.h iwlwifi: prepare for PAN queue/fifo assignment 2010-08-27 08:27:29 -07:00
iwl-rx.c iwlwifi: initial contextification 2010-08-27 08:26:47 -07:00
iwl-scan.c iwlwifi: introduce post_scan hook 2010-10-07 15:49:05 -07:00
iwl-spectrum.h drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
iwl-sta.c iwlwifi: move agn specific station code there 2010-10-07 15:50:33 -07:00
iwl-sta.h iwlwifi: move agn specific station code there 2010-10-07 15:50:33 -07:00
iwl-tx.c iwlagn: correct naming for failure reply tx status 2010-09-17 13:18:39 -07:00
Kconfig iwlwifi: move debug options into submenu 2010-08-24 16:32:03 -04:00
Makefile iwlwifi: move agn specific station code there 2010-10-07 15:50:33 -07:00