mac80211: Allow preamble configuration
[openwrt/staging/chunkeey.git] / package / mac80211 / files / lib / wifi / mac80211.sh
index 13390b8667bfb209e996eb8ba0a2413b09fdeb34..ff5470b5eb01fa394e9c6e278bda2e69e2504071 100644 (file)
@@ -16,6 +16,7 @@ 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
+       config_get_bool short_preamble "$device" short_preamble "0"
 
        hostapd_set_log_options base_cfg "$device"
 
@@ -76,6 +77,8 @@ mac80211_hostapd_setup_base() {
                        brstr="$brstr$brval"
                done
        }
+
+       append base_cfg "preamble=$short_preamble" "$N"
        
        cat >> "$cfgfile" <<EOF
 ctrl_interface=/var/run/hostapd-$phy