summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJohannes Berg2006-01-10 16:50:22 +0100
committerJohn W. Linville2006-03-23 04:16:53 +0100
commit51da28a847027fdf80e55a2a0d7bd0f7a8617d3d (patch)
tree4516da186cd4d1e3491a89fbef1bb50ff7dd6a22 /net
parent[PATCH] softmac: try to reassociate when being disassociated from the AP (diff)
downloadkernel-qcow2-linux-51da28a847027fdf80e55a2a0d7bd0f7a8617d3d.tar.gz
kernel-qcow2-linux-51da28a847027fdf80e55a2a0d7bd0f7a8617d3d.tar.xz
kernel-qcow2-linux-51da28a847027fdf80e55a2a0d7bd0f7a8617d3d.zip
[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 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);