Re: [PATCH] v2 ath10k: add LED and GPIO controlling support for various chipsets

2018-02-17 Thread kbuild test robot
Hi Sebastian, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc1] [also build test ERROR on next-20180216] [cannot apply to ath6kl/ath-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://gi

[PATCH] wcn36xx: reduce verbosity of drivers messages

2018-02-17 Thread Ramon Fried
Whenever the WLAN interface is started the FW version and caps are printed, this info should appear as debug info. Signed-off-by: Ramon Fried --- drivers/net/wireless/ath/wcn36xx/main.c | 2 +- drivers/net/wireless/ath/wcn36xx/smd.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) di

Re: [PATCH] mt7601u: Fix system freeze after resuming from hibernation

2018-02-17 Thread cantabile
On 15/02/18 23:47, Jakub Kicinski wrote: On Thu, 15 Feb 2018 13:38:00 +0200, cantabile wrote: On 15/02/18 02:45, Jakub Kicinski wrote: On Wed, 14 Feb 2018 13:34:38 +0200, cantabile wrote: The firmware running on the device sometimes survives a reboot (firmware_running returns 1). When this hap

[PATCH 2/9] iwlwifi: mvm: fix TX of CCMP 256

2018-02-17 Thread Luca Coelho
From: Sara Sharon We don't have enough room in the TX command for a CCMP 256 key, and need to use key from table. Fixes: 3264bf032bd9 ("[BUGFIX] iwlwifi: mvm: Fix CCMP IV setting") Signed-off-by: Sara Sharon Signed-off-by: Luca Coelho --- drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 7 +-

[PATCH 8/9] iwlwifi: mvm: Correctly set the tid for mcast queue

2018-02-17 Thread Luca Coelho
From: Ilan Peer In the scheduler config command, the meaning of tid == 0xf was intended to indicate the configuration is for management frames. However, tid == 0xf was also used for the multicast queue that was meant only for multicast data frames, which resulted with the FW not encrypting multic

[PATCH 1/9] iwlwifi: Cancel and set MARKER_CMD timer during suspend-resume

2018-02-17 Thread Luca Coelho
From: Haim Dreyfuss While entering to D3 mode there is a gap between the time the driver handles the D3_CONFIG_CMD response to the time the host is going to sleep. In between there might be cases which MARKER_CMD can tailgate. Also during resume flow the MARKER_CMD might get sent while D0I3_CMD i

[PATCH 4/9] iwlwifi: mvm: fix assert 0x2B00 on older FWs

2018-02-17 Thread Luca Coelho
From: Sara Sharon We should add the multicast station before adding the broadcast station. However, in older FW, the firmware will start beaconing when we add the multicast station, and since the broadcast station is not added at this point so the transmission of the beacon will fail on assert 0

[PATCH 5/9] iwlwifi: avoid collecting firmware dump if not loaded

2018-02-17 Thread Luca Coelho
From: Shaul Triebitz Trying to collect firmware debug data while firmware is not loaded causes various errors (e.g. failing NIC access). This causes even a bigger issue if at that time the HW radio is off. In that case, when later turning the radio on, the Driver fails to read the HW (registers c

[PATCH 6/9] iwlwifi: mvm: fix "failed to remove key" message

2018-02-17 Thread Luca Coelho
From: Sara Sharon When the GTK is installed, we install it to HW with the station ID of the AP. Mac80211 will try to remove it only after the AP sta is removed, which will result in a failure to remove key since we do not have any station for it. This is a valid situation, but a previous commit

[PATCH 3/9] iwlwifi: mvm: Fix channel switch for count 0 and 1

2018-02-17 Thread Luca Coelho
From: Andrei Otcheretianski It was assumed that apply_time==0 implies immediate scheduling, which is wrong. Instead, the fw expects the START_IMMEDIATELY flag to be set. Otherwise, this resulted in 0x3063 assert. Fix that. While at it rename the T2_V2_START_IMMEDIATELY to TE_V2_START_IMMEDIATELY.

[PATCH 0/9] iwlwifi: fixes intended for 4.16 2018-02-17

2018-02-17 Thread Luca Coelho
From: Luca Coelho Hi, This is my second batch of fixes inteded for 4.16. These are the fixes: * Fix CSA issues with count 0 and 1; * Some firmware debugging fixes; * Removed a wrong error message when removing keys; * Fix a firmware sysassert most usually triggered in IBSS; * A couple of fixes

[PATCH 7/9] iwlwifi: mvm: Direct multicast frames to the correct station

2018-02-17 Thread Luca Coelho
From: Ilan Peer Multicast frames for NL80211_IFTYPE_AP and NL80211_IFTYPE_ADHOC were directed to the broadcast station, however, as the broadcast station did not have keys configured, these frames were sent unencrypted. Fix this by using the multicast station which is the station for which encry

[PATCH 9/9] iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM default

2018-02-17 Thread Luca Coelho
From: Ulf Magnusson 'default false' should be 'default n', though they happen to have the same effect here, due to undefined symbols ('false' in this case) evaluating to n in a tristate sense. Remove the default instead of changing it. bool and tristate symbols implicitly default to n. Discover

Re: Request for brcmfmac4366c-pcie.bin

2018-02-17 Thread Hubert Wiedeke
Hi, I'd like to ask about the current status of 4366c firmware preparation for linux-firmware.git . Is it close to finish? What about DFS? Nothing critical, just a question. -- Best regards, Hubert Wiedeke