1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-08 20:25:11 +00:00

Fixed a missing channel function in regdom

This commit is contained in:
kimocoder 2019-11-13 16:48:06 +01:00
parent fa35b99b42
commit 42cc12cc84

View File

@ -77,6 +77,7 @@ static const struct ieee80211_regdomain rtw_regdom_rd = {
.reg_rules = {
RTW_2GHZ_CH01_11,
RTW_2GHZ_CH12_13,
RTW_2GHZ_CH14,
RTW_5GHZ_5150_5850,
}
};
@ -86,6 +87,7 @@ static const struct ieee80211_regdomain rtw_regdom_11 = {
.alpha2 = "99",
.reg_rules = {
RTW_2GHZ_CH01_11,
RTW_2GHZ_CH12_13
}
};