Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src-draft/trunk]: src/sys/dev/pci Extra flags for ht operation.
details: https://anonhg.NetBSD.org/src-all/rev/439069734138
branches: trunk
changeset: 375524:439069734138
user: Nathanial Sloss <nat%netbsd.org@localhost>
date: Fri Jul 03 12:04:14 2020 +1000
description:
Extra flags for ht operation.
diffstat:
sys/dev/pci/if_iwn.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r a233dd8cbdba -r 439069734138 sys/dev/pci/if_iwn.c
--- a/sys/dev/pci/if_iwn.c Thu Jul 09 19:12:43 2020 +0200
+++ b/sys/dev/pci/if_iwn.c Fri Jul 03 12:04:14 2020 +1000
@@ -701,6 +701,7 @@ iwn_config_complete(device_t self)
if (sc->sc_flags & IWN_FLAG_HAS_11N) {
/* Set HT capabilities. */
ic->ic_htcaps =
+ IEEE80211_HTC_HT |
#if IWN_RBUF_SIZE == 8192
IEEE80211_HTCAP_AMSDU7935 |
#endif
Home |
Main Index |
Thread Index |
Old Index