Fix wireless regulatory API misuse

Port of 81f153faac
This commit is contained in:
Carlos Garces
2021-03-11 23:39:00 +01:00
parent 6a758d54cf
commit 8fa56156a8
3 changed files with 4 additions and 19 deletions

View File

@@ -29,6 +29,6 @@ enum country_code_type_t {
};
void rtw_regd_apply_flags(struct wiphy *wiphy);
int rtw_regd_init(struct wiphy *wiphy);
void rtw_regd_init(struct wiphy *wiphy);
#endif /* __RTW_WIFI_REGD_H__ */