etheriwl: make rxon() static (thanks aap)
This commit is contained in:
parent
64849ab5f3
commit
e20d7c4aad
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue