Page MenuHomeFreeBSD

D7323.1785230741.diff
No OneTemporary

Size
448 B
Referenced Files
None
Subscribers
None

D7323.1785230741.diff

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

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)

Event Timeline