Re: Configuring Minstrel-Blues

2016-08-17 Thread Thomas Hühn
Hi Mike, I am working on the Minstrel-Blues part to get it integrated into minstrel_ht. My working demo is with ath5k an legacy minstrel. As soon as I have a testing patch, I am going to announce it here. Greetings from Berlin Thomas > On 15 Aug 2016, at 23:41, Mike Mu

Release of RegMon - a fast in-kernel phy/mac dmonitoring tool for QCA/Atheros WiFi cards

2015-08-03 Thread Thomas Hühn
Hi all, Today I’ve released my WiFi register monitoring tool RegMon on GitHub: https://github.com/thuehn/RegMon RegMon consists of Atheros driver patches to monitor arbitrary registers under ath9k, ath5k and madwifi from user space with high sampling rates (up to ~20kHz). My common research

Re: [ath9k-devel] AR9462 problems connecting again..

2015-02-24 Thread Thomas Hühn
Hi Jouni, Currently Minstrel_HT just skips EAPOL packets for its rate sampling on non-mrr chips by testing: (info-control.flags IEEE80211_TX_CTRL_PORT_CTRL_PROTO) On mrr hardware it uses them for probing. But the general MRR-chain should look like this for ath5k and ath9k chips that support 4

Re: [ath9k-devel] AR9462 problems connecting again..

2015-02-24 Thread Thomas Hühn
Hi Jouni, Where is that mrr[3] part implemented? I did not find it when reviewing the design (hw-max_rates = 3 is used, but not = 4) and this does not match my experiments either when printing out all four values from ath9k. In every single case I observed, the last entry was unused (idx =

Re: [PATCH 2/2] mac80211: improve minstrel_ht rate sorting by throughput probability

2014-09-09 Thread Thomas Hühn
Hi Felix, Thank you for your review. I will send a v2 to fix all issues mentioned. Greetings Thomas On 08.09.2014, at 18:29, Felix Fietkau n...@openwrt.org wrote: On 2014-08-22 16:05, Thomas Huehn wrote: This patch improves the way minstrel_ht sorts rates according to throughput and success