Skip to content

Commit

Permalink
mwl8k: remove unused mwl8k_vif::priv
Browse files Browse the repository at this point in the history
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Lennert Buytenhek authored and John W. Linville committed Dec 28, 2009
1 parent 89a91f4 commit 9747478
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 9747478

Please sign in to comment.