Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src-draft/trunk]: src/sys/dev/usb Disable tx PDU for now.
details: https://anonhg.NetBSD.org/src-all/rev/c711ee5f282c
branches: trunk
changeset: 378051:c711ee5f282c
user: Nathanial Sloss <nat%netbsd.org@localhost>
date: Wed Apr 26 22:49:50 2023 +1000
description:
Disable tx PDU for now.
diffstat:
sys/dev/usb/if_urtwn.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r bd7b827a2f91 -r c711ee5f282c sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c Sun Oct 30 21:30:34 2022 +1100
+++ b/sys/dev/usb/if_urtwn.c Wed Apr 26 22:49:50 2023 +1000
@@ -521,7 +521,7 @@ urtwn_attach( device_t parent, device_t
IEEE80211_HTC_HT |
IEEE80211_HTCAP_SHORTGI20 | /* short GI in 20MHz */
IEEE80211_HTCAP_MAXAMSDU_3839 | /* max A-MSDU length */
- IEEE80211_HTC_AMPDU | /* A-MPDU tx */
+// IEEE80211_HTC_AMPDU | /* A-MPDU tx */
IEEE80211_HTC_AMSDU | /* A-MSDU tx */
IEEE80211_HTCAP_SMPS_OFF | /* SM PS mode disabled */
IEEE80211_HTCAP_CHWIDTH40 | /* 40 MHz channel width */
Home |
Main Index |
Thread Index |
Old Index