aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211
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/ieee80211
parent[PATCH] softmac: try to reassociate when being disassociated from the AP (diff)
downloadlinux-dev-51da28a847027fdf80e55a2a0d7bd0f7a8617d3d.tar.xz
linux-dev-51da28a847027fdf80e55a2a0d7bd0f7a8617d3d.zip
[PATCH] softmac: add fixme for disassoc
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211')
-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 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);