|
@@ -588,7 +588,6 @@ enum brcms_bss_type {
|
|
* wlc: wlc to which this bsscfg belongs to.
|
|
* wlc: wlc to which this bsscfg belongs to.
|
|
* type: interface type
|
|
* type: interface type
|
|
* up: is this configuration up operational
|
|
* up: is this configuration up operational
|
|
- * enable: is this configuration enabled
|
|
|
|
* SSID_len: the length of SSID
|
|
* SSID_len: the length of SSID
|
|
* SSID: SSID string
|
|
* SSID: SSID string
|
|
*
|
|
*
|
|
@@ -606,7 +605,6 @@ struct brcms_bss_cfg {
|
|
struct brcms_c_info *wlc;
|
|
struct brcms_c_info *wlc;
|
|
enum brcms_bss_type type;
|
|
enum brcms_bss_type type;
|
|
bool up;
|
|
bool up;
|
|
- bool enable;
|
|
|
|
u8 SSID_len;
|
|
u8 SSID_len;
|
|
u8 SSID[IEEE80211_MAX_SSID_LEN];
|
|
u8 SSID[IEEE80211_MAX_SSID_LEN];
|
|
u8 BSSID[ETH_ALEN];
|
|
u8 BSSID[ETH_ALEN];
|