[PATCH] softmac: add fixme for disassoc
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 10 Jan 2006 15:50:22 +0000 (16:50 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 23 Mar 2006 03:16:53 +0000 (22:16 -0500)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/softmac/ieee80211softmac_assoc.c

index 1b02ddd..700244c 100644 (file)
@@ -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);