diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-27 21:32:17 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-27 21:32:17 +0200 |
commit | e20d7c4aad1056bf30a9dd7a109339c2ef95a16e (patch) | |
tree | 1e54e43b0fabb22f0bf99475fd1f5b6e56b6657d /sys/src | |
parent | 64849ab5f393cb21a718b050ff9178f9bf8c4ea0 (diff) |
etheriwl: make rxon() static (thanks aap)
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/9/pc/etheriwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/etheriwl.c b/sys/src/9/pc/etheriwl.c index 89beaba5f..5aedd5017 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -1829,7 +1829,7 @@ addnode(Ctlr *ctlr, uchar id, uchar *addr) cmd(ctlr, 24, c, p - c); } -void +static void rxon(Ether *edev, Wnode *bss) { uchar c[Tcmdsize], *p; |