[PATCH 3/4] ath10k: snoc: drop unused WCN3990_CE_ATTR_FLAGS

2018-06-11 Thread Brian Norris
We started using a common CE_ATTR_FLAGS definition, so drop this one. Signed-off-by: Brian Norris --- drivers/net/wireless/ath/ath10k/snoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath10k/snoc.c b/drivers/net/wireless/ath/ath10k/snoc.c index

[PATCH 4/4] ath10k: snoc: sort include files

2018-06-11 Thread Brian Norris
Sort these alphabetically, with local includes in a separate section. Signed-off-by: Brian Norris --- drivers/net/wireless/ath/ath10k/snoc.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers/net/wireless/ath/ath10k/snoc.c

[PATCH 1/4] ath10k: snoc: use correct bus-specific pointer in RX retry

2018-06-11 Thread Brian Norris
We're 'ath10k_snoc', not 'ath10k_pci'. This probably means we're accessing junk data in ath10k_snoc_rx_replenish_retry(), unless 'ath10k_snoc' and 'ath10k_pci' happen to have very similar struct layouts. Noticed by inspection. Fixes: d915105231ca ("ath10k: add hif rx methods for wcn3990")

[PATCH 2/4] ath10k: snoc: stop including pci.h

2018-06-11 Thread Brian Norris
It's easier to violate abstractions and introduce bugs when snoc.h is including pci.h. Let's not do that. I'm not extremely familiar with this driver yet, but several of the shared PCI/SNOC bits seem to be related to the Copy Engine, so move them to ce.h. Signed-off-by: Brian Norris ---

[PATCH] ath10k: snoc: use module_platform_driver() macro

2018-06-11 Thread Brian Norris
ath10k_snoc_init()/ath10k_snoc_exit() don't add much value; module_platform_driver() can remove the boilerplate. Signed-off-by: Brian Norris --- drivers/net/wireless/ath/ath10k/snoc.c | 20 +--- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git

[PATCH] ath10k: use crash_dump enum instead of magic numbers

2018-06-11 Thread Brian Norris
The comments are telling you what the enum could tell you instead. Signed-off-by: Brian Norris --- drivers/net/wireless/ath/ath10k/core.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c

Important Notification

2018-06-11 Thread Information Update
Dear Recipent , This email address has won Three Million Pounds on the o2 mobile sweepstakes.Please Contact Payment Cordinator Mat on email : mrw...@o2loto.co.uk for explanation and payment processing . Yours Faithfully Debbie Spence Cordinator O2 Mobile Promotional Sweepstakes.

Re: [PATCH v2] ath10k: Update the phymode along with bandwidth change request

2018-06-11 Thread Timur Kristóf
On Fri, 2018-06-08 at 11:32 -0700, Ryan Hsu wrote: > In the case of Station connects to AP with narrower bandwidth at > beginning. > And later the AP changes the bandwidth to winder bandwidth, the AP > will > beacon with wider bandwidth IE, eg VHT20->VHT40->VHT80 or VHT40- > >VHT80. > > Since the