Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183354
b: refs/heads/master
c: 9747478
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and John W. Linville committed Dec 28, 2009
1 parent 5c509db commit 660abbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89a91f4f4cdae92daf3693d4852ae4958abb6c58
refs/heads/master: 97474782959af87f5dc8049fca3bd3b25eb68308
6 changes: 0 additions & 6 deletions trunk/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 660abbc

Please sign in to comment.