code: plan9front

Download patch

ref: e20d7c4aad1056bf30a9dd7a109339c2ef95a16e
parent: 64849ab5f393cb21a718b050ff9178f9bf8c4ea0
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;