diff options
author | Jouni Malinen <j@w1.fi> | 2014-01-02 16:15:07 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-01-02 16:15:07 (GMT) |
commit | a1a31b6c3f9f87f87e232a819065042c85092726 (patch) | |
tree | 43f24c50fc0d287e4113663014b6e8df07151275 /hostapd/android.config | |
parent | 5dec879d5b7775871f73cd9e7ceafea10a4ec5a2 (diff) | |
download | hostap-a1a31b6c3f9f87f87e232a819065042c85092726.zip hostap-a1a31b6c3f9f87f87e232a819065042c85092726.tar.gz hostap-a1a31b6c3f9f87f87e232a819065042c85092726.tar.bz2 |
Remove hostapd dump_file functionality
This debugging mechanism has now been deprecated by the control
interface commands that can be used to fetch same internal information
from hostapd in a more convenient way. Leave the empty USR1 signal
handler and configuration file parameter for backwards compatibility.
They can be removed in future versions of hostapd.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'hostapd/android.config')
-rw-r--r-- | hostapd/android.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/android.config b/hostapd/android.config index 51d6656..81a2e2c 100644 --- a/hostapd/android.config +++ b/hostapd/android.config @@ -157,7 +157,7 @@ CONFIG_NO_RADIUS=y # Remove support for VLANs #CONFIG_NO_VLAN=y -# Remove support for dumping state into a file on SIGUSR1 signal +# Remove support for dumping internal state through control interface commands # This can be used to reduce binary size at the cost of disabling a debugging # option. #CONFIG_NO_DUMP_STATE=y |