From: Johannes Berg Date: Tue, 10 Jan 2006 15:50:22 +0000 (+0100) Subject: [PATCH] softmac: add fixme for disassoc X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=51da28a847027fdf80e55a2a0d7bd0f7a8617d3d;p=linux-beck.git [PATCH] softmac: add fixme for disassoc Signed-off-by: John W. Linville --- diff --git a/net/ieee80211/softmac/ieee80211softmac_assoc.c b/net/ieee80211/softmac/ieee80211softmac_assoc.c index 1b02dddda1f7..700244c3af82 100644 --- a/net/ieee80211/softmac/ieee80211softmac_assoc.c +++ b/net/ieee80211/softmac/ieee80211softmac_assoc.c @@ -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);