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 Match htcaps flags with FreeBSD.
details: https://anonhg.NetBSD.org/src-all/rev/a7dd53321684
branches: trunk
changeset: 378061:a7dd53321684
user: Nathanial Sloss <nat%netbsd.org@localhost>
date: Sun Jun 18 15:07:55 2023 +1000
description:
Match htcaps flags with FreeBSD.
diffstat:
sys/dev/pci/if_iwn.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r 21b0ede1011a -r a7dd53321684 sys/dev/pci/if_iwn.c
--- a/sys/dev/pci/if_iwn.c Sun Jun 18 15:06:55 2023 +1000
+++ b/sys/dev/pci/if_iwn.c Sun Jun 18 15:07:55 2023 +1000
@@ -722,9 +722,14 @@ iwn_config_complete(device_t self)
/* Set HT capabilities. */
ic->ic_htcaps =
IEEE80211_HTC_HT |
+#ifdef notyet
+ IEEE80211_HTC_AMPDU |
+ IEEE80211_HTC_AMSDU | /* A-MSDU tx */
#if IWN_RBUF_SIZE == 8192
IEEE80211_HTCAP_AMSDU7935 |
#endif
+#endif
+ IEEE80211_HTCAP_SMPS_OFF |
IEEE80211_HTCAP_SHORTGI20 | /* short GI in 20MHz */
IEEE80211_HTCAP_CHWIDTH40 | /* 40 MHz channel width */
IEEE80211_HTCAP_SHORTGI40; /* short GI in 40MHz */
Home |
Main Index |
Thread Index |
Old Index