]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - build-utilities/hostap.git/commitdiff
Clarify hostapd error message on unsupported hw_mode value
authorJouni Malinen <j@w1.fi>
Sat, 30 Jul 2011 21:51:34 +0000 (00:51 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 30 Jul 2011 21:51:34 +0000 (00:51 +0300)
src/ap/hw_features.c

index 86f681171afc32c45d41931a5fb356c97adc6636..5c71c9a33cc3866ac8154a722b94d29513b81741 100644 (file)
@@ -630,7 +630,8 @@ int hostapd_select_hw_mode(struct hostapd_iface *iface)
                hostapd_logger(iface->bss[0], NULL, HOSTAPD_MODULE_IEEE80211,
                               HOSTAPD_LEVEL_WARNING,
                               "Hardware does not support configured mode "
-                              "(%d)", (int) iface->conf->hw_mode);
+                              "(%d) (hw_mode in hostapd.conf)",
+                              (int) iface->conf->hw_mode);
                return -2;
        }