tn3399_openwrt/package
Dobroslaw Kijowski edb93eda16 hostapd: add support for static airtime policy configuration
* Add support for passing airtime_sta_weight into hostapd configuration.
* Since that commit it is possible to configure station weights. Set higher
  value for larger airtime share, lower for smaller share.

I have tested this functionality by modyfing /etc/config/wireless to:

config wifi-device 'radio0'
	...
        option airtime_mode '1'

config wifi-iface 'default_radio0'
	...
        list airtime_sta_weight '01:02:03:04:05:06 1024'

Now, when the station associates with the access point it has been assigned
a higher weight value.
root@OpenWrt:~# cat /sys/kernel/debug/ieee80211/phy0/netdev\:wlan0/stations/01\:02\:03\:04\:05\:06/airtime
RX: 12656 us
TX: 10617 us
Weight: 1024
Deficit: VO: -2075 us VI: 256 us BE: -206 us BK: 256 us

[MAC address has been changed into a dummy one.]

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
2020-11-17 17:06:16 +01:00
..
base-files base-files: bump PKG_RELEASE 2020-11-11 21:29:55 +08:00
boot sunxi: add support for Libre Computer ALL-H3-CC H5 2020-11-12 18:21:17 +01:00
devel gdb: fix building with NLS enabled 2020-11-05 00:55:37 +00:00
firmware linux-firmware: update to 20201022 2020-11-01 20:54:37 +01:00
kernel kernel: remove mvsw61xx swconfig driver 2020-11-16 13:55:05 +01:00
libs libjson-c: enable rpath for host builds to fix errors on recent macOS 2020-11-14 14:48:30 +01:00
network hostapd: add support for static airtime policy configuration 2020-11-17 17:06:16 +01:00
system procd: drop legacy seccomp support, switch to OCI parsers 2020-11-17 13:12:37 +00:00
utils busybox: Let procd respawn cron 2020-11-12 18:19:44 +01:00
Makefile build: always build package/kernel/linux 2020-10-15 13:25:58 +02:00