mirror of
https://github.com/torvalds/linux.git
synced 2026-07-17 02:53:05 +02:00
[PATCH] softmac: add fixme for disassoc
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d1469cf2c7
commit
51da28a847
|
|
@ -345,6 +345,7 @@ ieee80211softmac_handle_disassoc(struct net_device * dev,
|
|||
{
|
||||
struct ieee80211softmac_device *mac = ieee80211_priv(dev);
|
||||
unsigned long flags;
|
||||
/* FIXME: check that this frame is from the right AP!! */
|
||||
dprintk(KERN_INFO PFX "got disassoc frame\n");
|
||||
netif_carrier_off(dev);
|
||||
spin_lock_irqsave(&mac->lock, flags);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user