Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132640417
D4279.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
430 B
Referenced Files
None
Subscribers
None
D4279.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D4279: run(4): do not remove IEEE80211_FC1_PROTECTED bit from undecrypted frames (untested)
Attached
Detach File
Event Timeline
Log In to Comment