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

Commit 97474782 authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by John W. Linville
Browse files

mwl8k: remove unused mwl8k_vif::priv

parent 89a91f4f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -204,9 +204,6 @@ struct mwl8k_priv {

/* Per interface specific private data */
struct mwl8k_vif {
	/* backpointer to parent config block */
	struct mwl8k_priv *priv;

	/* BSS config of AP or IBSS from mac80211*/
	struct ieee80211_bss_conf bss_info;

@@ -2877,9 +2874,6 @@ static int mwl8k_add_interface(struct ieee80211_hw *hw,
	mwl8k_cmd_set_mac_addr(hw, conf->mac_addr);
	memcpy(mwl8k_vif->mac_addr, conf->mac_addr, ETH_ALEN);

	/* Back pointer to parent config block */
	mwl8k_vif->priv = priv;

	/* Set Initial sequence number to zero */
	mwl8k_vif->seqno = 0;