From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_cfgvif.h | 15 +-------------- 1 files changed, 1 insertions(+), 14 deletions(-) diff --git a/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_cfgvif.h b/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_cfgvif.h old mode 100644 new mode 100755 index a988547..09f63fb --- a/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_cfgvif.h +++ b/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_cfgvif.h @@ -189,23 +189,13 @@ s32 wl_cfg80211_set_channel(struct wiphy *wiphy, struct net_device *dev, struct ieee80211_channel *chan, -#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 6, 0)) - enum nl80211_channel_type channel_type -#else - enum nl80211_chan_width width -#endif -); + enum nl80211_channel_type channel_type); #endif /* ((LINUX_VERSION < VERSION(3, 6, 0)) || WL_COMPAT_WIRELESS */ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 4, 0)) || \ defined(WL_COMPAT_WIRELESS) extern s32 wl_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ap_settings *info); -#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 2) || defined(CFG80211_BKPORT_MLO) -extern s32 wl_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *dev, - unsigned int link_id); -#else extern s32 wl_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *dev); -#endif /* CFG80211_BKPORT_MLO */ extern s32 wl_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_beacon_data *info); #else @@ -258,7 +248,4 @@ #ifdef SUPPORT_AP_BWCTRL extern void wl_restore_ap_bw(struct bcm_cfg80211 *cfg); #endif /* SUPPORT_AP_BWCTRL */ - -extern int wl_chspec_chandef(chanspec_t chanspec, - struct cfg80211_chan_def *chandef, struct wiphy *wiphy); #endif /* _wl_cfgvif_h_ */ -- Gitblit v1.6.2