[OpenWrt-Devel] [PATCH] ath10k-firmware: update firmware version for QCA988X (again)

2015-11-14 Thread Robert Hancock
QCA988X in the source repository. Signed-off-by: Robert Hancock --- package/firmware/ath10k-firmware/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index 3cd48c2..31cf4b9

[OpenWrt-Devel] Email from dev.openwrt.org Trac broken?

2015-11-11 Thread Robert Hancock
Is there something messed up with the email delivery from the Trac system at dev.openwrt.org? I've been trying to verify my email address and have hit the "resend verification email" multiple times, but I never get anything. It's not going into the Gmail spam folder either.

[OpenWrt-Devel] [PATCH] ath10k-firmware: update firmware version for QCA988X

2015-11-10 Thread Robert Hancock
Updates the ath10k firmware version for QCA988X to version 10.2.4.70.10-2, which appears to fix problems with the 5GHz wireless failing on TP-Link Archer C7 v2 when using a Nexus 5X phone. Fixes issue #20854. Signed-off-by: Robert Hancock --- package/firmware/ath10k-firmware/Makefile | 2 +- 1

[OpenWrt-Devel] [PATCH] mac80211: Revert adding SM Power Save capability to hostapd configuration

2015-01-30 Thread Robert Hancock
from the capability resulted in the AP indicating that it had SMPS enabled all the time if it supported SMPS. This effectively just disables all clients from sending packets to the AP with more than one spatial stream, for no good reason. So remove this part of the change. Signed-off-by: Robert

[OpenWrt-Devel] [PATCH v2] mac80211: Add some missing 802.11n capabilities to hostapd configuration

2015-01-25 Thread Robert Hancock
Add some missing 802.11n capabilities to the hostapd ht_capab string when supported by the hardware: Spatial Multiplexing Power-Save and 7935-byte AMSDUs. Signed-off-by: Robert Hancock --- package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 11 +++ 1 file changed, 11

[OpenWrt-Devel] [PATCH] mac80211: Add some missing 802.11n capabilities to hostapd configuration

2015-01-24 Thread Robert Hancock
Add some missing 802.11n capabilities to the hostapd ht_capab string when supported by the hardware: Spatial Multiplexing Power-Save, Delayed Block Ack, and 7935-byte AMSDUs. Signed-off-by: Robert Hancock --- .../kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 14 ++ 1 file