diff options
Diffstat (limited to 'src/net/80211/net80211.c')
-rw-r--r-- | src/net/80211/net80211.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/80211/net80211.c b/src/net/80211/net80211.c index f3612853..a07e2fab 100644 --- a/src/net/80211/net80211.c +++ b/src/net/80211/net80211.c @@ -602,9 +602,11 @@ static struct ll_protocol net80211_ll_protocol __ll_protocol = { .name = "802.11", .push = net80211_ll_push, .pull = net80211_ll_pull, + .init_addr = eth_init_addr, .ntoa = eth_ntoa, .mc_hash = net80211_ll_mc_hash, .ll_proto = htons ( ARPHRD_ETHER ), /* "encapsulated Ethernet" */ + .hw_addr_len = ETH_ALEN, .ll_addr_len = ETH_ALEN, .ll_header_len = IEEE80211_TYP_FRAME_HEADER_LEN + IEEE80211_LLC_HEADER_LEN, |