diff options
author | David Bauer <mail@david-bauer.net> | 2020-08-28 01:39:45 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-09-11 17:35:48 +0200 |
commit | e289f183476b486e6f9f9590013a5b98de54c762 (patch) | |
tree | b823a0c4f7b2f6631af74bd11ee39caf37debef0 /package/network/services/hostapd/Makefile | |
parent | fe82ea049e521043d88c036ecdda4d2be6a14f1c (diff) | |
download | upstream-e289f183476b486e6f9f9590013a5b98de54c762.tar.gz upstream-e289f183476b486e6f9f9590013a5b98de54c762.tar.bz2 upstream-e289f183476b486e6f9f9590013a5b98de54c762.zip |
hostapd: add support for per-BSS airtime configuration
Add support for per-BSS airtime weight configuration. This allows to set
a airtime weight per BSS as well as a ratio limit based on the weight.
Support for this feature is only enabled in the full flavors of hostapd.
Consult the hostapd.conf documentation (Airtime policy configuration)
for more information on the inner workings of the exposed settings.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r-- | package/network/services/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 8f94dce782..8c264854d7 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |