* bump rockchip64 edge kernel to 6.17 * update rockchip64 edge kernel config to 6.17 * Fixes for wireless drivers for rockchip64-edge 6.17 Patches for: * uwe5622 * rtl8723ds * rtl8852bs * update rtl8852bs and rtl8723ds repository commit hashes
14 lines
642 B
Diff
14 lines
642 B
Diff
diff --git a/drivers/net/wireless/uwe5622/unisocwifi/cfg80211.c b/drivers/net/wireless/uwe5622/unisocwifi/cfg80211.c
|
|
index 0014d0946f3c..2e5715e5b84b 100755
|
|
--- a/drivers/net/wireless/uwe5622/unisocwifi/cfg80211.c
|
|
+++ b/drivers/net/wireless/uwe5622/unisocwifi/cfg80211.c
|
|
@@ -2039,7 +2039,7 @@ static int sprdwl_cfg80211_connect(struct wiphy *wiphy, struct net_device *ndev,
|
|
return ret;
|
|
}
|
|
|
|
-static int sprdwl_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed)
|
|
+static int sprdwl_cfg80211_set_wiphy_params(struct wiphy *wiphy, int radio_idx, u32 changed)
|
|
{
|
|
struct sprdwl_priv *priv = wiphy_priv(wiphy);
|
|
u32 rts = 0, frag = 0;
|