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/05adc3a0c4e3
branches:  trunk
changeset: 371680:05adc3a0c4e3
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 fdf00249226e -r 05adc3a0c4e3 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 @@
            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