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/9d3ac62164e1
branches: trunk
changeset: 941307:9d3ac62164e1
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 2e31b62ae041 -r 9d3ac62164e1 sys/dev/pci/if_iwn.c
--- a/sys/dev/pci/if_iwn.c Thu Jul 09 19:25:25 2020 +0200
+++ b/sys/dev/pci/if_iwn.c Fri Jul 03 12:04:14 2020 +1000
@@ -628,6 +628,7 @@
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