nl80211: Use the new bridge port option proxyarp_wifi
The initial IEEE 802.11 ProxyARP functionality in the kernel needed changes in behavior and that ended up requiring an independent configuration parameter to be used. Update hostapd to use that new proxyarp_wifi parameter instead of the earlier proxyarp. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
50c3825c6d
commit
bea8d9a39a
1 changed files with 1 additions and 1 deletions
|
@ -8305,7 +8305,7 @@ static const char * drv_br_port_attr_str(enum drv_br_port_attr attr)
|
|||
{
|
||||
switch (attr) {
|
||||
case DRV_BR_PORT_ATTR_PROXYARP:
|
||||
return "proxyarp";
|
||||
return "proxyarp_wifi";
|
||||
case DRV_BR_PORT_ATTR_HAIRPIN_MODE:
|
||||
return "hairpin_mode";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue