Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148053889
D7323.1785230741.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
448 B
Referenced Files
None
Subscribers
None
D7323.1785230741.diff
View Options
Index: head/sys/dev/iwm/if_iwm.c
===================================================================
--- head/sys/dev/iwm/if_iwm.c
+++ head/sys/dev/iwm/if_iwm.c
@@ -3344,7 +3344,7 @@
flags |= IWM_TX_CMD_FLG_ACK;
}
- if (type != IEEE80211_FC0_TYPE_DATA
+ if (type == IEEE80211_FC0_TYPE_DATA
&& (totlen + IEEE80211_CRC_LEN > vap->iv_rtsthreshold)
&& !IEEE80211_IS_MULTICAST(wh->i_addr1)) {
flags |= IWM_TX_CMD_FLG_PROT_REQUIRE;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 28, 9:25 AM (6 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29289181
Default Alt Text
D7323.1785230741.diff (448 B)
Attached To
Mode
D7323: [iwm] Fix inverted logic in iwm_tx().
Attached
Detach File
Event Timeline
Log In to Comment