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 sleep for now. Does not work as i...
details: https://anonhg.NetBSD.org/src-all/rev/793e0ee2fb56
branches: trunk
changeset: 375254:793e0ee2fb56
user: Nathanial Sloss <nat%netbsd.org@localhost>
date: Sun Aug 07 22:31:11 2022 +1000
description:
Disable sleep for now. Does not work as intended.
diffstat:
sys/dev/usb/if_urtwn.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9adad25eab4a -r 793e0ee2fb56 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c Sun Aug 07 20:22:34 2022 +1000
+++ b/sys/dev/usb/if_urtwn.c Sun Aug 07 22:31:11 2022 +1000
@@ -512,7 +512,7 @@ urtwn_attach( device_t parent, device_t
IEEE80211_C_SHPREAMBLE | /* Short preamble supported. */
IEEE80211_C_SHSLOT | /* Short slot time supported. */
IEEE80211_C_BGSCAN | /* capable of bg scanning */
- IEEE80211_C_SWSLEEP| /* handle sleeps */
+// IEEE80211_C_SWSLEEP| /* handle sleeps */
IEEE80211_C_WME | /* 802.11e */
IEEE80211_C_WPA; /* 802.11i */
Home |
Main Index |
Thread Index |
Old Index