Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51da28a8 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

[PATCH] softmac: add fixme for disassoc

parent d1469cf2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);