wiress/ieee80211: Broadcom network driver needs to register as an ieee802.11 driver, not an Ethernet driver.
This commit is contained in:
parent
50fb7b0ba0
commit
e507a3f295
@ -1180,7 +1180,7 @@ int bcmf_initialize(int intf)
|
||||
|
||||
/* Register the device with the OS so that socket IOCTLs can be performed */
|
||||
|
||||
(void)netdev_register(&priv->bc_dev, NET_LL_ETHERNET);
|
||||
(void)netdev_register(&priv->bc_dev, NET_LL_IEEE80211);
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user