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 Revert change for reassociating.



details:   https://anonhg.NetBSD.org/src-all/rev/5182320d8b6c
branches:  trunk
changeset: 950521:5182320d8b6c
user:      Nathanial Sloss <nat%netbsd.org@localhost>
date:      Sat May 23 01:30:30 2020 +1000

description:
Revert change for reassociating.

diffstat:

 sys/dev/pci/if_iwn.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r bbc5a260554c -r 5182320d8b6c sys/dev/pci/if_iwn.c
--- a/sys/dev/pci/if_iwn.c      Sat May 23 01:10:46 2020 +1000
+++ b/sys/dev/pci/if_iwn.c      Sat May 23 01:30:30 2020 +1000
@@ -2191,7 +2191,7 @@
        case IEEE80211_S_SLEEP:
                break;
        case IEEE80211_S_ASSOC:
-//             if (ostate != IEEE80211_S_RUN)
+               if (ostate != IEEE80211_S_RUN)
                        break;
                /* FALLTHROUGH */
        case IEEE80211_S_AUTH:



Home | Main Index | Thread Index | Old Index