ref: 969ab363a5d361c792d2643b37f779dbc11f8c7e
parent: 2bef99cd99bef15b03e095d0a1200b4e79b72f78
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Apr 27 17:32:17 EDT 2015
etheriwl: make rxon() static (thanks aap)
--- a/sys/src/9/pc/etheriwl.c
+++ b/sys/src/9/pc/etheriwl.c
@@ -1829,7 +1829,7 @@
cmd(ctlr, 24, c, p - c);
}
-void
+static void
rxon(Ether *edev, Wnode *bss)
{uchar c[Tcmdsize], *p;
--
⑨