etheriwl: make rxon() static (thanks aap)

This commit is contained in:
cinap_lenrek 2015-04-27 21:32:17 +02:00
parent 64849ab5f3
commit e20d7c4aad

View file

@ -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;