Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159756092
D5543.id14491.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
665 B
Referenced Files
None
Subscribers
None
D5543.id14491.diff
View Options
Index: head/sys/dev/usb/wlan/if_rum.c
===================================================================
--- head/sys/dev/usb/wlan/if_rum.c
+++ head/sys/dev/usb/wlan/if_rum.c
@@ -2932,14 +2932,15 @@
{
struct rum_softc *sc = ic->ic_softc;
- RUM_LOCK(sc);
- if (ic->ic_opmode != IEEE80211_M_AHDEMO)
- rum_enable_tsf_sync(sc);
- else
- rum_enable_tsf(sc);
- rum_set_bssid(sc, sc->sc_bssid);
- RUM_UNLOCK(sc);
-
+ if (ic->ic_flags_ext & IEEE80211_FEXT_BGSCAN) {
+ RUM_LOCK(sc);
+ if (ic->ic_opmode != IEEE80211_M_AHDEMO)
+ rum_enable_tsf_sync(sc);
+ else
+ rum_enable_tsf(sc);
+ rum_set_bssid(sc, sc->sc_bssid);
+ RUM_UNLOCK(sc);
+ }
}
static void
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 18, 10:06 PM (7 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34059171
Default Alt Text
D5543.id14491.diff (665 B)
Attached To
Mode
D5543: rum: do not try to restore bssid/TSF synchronization when device is not associated
Attached
Detach File
Event Timeline
Log In to Comment