Skip to content
Permalink
Browse files
fix a glitch in rtl8189xx patch for 5.11.y
  • Loading branch information
martinayotte committed Feb 28, 2021
1 parent 3f48066 commit ec36591108c6b96faec3c74c5421faf05a5060bb
Showing with 1 addition and 1 deletion.
  1. +1 −1 patch/kernel/sunxi-dev/fix-rtl8189es-rtl8189fs-for-5.11.patch
@@ -126,7 +126,7 @@ index 0a67614..d2bf1de 100644

-int rtw_regd_init(_adapter *padapter);
-void rtw_reg_notify_by_driver(_adapter *adapter);
+void rtw_regd_init();
+void rtw_regd_init(struct wiphy *wiphy);
+void rtw_reg_notify_by_driver(struct wiphy *wiphy);

#endif /* __RTW_WIFI_REGD_H__ */

0 comments on commit ec36591

Please sign in to comment.