From: Jouni Malinen Date: Wed, 4 Mar 2015 21:09:44 +0000 (+0200) Subject: nl80211: Use the new bridge port option proxyarp_wifi X-Git-Tag: hostap_2_4~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea8d9a39a848c8f6c6ffc6084a7e99b489a389e;p=thirdparty%2Fhostap.git 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 --- diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index 2a2ef6f18..d7438683d 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -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"; }