1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 13:10:40 +00:00

fully apply CONFIG_DISABLE_REGD_C

Fix floating point in VHT_HW_TX for both x86 and rpi
This commit is contained in:
Thijs Withaar 2018-10-20 11:55:20 +02:00
parent 3e28d72316
commit 0c3cfa41e4

View File

@ -258,6 +258,7 @@ static void _rtw_reg_apply_active_scan_flags(struct wiphy *wiphy,
*/ */
static void _rtw_reg_apply_radar_flags(struct wiphy *wiphy) static void _rtw_reg_apply_radar_flags(struct wiphy *wiphy)
{ {
#ifndef CONFIG_DISABLE_REGD_C
struct ieee80211_supported_band *sband; struct ieee80211_supported_band *sband;
struct ieee80211_channel *ch; struct ieee80211_channel *ch;
unsigned int i; unsigned int i;
@ -304,6 +305,7 @@ static void _rtw_reg_apply_radar_flags(struct wiphy *wiphy)
IEEE80211_CHAN_PASSIVE_SCAN; IEEE80211_CHAN_PASSIVE_SCAN;
#endif #endif
} }
#endif // CONFIG_DISABLE_REGD_C
} }
static void _rtw_reg_apply_flags(struct wiphy *wiphy) static void _rtw_reg_apply_flags(struct wiphy *wiphy)