mac80211: configure hostapd logging options

SVN-Revision: 28057
This commit is contained in:
Jo-Philipp Wich
2011-08-20 00:14:48 +00:00
parent cfc23e4c49
commit 9d33a50cbb
2 changed files with 5 additions and 2 deletions

View File

@@ -16,6 +16,9 @@ mac80211_hostapd_setup_base() {
config_get beacon_int "$device" beacon_int
config_get basic_rate_list "$device" basic_rate
config_get_bool noscan "$device" noscan
hostapd_set_log_options base_cfg "$device"
[ -n "$channel" -a -z "$hwmode" ] && wifi_fixup_hwmode "$device"
[ "$channel" = auto ] && {