Fix for interface changes for 5.10

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2021-03-27 22:02:36 +01:00
parent 2371a976e3
commit bdd61e6735
5 changed files with 15 additions and 47 deletions

View file

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