diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 4d437cf50c8e..5b5e011497c1 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -848,7 +848,7 @@ struct iwl_priv { | |||
848 | unsigned long scan_start; | 848 | unsigned long scan_start; |
849 | unsigned long scan_pass_start; | 849 | unsigned long scan_pass_start; |
850 | unsigned long scan_start_tsf; | 850 | unsigned long scan_start_tsf; |
851 | struct iwl_scan_cmd *scan; | 851 | void *scan; |
852 | int scan_bands; | 852 | int scan_bands; |
853 | int one_direct_scan; | 853 | int one_direct_scan; |
854 | u8 direct_ssid_len; | 854 | u8 direct_ssid_len; |
@@ -1071,8 +1071,6 @@ struct iwl_priv { | |||
1071 | s8 user_txpower_limit; | 1071 | s8 user_txpower_limit; |
1072 | s8 max_channel_txpower_limit; | 1072 | s8 max_channel_txpower_limit; |
1073 | 1073 | ||
1074 | struct iwl3945_scan_cmd *scan39; | ||
1075 | |||
1076 | /* We declare this const so it can only be | 1074 | /* We declare this const so it can only be |
1077 | * changed via explicit cast within the | 1075 | * changed via explicit cast within the |
1078 | * routines that actually update the physical | 1076 | * routines that actually update the physical |