wifi: minor fixes

This commit is contained in:
Sukru Senli 2015-10-28 11:02:50 +01:00
parent 80a4c9b258
commit 28c8d3ba74

View file

@ -84,7 +84,6 @@ wlmngr_doWlConf() {
#wlctl -i wl$idx nreqd $nreqd
wlconf wl$idx up
}
wlmngr_setupMbssMacAddr() {
@ -268,7 +267,7 @@ wlmngr_finalize() {
wlctl -i wl$idx fcache 1
# send ARP packet with bridge IP and hardware address to device
# this piece of code is -required- to make br0's mac work properly
# this piece of code is -required- to make br-lan's mac work properly
# in all cases
sendarp -s br-lan -d br-lan
}