old mode 100644new mode 100755.. | .. |
---|
1959 | 1959 | u32 join_iovar_ver; |
---|
1960 | 1960 | struct delayed_work ap_work; /* AP linkup timeout handler */ |
---|
1961 | 1961 | wl_event_idx_t eidx; /* event state tracker */ |
---|
| 1962 | +#if defined (WL_SCHED_SCAN) && defined (SCHED_SCAN_DELAYED_WORK) |
---|
| 1963 | + struct delayed_work sched_scan_stop_work; |
---|
| 1964 | +#endif |
---|
1962 | 1965 | #ifdef WL_P2P_6G |
---|
1963 | 1966 | bool p2p_6g_enabled; /* P2P 6G support enabled */ |
---|
1964 | 1967 | #endif /* WL_P2P_6G */ |
---|
1965 | 1968 | u32 halpid; |
---|
1966 | 1969 | u8 country[WLC_CNTRY_BUF_SZ]; |
---|
1967 | | -#ifdef BCMDBUS |
---|
1968 | | - bool bus_resuming; |
---|
1969 | | -#endif /* BCMDBUS */ |
---|
1970 | | -#ifdef WL_ROAM_WAR |
---|
1971 | | - struct ether_addr roaming_bssid; |
---|
1972 | | -#endif /* WL_ROAM_WAR */ |
---|
1973 | 1970 | #if defined(RSSIAVG) |
---|
1974 | 1971 | wl_rssi_cache_ctrl_t g_rssi_cache_ctrl; |
---|
1975 | 1972 | wl_rssi_cache_ctrl_t g_connected_rssi_cache_ctrl; |
---|
.. | .. |
---|
3045 | 3042 | } \ |
---|
3046 | 3043 | } while (0) |
---|
3047 | 3044 | |
---|
3048 | | -#define WL_CHANNEL_COPY_FLAG(band_chan_arr) \ |
---|
3049 | | -do { \ |
---|
3050 | | - u32 arr_size, k; \ |
---|
3051 | | - arr_size = ARRAYSIZE(band_chan_arr); \ |
---|
3052 | | - for (k = 0; k < arr_size; k++) { \ |
---|
3053 | | - band_chan_arr[k].orig_flags = band_chan_arr[k].flags; \ |
---|
3054 | | - } \ |
---|
3055 | | -} while (0) |
---|
3056 | | - |
---|
3057 | 3045 | #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0)) |
---|
3058 | 3046 | #define CFG80211_PUT_BSS(wiphy, bss) cfg80211_put_bss(wiphy, bss); |
---|
3059 | 3047 | #else |
---|
.. | .. |
---|
3103 | 3091 | extern bool wl_customer6_legacy_chip_check(struct bcm_cfg80211 *cfg, |
---|
3104 | 3092 | struct net_device *ndev); |
---|
3105 | 3093 | #endif /* CUSTOMER_HW6 */ |
---|
3106 | | -#if !defined(WL_TWT) && defined(WL_TWT_HAL_IF) |
---|
3107 | | -extern s32 wl_cfgvendor_notify_twt_event(struct bcm_cfg80211 *cfg, |
---|
3108 | | - bcm_struct_cfgdev *cfgdev, const wl_event_msg_t *e, void *data); |
---|
3109 | | -#endif /* !WL_TWT && WL_TWT_HAL_IF */ |
---|
3110 | | -#ifdef BCMDBUS |
---|
3111 | | -s32 |
---|
3112 | | -__wl_cfg80211_up_resume(dhd_pub_t *dhd); |
---|
3113 | | -#endif /* BCMDBUS */ |
---|
3114 | 3094 | void wl_wlfc_enable(struct bcm_cfg80211 *cfg, bool enable); |
---|
3115 | 3095 | s32 wl_handle_join(struct bcm_cfg80211 *cfg, struct net_device *dev, |
---|
3116 | 3096 | wlcfg_assoc_info_t *assoc_info); |
---|