]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Use the new bridge port option proxyarp_wifi
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 4 Mar 2015 21:09:44 +0000 (23:09 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 6 Mar 2015 09:32:16 +0000 (11:32 +0200)
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>
src/drivers/driver_nl80211.c

index 2a2ef6f186279d60f0da899e4d34263fd2ac3736..d7438683d8f01b34300970b0bd3be17564862181 100644 (file)
@@ -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";
        }