linux/drivers/net/wireless/iwlwifi
Shanyu Zhao 6b5ce50142 iwlwifi: add iwl_nic_ops structure to iwl_ops
iwlwifi driver supports multiple devices. Since some device needs
special configuration we create a new iwl_nic_ops structure which is
configurable per device. Currently there is only one function pointer
inside this structure: additional_nic_config().

The iwl_nic_ops structure is added to the top level in struct iwl_ops,
making it easier to change per device. Duplication of the iwl_lib_ops
structure is no longer needed.

With this new ops the previous function pointer set_calib_version is
no longer needed since it is just a per device nic configuration.

As part of the code restructuring, a bug is addressed. Indication of
calib version to uCode is only needed for 6050 devices, however,
current implementation set calib version for all 6000 devices for
which DC calib is needed. To fix this, create iwl6050_ops for 6050
devices and only populate iwl_nic_ops in this structure.

Signed-off-by: Shanyu Zhao <shanyu.zhao@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
2010-09-28 16:55:25 -07:00
..
iwl3945-base.c iwlwifi: do not force complete scan too early 2010-09-14 16:14:25 -04:00
iwl-1000.c iwlwifi: define 100 devices 2010-09-28 16:52:35 -07:00
iwl-3945-debugfs.c
iwl-3945-debugfs.h
iwl-3945-fh.h
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: make hw crypto context aware 2010-08-27 09:25:56 -07:00
iwl-3945.h iwlwifi: unify scan start checks 2010-09-14 16:08:03 -04:00
iwl-4965-hw.h
iwl-4965.c iwlagn: keep track of failure tx status 2010-09-17 13:17:36 -07:00
iwl-5000-hw.h iwlwifi: update out-of-date comments 2010-08-25 14:33:20 -04:00
iwl-5000.c iwlagn: keep track of failure tx status 2010-09-17 13:17:36 -07:00
iwl-6000-hw.h iwlwifi: update out-of-date comments 2010-08-25 14:33:20 -04:00
iwl-6000.c iwlwifi: add iwl_nic_ops structure to iwl_ops 2010-09-28 16:55:25 -07:00
iwl-agn-calib.c iwlwifi: initial contextification 2010-08-27 08:26:47 -07:00
iwl-agn-debugfs.c iwlagn: correct naming for failure reply tx status 2010-09-17 13:18:39 -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: fix and describe iwl_adjust_beacon_interval 2010-09-11 08:52:01 -07:00
iwl-agn-hw.h
iwl-agn-ict.c
iwl-agn-led.c
iwl-agn-led.h
iwl-agn-lib.c iwlagn: initialize both tx/rx prio boost parameters 2010-09-17 13:18:57 -07:00
iwl-agn-rs.c iwlwifi: move HT configuration data into context 2010-08-27 09:27:19 -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: Add support for bluetooth statistics notification 2010-07-23 08:41:18 -07:00
iwl-agn-tt.c iwlwifi: initial contextification 2010-08-27 08:26:47 -07:00
iwl-agn-tt.h iwlwifi: separate thermal throttling function 2010-08-24 16:28:07 -04:00
iwl-agn-tx.c iwlagn: queue frames according to context 2010-08-27 09:29:32 -07:00
iwl-agn-ucode.c iwlagn: open/close envlope to force move BT state machine 2010-09-03 12:31:35 -07:00
iwl-agn.c iwlwifi: define 100 devices 2010-09-28 16:52:35 -07:00
iwl-agn.h iwlwifi: define 100 devices 2010-09-28 16:52:35 -07:00
iwl-calib.h iwlagn: Add support for bluetooth statistics notification 2010-07-23 08:41:18 -07:00
iwl-commands.h iwlagn: minor coex API changes 2010-09-17 13:18:49 -07:00
iwl-core.c iwlwifi: do not force complete scan too early 2010-09-14 16:14:25 -04:00
iwl-core.h iwlwifi: add iwl_nic_ops structure to iwl_ops 2010-09-28 16:55:25 -07:00
iwl-csr.h iwlwifi: enable 6050 series Gen2 devices 2010-07-09 10:16:39 -07:00
iwl-debug.h iwlwifi: fix compile warning 2010-08-04 15:27:37 -04:00
iwl-debugfs.c iwlagn: keep track of failure tx status 2010-09-17 13:17:36 -07:00
iwl-dev.h iwlagn: keep track of aggregated tx frames failure counter 2010-09-17 13:18:02 -07:00
iwl-devtrace.c
iwl-devtrace.h iwlwifi: fix TX tracer 2010-08-06 13:53:58 -04:00
iwl-eeprom.c
iwl-eeprom.h Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 2010-07-27 11:59:19 -04: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
iwl-io.h
iwl-led.c
iwl-led.h
iwl-power.c iwlwifi: fix thermal throttling related power management operation 2010-08-24 16:28:19 -04: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: fix sparse warning about wrong enum for band parameter 2010-09-16 15:46:02 -04:00
iwl-spectrum.h
iwl-sta.c iwlwifi: fix default LQ table in 5.2 band 2010-09-11 08:50:44 -07:00
iwl-sta.h iwlwifi: add context pointer to station 2010-08-27 09:26:54 -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: separate thermal throttling function 2010-08-24 16:28:07 -04:00