mwifiex: illegal assignment
Variable adapter is incorrectly initialized.
Fixes: bf00dc22bc
("mwifiex: AMSDU Rx frame handling in AP mode")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
9b648d788d
commit
3fdbda446f
|
@ -272,7 +272,7 @@ int mwifiex_handle_uap_rx_forward(struct mwifiex_private *priv,
|
|||
int mwifiex_uap_recv_packet(struct mwifiex_private *priv,
|
||||
struct sk_buff *skb)
|
||||
{
|
||||
struct mwifiex_adapter *adapter = adapter;
|
||||
struct mwifiex_adapter *adapter = priv->adapter;
|
||||
struct mwifiex_sta_node *src_node;
|
||||
struct ethhdr *p_ethhdr;
|
||||
struct sk_buff *skb_uap;
|
||||
|
|
Loading…
Reference in New Issue