|
@@ -848,7 +848,7 @@ struct iwl_priv {
|
|
unsigned long scan_start;
|
|
unsigned long scan_start;
|
|
unsigned long scan_pass_start;
|
|
unsigned long scan_pass_start;
|
|
unsigned long scan_start_tsf;
|
|
unsigned long scan_start_tsf;
|
|
- struct iwl_scan_cmd *scan;
|
|
|
|
|
|
+ void *scan;
|
|
int scan_bands;
|
|
int scan_bands;
|
|
int one_direct_scan;
|
|
int one_direct_scan;
|
|
u8 direct_ssid_len;
|
|
u8 direct_ssid_len;
|
|
@@ -1071,8 +1071,6 @@ struct iwl_priv {
|
|
s8 user_txpower_limit;
|
|
s8 user_txpower_limit;
|
|
s8 max_channel_txpower_limit;
|
|
s8 max_channel_txpower_limit;
|
|
|
|
|
|
- struct iwl3945_scan_cmd *scan39;
|
|
|
|
-
|
|
|
|
/* We declare this const so it can only be
|
|
/* We declare this const so it can only be
|
|
* changed via explicit cast within the
|
|
* changed via explicit cast within the
|
|
* routines that actually update the physical
|
|
* routines that actually update the physical
|