apply patch from 61ba606f4a

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2021-03-27 22:13:58 +01:00
parent be07a12d4b
commit e9319db7e7
4 changed files with 11 additions and 29 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__ */