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 Wrap comment up in ifdef. NFCI.



details:   https://anonhg.NetBSD.org/src-all/rev/f247054fb491
branches:  trunk
changeset: 948987:f247054fb491
user:      Nathanial Sloss <nat%netbsd.org@localhost>
date:      Fri Jul 03 12:04:58 2020 +1000

description:
Wrap comment up in ifdef.  NFCI.

diffstat:

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

diffs (13 lines):

diff -r 8f937498bc43 -r f247054fb491 sys/dev/pci/if_iwn.c
--- a/sys/dev/pci/if_iwn.c      Fri Jul 03 12:04:14 2020 +1000
+++ b/sys/dev/pci/if_iwn.c      Fri Jul 03 12:04:58 2020 +1000
@@ -656,8 +656,8 @@
 
        ic->ic_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
 
+#ifdef notused
        /* Set supported legacy rates. */
-#ifdef notused
        if (sc->sc_flags & IWN_FLAG_HAS_11N) {
                /* Set supported HT rates. */
                ic->ic_sup_mcs[0] = 0xff;               /* MCS 0-7 */



Home | Main Index | Thread Index | Old Index