mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-09 23:57:10 +00:00
Clear NO_IR flag for all channels
This commit is contained in:
parent
16a1de0c6f
commit
d9c3a570a5
@ -322,7 +322,7 @@ static void _rtw_reg_apply_flags(struct wiphy *wiphy)
|
|||||||
if (ch)
|
if (ch)
|
||||||
ch->flags &= ~(IEEE80211_CHAN_DISABLED|IEEE80211_CHAN_NO_HT40PLUS|
|
ch->flags &= ~(IEEE80211_CHAN_DISABLED|IEEE80211_CHAN_NO_HT40PLUS|
|
||||||
IEEE80211_CHAN_NO_HT40MINUS|IEEE80211_CHAN_NO_80MHZ|
|
IEEE80211_CHAN_NO_HT40MINUS|IEEE80211_CHAN_NO_80MHZ|
|
||||||
IEEE80211_CHAN_NO_160MHZ);
|
IEEE80211_CHAN_NO_160MHZ|IEEE80211_CHAN_NO_IR);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user