Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01996eaa authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by John W. Linville
Browse files

brcmsmac: remove brcms_bss_cfg->enable



This was a read only member.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 6da3b6c4
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -5065,9 +5065,8 @@ int brcms_c_up(struct brcms_c_info *wlc)
				struct brcms_bss_cfg *bsscfg = wlc->bsscfg;
				mboolset(wlc->pub->radio_disabled,
					 WL_RADIO_HW_DISABLE);
				if (bsscfg->enable &&
				    (bsscfg->type == BRCMS_TYPE_STATION ||
				     bsscfg->type == BRCMS_TYPE_ADHOC))
				if (bsscfg->type == BRCMS_TYPE_STATION ||
				    bsscfg->type == BRCMS_TYPE_ADHOC)
					brcms_err(wlc->hw->d11core,
						  "wl%d: up: rfdisable -> "
						  "bsscfg_disable()\n",
+0 −2
Original line number Diff line number Diff line
@@ -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];