ath: Incorrect regDomainPairs/allCountries settings

2017-08-08 Thread Sven Eckelmann
Hi, I just had two inquiries from Vietnam and Singapore regarding the used CTL limits by Atheros based chips. I've checked through the code and noticed that regd_common.h assigns SG to APL6_WORLD and VN to NULL1_WORLD. * SG: APL6_WORLD - 2.4GHz: CTL_ETSI - 5GHz: CTL_ETSI * VN: NULL1_W

QCA9377 stops working operating on 802.11g when WMM disabled

2017-08-08 Thread Tobias Predel
Hello, playing with my QCA9377 card and my 802.11 b+g (g++) router (Fritz!Box 7170 doing still a great job) in order to check interoperability I get this: When I disable WMM (IEEE 802.11e) on the web interface of my router that is operating on 2,4 GHz channel with IEEE 802.11g, ath10k can't man

Re: [v2] ath10k: fix memory leak in rx ring buffer allocation

2017-08-08 Thread Kalle Valo
Rakesh Pillai wrote: > The rx ring buffers are added to a hash table if > firmware support full rx reorder. If the full rx > reorder support flag is not set before allocating > the rx ring buffers, none of the buffers are added > to the hash table. > > There is a race condition between rx ring r

Re: [v1] ath10k: Switch to use new generic UUID API

2017-08-08 Thread Kalle Valo
Andy Shevchenko wrote: > There are new types and helpers that are supposed to be used in new code. > > As a preparation to get rid of legacy types and API functions do > the conversion here. > > Signed-off-by: Andy Shevchenko > Signed-off-by: Kalle Valo Patch applied to ath-next branch of at

Re: [v3] ath10k: ath10k_htt_rx_amsdu_allowed() use ath10k_dbg()

2017-08-08 Thread Kalle Valo
Gabriel C wrote: > Each time we get disconnected from AP we get flooded with messages like: > > ... > ath10k_pci :03:00.0: no channel configured; ignoring frame(s)! > > ath10k_warn: 155 callbacks suppressed > ... > > Use ath10k_dbg() here too. > > Signed-off-by: Gabriel Craciunescu > Sig