Commit 1da9badc authored by Stephen Hemminger's avatar Stephen Hemminger

beceem: allow multicast/broadcast

Even though wimax isn't really a broadcast medium, pretend it is.
Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
parent 9ec4475b
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment