brcmsmac: remove brcms_bss_cfg->enable
This was a read only member. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
6da3b6c48d
commit
01996eaa1b
@@ -588,7 +588,6 @@ enum brcms_bss_type {
|
||||
* wlc: wlc to which this bsscfg belongs to.
|
||||
* type: interface type
|
||||
* up: is this configuration up operational
|
||||
* enable: is this configuration enabled
|
||||
* SSID_len: the length of SSID
|
||||
* SSID: SSID string
|
||||
*
|
||||
@@ -606,7 +605,6 @@ struct brcms_bss_cfg {
|
||||
struct brcms_c_info *wlc;
|
||||
enum brcms_bss_type type;
|
||||
bool up;
|
||||
bool enable;
|
||||
u8 SSID_len;
|
||||
u8 SSID[IEEE80211_MAX_SSID_LEN];
|
||||
u8 BSSID[ETH_ALEN];
|
||||
|
Reference in New Issue
Block a user