aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2006-01-10 16:50:22 +0100
committerJohn W. Linville <linville@tuxdriver.com>2006-03-22 22:16:53 -0500
commit51da28a847027fdf80e55a2a0d7bd0f7a8617d3d (patch)
tree4516da186cd4d1e3491a89fbef1bb50ff7dd6a22 /net
parentd1469cf2c79f1682364d5c37d752cd3a3018cbaa (diff)
downloadlinux-51da28a847027fdf80e55a2a0d7bd0f7a8617d3d.tar.gz
[PATCH] softmac: add fixme for disassoc
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
-rw-r--r--net/ieee80211/softmac/ieee80211softmac_assoc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_assoc.c b/net/ieee80211/softmac/ieee80211softmac_assoc.c
index 1b02dddda1f7e..700244c3af82b 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);