Re: [PATCH 2/2] mt7601u: run calibration works after finishing scanning

2018-04-14 Thread Stanislaw Gruszka
On Fri, Apr 13, 2018 at 11:06:13AM -0700, Jakub Kicinski wrote: > On Fri, 13 Apr 2018 16:44:38 +0200, Stanislaw Gruszka wrote: > > When finishing scanning we switch to operational channel sill with > > SCANNING flag. This mean that we never perform calibration works after > > scanning. To fix the

Re: [PATCH 3/3] ath10k: average ack rssi support for data frames

2018-04-14 Thread kbuild test robot
://github.com/0day-ci/linux/commits/Balaji-Pothunoori/cfg80211-average-ack-rssi-support-for-data-frames/20180414-115825 reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) drive

Re: [PATCH 3/3] ath10k: average ack rssi support for data frames

2018-04-14 Thread kbuild test robot
://github.com/0day-ci/linux/commits/Balaji-Pothunoori/cfg80211-average-ack-rssi-support-for-data-frames/20180414-115825 config: xtensa-allyesconfig (attached as .config) compiler: xtensa-linux-gcc (GCC) 7.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross

[PATCH v2 01/25] iwlwifi: mvm: add traffic condition monitoring (TCM)

2018-04-14 Thread Luca Coelho
From: Luca Coelho Traffic condition monitor gathers data about the traffic load and other conditions and can be used to make decisions regarding latency, throughput etc. This patch introduces the code and data structures to collect this data for future use.

Re: [PATCH 01/25] iwlwifi: mvm: add traffic condition monitoring (TCM)

2018-04-14 Thread Luciano Coelho
On Fri, 2018-04-13 at 15:42 +0300, Luca Coelho wrote: > From: Luca Coelho > > Traffic condition monitor gathers data about the traffic load and > other conditions and can be used to make decisions regarding latency, > throughput etc. This patch introduces the code and