Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171876010
D3812.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
759 B
Referenced Files
None
Subscribers
None
D3812.diff
View Options
Index: head/sys/dev/usb/wlan/if_urtwn.c
===================================================================
--- head/sys/dev/usb/wlan/if_urtwn.c
+++ head/sys/dev/usb/wlan/if_urtwn.c
@@ -1632,6 +1632,19 @@
/* Enable Rx of data frames. */
urtwn_write_2(sc, R92C_RXFLTMAP2, 0xffff);
+ /* Enable Rx of ctrl frames. */
+ urtwn_write_2(sc, R92C_RXFLTMAP1, 0xffff);
+
+ /*
+ * Accept data/control/management frames
+ * from any BSSID.
+ */
+ urtwn_write_4(sc, R92C_RCR,
+ (urtwn_read_4(sc, R92C_RCR) & ~(R92C_RCR_APM |
+ R92C_RCR_CBSSID_DATA | R92C_RCR_CBSSID_BCN)) |
+ R92C_RCR_ADF | R92C_RCR_ACF | R92C_RCR_AMF |
+ R92C_RCR_AAP);
+
/* Turn link LED on. */
urtwn_set_led(sc, URTWN_LED_LINK, 1);
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 15, 6:46 AM (19 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38946835
Default Alt Text
D3812.diff (759 B)
Attached To
Mode
D3812: urtwn(4): improve filter for MONITOR mode
Attached
Detach File
Event Timeline
Log In to Comment