diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath.h')
-rw-r--r-- | drivers/net/wireless/ath/ath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index 65ef483ebf50..da7a7c8dafb2 100644 --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h | |||
@@ -185,7 +185,7 @@ struct ath_common { | |||
185 | bool bt_ant_diversity; | 185 | bool bt_ant_diversity; |
186 | 186 | ||
187 | int last_rssi; | 187 | int last_rssi; |
188 | struct ieee80211_supported_band sbands[IEEE80211_NUM_BANDS]; | 188 | struct ieee80211_supported_band sbands[NUM_NL80211_BANDS]; |
189 | }; | 189 | }; |
190 | 190 | ||
191 | static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) | 191 | static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) |