Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix a glitch in rtl8189xx patch for 5.11.y
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+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__ */ |
|
|
|