mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
mwl8k: remove unused mwl8k_vif::priv
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
89a91f4f4c
commit
9747478295
@ -204,9 +204,6 @@ struct mwl8k_priv {
|
|||||||
|
|
||||||
/* Per interface specific private data */
|
/* Per interface specific private data */
|
||||||
struct mwl8k_vif {
|
struct mwl8k_vif {
|
||||||
/* backpointer to parent config block */
|
|
||||||
struct mwl8k_priv *priv;
|
|
||||||
|
|
||||||
/* BSS config of AP or IBSS from mac80211*/
|
/* BSS config of AP or IBSS from mac80211*/
|
||||||
struct ieee80211_bss_conf bss_info;
|
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);
|
mwl8k_cmd_set_mac_addr(hw, conf->mac_addr);
|
||||||
memcpy(mwl8k_vif->mac_addr, conf->mac_addr, ETH_ALEN);
|
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 */
|
/* Set Initial sequence number to zero */
|
||||||
mwl8k_vif->seqno = 0;
|
mwl8k_vif->seqno = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user