mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
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
@ -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…
Reference in New Issue
Block a user