Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102920472
D47655.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
618 B
Referenced Files
None
Subscribers
None
D47655.diff
View Options
diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c
--- a/sys/dev/usb/wlan/if_uath.c
+++ b/sys/dev/usb/wlan/if_uath.c
@@ -1830,6 +1830,8 @@
UATH_UNLOCK(sc);
return;
}
+ /* flush data & control requests into the target */
+ (void)uath_flush(sc);
(void)uath_switch_channel(sc, ic->ic_curchan);
UATH_UNLOCK(sc);
}
@@ -2014,6 +2016,8 @@
break;
case IEEE80211_S_AUTH:
+ /* flush data & control requests into the target */
+ (void)uath_flush(sc);
/* XXX good place? set RTS threshold */
uath_config(sc, CFG_USER_RTS_THRESHOLD, vap->iv_rtsthreshold);
/* XXX bad place */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 6:23 PM (17 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14710939
Default Alt Text
D47655.diff (618 B)
Attached To
Mode
D47655: uath: flush data/commands to the firmware before changing channel / state
Attached
Detach File
Event Timeline
Log In to Comment