beceem: allow multicast/broadcast
Even though wimax isn't really a broadcast medium, pretend it is. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
This commit is contained in:
parent
9ec4475bf1
commit
1da9badcf0
1 changed files with 0 additions and 1 deletions
|
@ -221,7 +221,6 @@ int register_networkdev(PMINI_ADAPTER Adapter)
|
|||
net->mtu = MTU_SIZE; /* 1400 Bytes */
|
||||
net->tx_queue_len = TX_QLEN;
|
||||
net->flags |= IFF_NOARP;
|
||||
net->flags &= ~(IFF_BROADCAST | IFF_MULTICAST);
|
||||
Adapter->msg_enable = netif_msg_init(debug, default_msg);
|
||||
|
||||
netif_carrier_off(net);
|
||||
|
|
Loading…
Add table
Reference in a new issue