Re: [ath9k-devel] AR9280 AP mode - 5GHz band

2014-07-22 Thread Oleksij Rempel
Thank you for your feedback! :) Am 22.07.2014 14:38, schrieb Hosam Hittini: I could get it to work by compiling backports-3.15.1-1.tar.xz package, there is no need to recompile a whole kernel I first extracted the source files, then used “make defconfig-ath9k” Then, thanks to your suggestions

Re: [ath9k-devel] AR9280 AP mode - 5GHz band

2014-07-22 Thread Hosam Hittini
I could get it to work by compiling backports-3.15.1-1.tar.xz package, there is no need to recompile a whole kernel I first extracted the source files, then used “make defconfig-ath9k” Then, thanks to your suggestions I used “make menuconfig” to changes some settings, the following are the ones

Re: [ath9k-devel] [PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use

2014-07-22 Thread Benoit Taine
On 21/07/2014 17:16, Bjorn Helgaas wrote: [+cc Jingoo] On Fri, Jul 18, 2014 at 12:50 PM, James Bottomley Anyway, it's PCI code ... let the PCI maintainer decide. However, if he does want this do it as one big bang patch via either the PCI or Trivial tree (latter because Jiří has

Re: [ath9k-devel] [PATCH 09/10] ath9k: add ath9k_enable_dynack() method

2014-07-22 Thread John W. Linville
On Sun, Jul 20, 2014 at 02:31:25PM +0200, Lorenzo Bianconi wrote: Add ath9k_enable_dynack() method to enable ack timeout estimation algorithm. Moreover disable dynack if the coverage class has been configured Signed-off-by: Lorenzo Bianconi lorenzo.biancon...@gmail.com ---

Re: [ath9k-devel] [PATCH 09/10] ath9k: add ath9k_enable_dynack() method

2014-07-22 Thread Lorenzo Bianconi
Hi John, On Sun, Jul 20, 2014 at 02:31:25PM +0200, Lorenzo Bianconi wrote: Add ath9k_enable_dynack() method to enable ack timeout estimation algorithm. Moreover disable dynack if the coverage class has been configured Signed-off-by: Lorenzo Bianconi lorenzo.biancon...@gmail.com ---

Re: [ath9k-devel] [PATCH 09/10] ath9k: add ath9k_enable_dynack() method

2014-07-22 Thread John W. Linville
On Tue, Jul 22, 2014 at 09:52:04PM +0200, Lorenzo Bianconi wrote: Hi John, On Sun, Jul 20, 2014 at 02:31:25PM +0200, Lorenzo Bianconi wrote: Add ath9k_enable_dynack() method to enable ack timeout estimation algorithm. Moreover disable dynack if the coverage class has been configured

Re: [ath9k-devel] [PATCH 09/10] ath9k: add ath9k_enable_dynack() method

2014-07-22 Thread Lorenzo Bianconi
On Tue, Jul 22, 2014 at 09:52:04PM +0200, Lorenzo Bianconi wrote: Hi John, On Sun, Jul 20, 2014 at 02:31:25PM +0200, Lorenzo Bianconi wrote: Add ath9k_enable_dynack() method to enable ack timeout estimation algorithm. Moreover disable dynack if the coverage class has been configured