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/029ca9107f4f
branches: trunk
changeset: 940400:029ca9107f4f
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 da38780a6248 -r 029ca9107f4f 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