[PATCH v2 06/10] ath10k: use configured nss instead of max nss.

2014-09-23 Thread greearb
From: Ben Greear When re-associating a station, the nss was set back to maximum value even if user had configured small number of tx chains. So, pay attention to user's config in this case as well. Signed-off-by: Ben Greear --- v2: No changes from v1. drivers/net/wireless/ath/ath10k/mac.c

Re: [PATCH v2 06/10] ath10k: use configured nss instead of max nss.

2014-11-04 Thread Ben Greear
On 09/23/2014 02:17 PM, gree...@candelatech.com wrote: > From: Ben Greear > > When re-associating a station, the nss was set back to > maximum value even if user had configured small number > of tx chains. So, pay attention to user's config in > this case as well. Looks like this (and probably

Re: [PATCH v2 06/10] ath10k: use configured nss instead of max nss.

2014-11-13 Thread Kalle Valo
Ben Greear writes: > On 09/23/2014 02:17 PM, gree...@candelatech.com wrote: >> From: Ben Greear >> >> When re-associating a station, the nss was set back to >> maximum value even if user had configured small number >> of tx chains. So, pay attention to user's config in >> this case as well. >

Re: [PATCH v2 06/10] ath10k: use configured nss instead of max nss.

2014-11-25 Thread Kalle Valo
gree...@candelatech.com writes: > From: Ben Greear > > When re-associating a station, the nss was set back to > maximum value even if user had configured small number > of tx chains. So, pay attention to user's config in > this case as well. > > Signed-off-by: Ben Greear Thanks, applied. --