Page MenuHomeFreeBSD

D3812.diff
No OneTemporary

D3812.diff

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

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)

Event Timeline