diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/mac80211-ops.c')
| -rw-r--r-- | drivers/net/wireless/ath/ath5k/mac80211-ops.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/mac80211-ops.c b/drivers/net/wireless/ath/ath5k/mac80211-ops.c index 4ee01f65423..afb23b3cc7b 100644 --- a/drivers/net/wireless/ath/ath5k/mac80211-ops.c +++ b/drivers/net/wireless/ath/ath5k/mac80211-ops.c @@ -681,6 +681,7 @@ ath5k_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey)  	survey->channel = conf->chandef.chan;  	survey->noise = ah->ah_noise_floor;  	survey->filled = SURVEY_INFO_NOISE_DBM | +			SURVEY_INFO_IN_USE |  			SURVEY_INFO_CHANNEL_TIME |  			SURVEY_INFO_CHANNEL_TIME_BUSY |  			SURVEY_INFO_CHANNEL_TIME_RX |  | 
