aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
index b1d189c6be8a..a69fda8a9102 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -1879,7 +1879,7 @@ void ath9k_update_ichannel(struct ath_softc *sc, struct ieee80211_hw *hw,
1879 1879
1880 if (chan->band == IEEE80211_BAND_2GHZ) { 1880 if (chan->band == IEEE80211_BAND_2GHZ) {
1881 ichan->chanmode = CHANNEL_G; 1881 ichan->chanmode = CHANNEL_G;
1882 ichan->channelFlags = CHANNEL_2GHZ | CHANNEL_OFDM; 1882 ichan->channelFlags = CHANNEL_2GHZ | CHANNEL_OFDM | CHANNEL_G;
1883 } else { 1883 } else {
1884 ichan->chanmode = CHANNEL_A; 1884 ichan->chanmode = CHANNEL_A;
1885 ichan->channelFlags = CHANNEL_5GHZ | CHANNEL_OFDM; 1885 ichan->channelFlags = CHANNEL_5GHZ | CHANNEL_OFDM;