fix hang on 5.14

Signed-off-by: Icenowy Zheng <icenowy@sipeed.com>
This commit is contained in:
Icenowy Zheng
2021-07-24 18:40:13 +08:00
parent 4bc94be2c6
commit 9afd800400
4 changed files with 6 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ enum country_code_type_t {
COUNTRY_CODE_MAX
};
int rtw_regd_init(_adapter *padapter);
int rtw_regd_init(struct wiphy *wiphy);
void rtw_reg_notify_by_driver(_adapter *adapter);
#endif /* __RTW_WIFI_REGD_H__ */