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_iapsta.h | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_iapsta.h b/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_iapsta.h old mode 100644 new mode 100755 index 1cdd4be..75f0161 --- a/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_iapsta.h +++ b/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_iapsta.h @@ -1,4 +1,3 @@ -/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _wl_iapsta_ #define _wl_iapsta_ @@ -11,8 +10,7 @@ } ifmode_t; enum wl_ext_status { - WL_EXT_STATUS_PRE_DISCONNECTING = 0, - WL_EXT_STATUS_DISCONNECTING, + WL_EXT_STATUS_DISCONNECTING = 0, WL_EXT_STATUS_DISCONNECTED, WL_EXT_STATUS_SCAN, WL_EXT_STATUS_SCANNING, @@ -20,7 +18,6 @@ WL_EXT_STATUS_CONNECTING, WL_EXT_STATUS_RECONNECT, WL_EXT_STATUS_CONNECTED, - WL_EXT_STATUS_ROAMED, WL_EXT_STATUS_ADD_KEY, WL_EXT_STATUS_AP_ENABLING, WL_EXT_STATUS_AP_ENABLED, @@ -59,10 +56,6 @@ void wl_ext_add_remove_pm_enable_work(struct net_device *dev, bool add); bool wl_ext_iapsta_other_if_enabled(struct net_device *net); bool wl_ext_sta_connecting(struct net_device *dev); -void wl_ext_get_chan_str(struct net_device *dev, char *chan_str, int total_len); -#ifdef DHD_LOSSLESS_ROAMING -int wl_ext_any_sta_handshaking(struct dhd_pub *dhd); -#endif /* DHD_LOSSLESS_ROAMING */ void wl_iapsta_wait_event_complete(struct dhd_pub *dhd); int wl_iapsta_suspend_resume(dhd_pub_t *dhd, int suspend); #ifdef USE_IW @@ -87,11 +80,6 @@ void wl_ext_iapsta_ifadding(struct net_device *net, int ifidx); bool wl_ext_iapsta_mesh_creating(struct net_device *net); void wl_ext_fw_reinit_incsa(struct net_device *dev); -void wl_ext_send_event_msg(struct net_device *dev, int event, int status, - int reason); -#ifdef BTC_WAR -void wl_ext_btc_config(struct net_device *dev, bool enable); -#endif /* BTC_WAR */ #ifdef STA_MGMT bool wl_ext_del_sta_info(struct net_device *net, u8 *bssid); bool wl_ext_add_sta_info(struct net_device *net, u8 *bssid); -- Gitblit v1.6.2