kernel-ark/drivers/net/wireless/iwlwifi
Sedat Dilek 7d5f01ad53 iwlwifi: Fix error: struct iwl_lq_sta has no member named dbg_fixed_rate
While compiling linux-next (next-20101216) I fell over this breakage:
...
drivers/net/wireless/iwlwifi/iwl-agn-rs.c: In function ‘iwl_rs_rate_init’:
drivers/net/wireless/iwlwifi/iwl-agn-rs.c:2876:8: error: ‘struct iwl_lq_sta’ has no member named ‘dbg_fixed_rate’

dbg_fixed_rate is only used when CONFIG_MAC80211_DEBUGFS is set:

[ drivers/net/wireless/iwlwifi/iwl-agn-rs.h ]
...
 #ifdef CONFIG_MAC80211_DEBUGFS
       struct dentry *rs_sta_dbgfs_scale_table_file;
       struct dentry *rs_sta_dbgfs_stats_table_file;
       struct dentry *rs_sta_dbgfs_rate_scale_data_file;
       struct dentry *rs_sta_dbgfs_tx_agg_tid_en_file;
       u32 dbg_fixed_rate;
 #endif

The issue was introduced by commit a1da077bc3:
"iwlwifi: clear dbg_fixed_rate during init"

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-12-16 09:47:02 -05:00
..
iwl3945-base.c iwlwifi: jiffies based tx queues watchdog 2010-12-06 16:01:29 -05:00
iwl-1000.c iwlagn: code clean up to remove duplicate code 2010-12-13 15:53:54 -08:00
iwl-3945-debugfs.c
iwl-3945-debugfs.h
iwl-3945-fh.h
iwl-3945-hw.h
iwl-3945-led.c
iwl-3945-led.h
iwl-3945-rs.c
iwl-3945.c iwlwifi: jiffies based tx queues watchdog 2010-12-06 16:01:29 -05:00
iwl-3945.h
iwl-4965-hw.h
iwl-4965.c iwlwifi: jiffies based tx queues watchdog 2010-12-06 16:01:29 -05:00
iwl-5000-hw.h
iwl-5000.c iwlagn: code clean up to remove duplicate code 2010-12-13 15:53:54 -08:00
iwl-6000-hw.h
iwl-6000.c iwlagn: code clean up to remove duplicate code 2010-12-13 15:53:54 -08:00
iwl-agn-calib.c
iwl-agn-calib.h
iwl-agn-debugfs.c iwlwifi: keep track of bt coex enable/disable stage 2010-12-13 15:53:38 -08:00
iwl-agn-debugfs.h
iwl-agn-eeprom.c iwlagn: More detail tx power logging 2010-12-13 15:53:09 -08:00
iwl-agn-hcmd.c
iwl-agn-hw.h
iwl-agn-ict.c
iwl-agn-led.c
iwl-agn-led.h
iwl-agn-lib.c iwlwifi: keep track of bt coex enable/disable stage 2010-12-13 15:53:38 -08:00
iwl-agn-rs.c iwlwifi: Fix error: struct iwl_lq_sta has no member named dbg_fixed_rate 2010-12-16 09:47:02 -05:00
iwl-agn-rs.h
iwl-agn-rx.c
iwl-agn-rxon.c iwlagn: fix witespace damage 2010-12-15 17:03:55 -05:00
iwl-agn-sta.c
iwl-agn-tt.c
iwl-agn-tt.h
iwl-agn-tx.c iwlagn: fix debug variable access 2010-12-13 15:51:33 -08:00
iwl-agn-ucode.c iwlagn: Enable PCI L1 ACTIVE state after uCode has been loaded 2010-12-02 08:35:02 -08:00
iwl-agn.c iwlwifi: jiffies based tx queues watchdog 2010-12-06 16:01:29 -05:00
iwl-agn.h iwlagn: remove structure name reference to gen2 2010-12-02 08:35:12 -08:00
iwl-commands.h iwlagn: use different kill mask when SCO active 2010-11-24 17:25:03 -08:00
iwl-core.c iwlwifi: keep track of bt coex enable/disable stage 2010-12-13 15:53:38 -08:00
iwl-core.h iwlwifi: do not reload fw if WiMAX own the RF 2010-12-13 15:53:24 -08:00
iwl-csr.h
iwl-debug.h iwlwifi: add new EEPROM debug log type 2010-12-13 15:52:39 -08:00
iwl-debugfs.c iwlwifi: keep track of bt coex enable/disable stage 2010-12-13 15:53:38 -08:00
iwl-dev.h iwlwifi: keep track of bt coex enable/disable stage 2010-12-13 15:53:38 -08:00
iwl-devtrace.c
iwl-devtrace.h
iwl-eeprom.c iwlwifi: use IWL_DEBUG_EEPROM for EEPROM related info 2010-12-13 15:52:53 -08:00
iwl-eeprom.h iwlagn: remove old EEPROM TX power reading 2010-12-13 15:52:23 -08:00
iwl-fh.h
iwl-hcmd.c
iwl-helpers.h
iwl-io.h
iwl-led.c
iwl-led.h
iwl-legacy.c
iwl-legacy.h
iwl-power.c iwlwifi: advance power management support 2010-11-24 16:19:37 -05:00
iwl-power.h
iwl-prph.h iwlwifi: do not reload fw if WiMAX own the RF 2010-12-13 15:53:24 -08:00
iwl-rx.c
iwl-scan.c
iwl-spectrum.h
iwl-sta.c iwlagn: fix race condition when reprogram sta 2010-12-02 08:34:54 -08:00
iwl-sta.h
iwl-tx.c iwlwifi: jiffies based tx queues watchdog 2010-12-06 16:01:29 -05:00
Kconfig
Makefile