mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifi: minor fixes
This commit is contained in:
parent
80a4c9b258
commit
28c8d3ba74
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue