Page MenuHomeFreeBSD

D4279.diff
No OneTemporary

D4279.diff

Index: sys/dev/usb/wlan/if_run.c
===================================================================
--- sys/dev/usb/wlan/if_run.c
+++ sys/dev/usb/wlan/if_run.c
@@ -2791,7 +2791,8 @@
wh = mtod(m, struct ieee80211_frame *);
- if (wh->i_fc[1] & IEEE80211_FC1_PROTECTED) {
+ if ((wh->i_fc[1] & IEEE80211_FC1_PROTECTED) &&
+ (flags & RT2860_RX_DEC)) {
wh->i_fc[1] &= ~IEEE80211_FC1_PROTECTED;
m->m_flags |= M_WEP;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 19, 4:25 PM (6 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23932323
Default Alt Text
D4279.diff (430 B)

Event Timeline