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/d5cf2a5f3b23
branches:  trunk
changeset: 949991:d5cf2a5f3b23
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 7060106076ca -r d5cf2a5f3b23 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