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, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 8538af788a73..5ac03f5a4713 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -1224,7 +1224,9 @@ struct iwl_priv { | |||
1224 | u8 bssid[ETH_ALEN]; /* used only on 3945 but filled by core */ | 1224 | u8 bssid[ETH_ALEN]; /* used only on 3945 but filled by core */ |
1225 | u8 mac_addr[ETH_ALEN]; | 1225 | u8 mac_addr[ETH_ALEN]; |
1226 | 1226 | ||
1227 | /*station table variables */ | 1227 | /* station table variables */ |
1228 | |||
1229 | /* Note: if lock and sta_lock are needed, lock must be acquired first */ | ||
1228 | spinlock_t sta_lock; | 1230 | spinlock_t sta_lock; |
1229 | int num_stations; | 1231 | int num_stations; |
1230 | struct iwl_station_entry stations[IWL_STATION_COUNT]; | 1232 | struct iwl_station_entry stations[IWL_STATION_COUNT]; |