etheriwl: add multicast stub
This commit is contained in:
parent
b4f9ca6c97
commit
2e5e5cde71
1 changed files with 6 additions and 1 deletions
|
@ -2138,6 +2138,11 @@ iwlpromiscuous(void *arg, int on)
|
||||||
qunlock(ctlr);
|
qunlock(ctlr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
iwlmulticast(void *, uchar*, int)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
iwlrecover(void *arg)
|
iwlrecover(void *arg)
|
||||||
{
|
{
|
||||||
|
@ -2521,7 +2526,7 @@ again:
|
||||||
edev->ctl = iwlctl;
|
edev->ctl = iwlctl;
|
||||||
edev->shutdown = iwlshutdown;
|
edev->shutdown = iwlshutdown;
|
||||||
edev->promiscuous = iwlpromiscuous;
|
edev->promiscuous = iwlpromiscuous;
|
||||||
edev->multicast = nil;
|
edev->multicast = iwlmulticast;
|
||||||
edev->mbps = 54;
|
edev->mbps = 54;
|
||||||
|
|
||||||
if(iwlinit(edev) < 0){
|
if(iwlinit(edev) < 0){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue