diff --git a/patch/kernel/sunxi-dev/fix-rtl8189es-rtl8189fs-for-5.11.patch b/patch/kernel/sunxi-dev/fix-rtl8189es-rtl8189fs-for-5.11.patch index bc61b30197..5144584df4 100644 --- a/patch/kernel/sunxi-dev/fix-rtl8189es-rtl8189fs-for-5.11.patch +++ b/patch/kernel/sunxi-dev/fix-rtl8189es-rtl8189fs-for-5.11.patch @@ -169,7 +169,8 @@ index 154a28f..0be580c 100644 + if (wiphy) { struct regulatory_request request; request.initiator = NL80211_REGDOM_SET_BY_DRIVER; - rtw_reg_notifier(adapter->rtw_wdev->wiphy, &request); +- rtw_reg_notifier(adapter->rtw_wdev->wiphy, &request); ++ rtw_reg_notifier(wiphy, &request); @@ -521,28 +521,9 @@ static struct country_code_to_enum_rd *_rtw_regd_find_country(u16 countrycode) return NULL; }