Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);