diff options
Diffstat (limited to 'drivers/net/wireless/ath/wil6210/wmi.c')
-rw-r--r-- | drivers/net/wireless/ath/wil6210/wmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/wil6210/wmi.c b/drivers/net/wireless/ath/wil6210/wmi.c index 3cc4462aec1a..6ca28c3eff0a 100644 --- a/drivers/net/wireless/ath/wil6210/wmi.c +++ b/drivers/net/wireless/ath/wil6210/wmi.c | |||
@@ -333,7 +333,7 @@ static void wmi_evt_rx_mgmt(struct wil6210_priv *wil, int id, void *d, int len) | |||
333 | } | 333 | } |
334 | 334 | ||
335 | ch_no = data->info.channel + 1; | 335 | ch_no = data->info.channel + 1; |
336 | freq = ieee80211_channel_to_frequency(ch_no, IEEE80211_BAND_60GHZ); | 336 | freq = ieee80211_channel_to_frequency(ch_no, NL80211_BAND_60GHZ); |
337 | channel = ieee80211_get_channel(wiphy, freq); | 337 | channel = ieee80211_get_channel(wiphy, freq); |
338 | signal = data->info.sqi; | 338 | signal = data->info.sqi; |
339 | d_status = le16_to_cpu(data->info.status); | 339 | d_status = le16_to_cpu(data->info.status); |