> | ^~~
> drivers/net/wireless/ath/ath9k/ar5008_initvals.h:462:18: warning:
> ‘ar5416Bank0’ defined but not used [-Wunused-const-variable=]
> 462 | static const u32 ar5416Bank0[][2] = {
> | ^~~
>
> Cc: QCA ath9k Development
> Cc: Kalle Valo
> Cc:
Lee Jones wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/net/wireless/ath/ath9k/ar5008_initvals.h:553:18: warning:
> ‘ar5416Bank6’ defined but not used [-Wunused-const-variable=]
>
> Cc: QCA ath9k Development
> Cc: Kalle Valo
> Cc: "
Lee Jones wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/net/wireless/ath/ath9k/ar9001_initvals.h:462:18: warning:
> ‘ar5416Bank6_9100’ defined but not used [-Wunused-const-variable=]
>
> Cc: QCA ath9k Development
> Cc: Kalle Valo
> Cc: "
Lee Jones wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/net/wireless/ath/ath9k/ar9002_initvals.h:900:18: warning:
> ‘ar9280PciePhy_clkreq_off_L1_9280’ defined but not used
> [-Wunused-const-variable=]
>
> Cc: QCA ath9k Development
> Cc: Ka
Lee Jones wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/net/wireless/ath/ath6kl/wmi.c: In function
> ‘ath6kl_wmi_bitrate_reply_rx’:
> drivers/net/wireless/ath/ath6kl/wmi.c:1204:6: warning: variable ‘rate’ set
> but not used [-Wunused-but-set-variab
Hi,
here's a pull request to net tree, more info below. Please let me know if there
are any problems.
Kalle
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
are available in the git repository at:
git://git.kernel.org/p
Christophe JAILLET wrote:
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
> The only file where some GFP_ flags ar
Keita Suzuki wrote:
> When wlc_phy_txpwr_srom_read_lcnphy fails in wlc_phy_attach_lcnphy,
> the allocated pi->u.pi_lcnphy is leaked, since struct brcms_phy will be
> freed in the caller function.
>
> Fix this by calling wlc_phy_detach_lcnphy in the error handler of
> wlc_phy_txpwr_srom_read_lcnp
t...@redhat.com wrote:
> From: Tom Rix
>
> clang static analyzer reports this problem
>
> init.c:739:8: warning: Called function pointer
> is null (null dereference)
> ret = adapter->if_ops.check_fw_status( ...
> ^
>
> In mwifiex_dnld_fw,
Chris Chiu wrote:
> Free the skb if usb_submit_urb fails on rx_urb. And free the urb
> no matter usb_submit_urb succeeds or not in rtl8xxxu_submit_int_urb.
>
> Signed-off-by: Chris Chiu
Patch applied to wireless-drivers-next.git, thanks.
86279456a4d4 rtl8xxxu: prevent potential memory leak
-
Lee Jones writes:
> On Mon, 31 Aug 2020, Kalle Valo wrote:
>
>> Lee Jones wrote:
>>
>> > 'tos_to_tid_inv' is only used in 2 of 17 files it's current being
>> > included into.
>> >
>> > Fixes the following W=1 kernel bui
_free
> misses releasing ar->mac.sbands[NL80211_BAND_6GHZ].channels
>
> Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices")
> Signed-off-by: Tom Rix
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
pass the tasklet pointer explicitly.
>> >
>> > Signed-off-by: Romain Perier
>> > Signed-off-by: Allen Pais
>> > Signed-off-by: Kalle Valo
>>
>> Patch applied to ath-next branch of ath.git, thanks.
>>
>> c068a9ec3c94 ath5k:
Dmitry Osipenko wrote:
> This patch fixes SDHCI CRC errors during of RX throughput testing on
> BCM4329 chip if SDIO BUS is clocked above 25MHz. In particular the
> checksum problem is observed on NVIDIA Tegra20 SoCs. The good watermark
> value is borrowed from downstream BCMDHD driver and it's m
Mauro Carvalho Chehab wrote:
> This patch causes a regression betwen Kernel 5.7 and 5.8 at wlcore:
> with it applied, WiFi stops working, and the Kernel starts printing
> this message every second:
>
>wlcore: PHY firmware version: Rev 8.2.0.0.242
>wlcore: firmware booted (Rev 8.9.0.0.79)
Mauro Carvalho Chehab wrote:
> This patch causes a regression betwen Kernel 5.7 and 5.8 at wlcore:
> with it applied, WiFi stops working, and the Kernel starts printing
> this message every second:
>
>wlcore: PHY firmware version: Rev 8.2.0.0.242
>wlcore: firmware booted (Rev 8.9.0.0.79)
YueHaibing wrote:
> These variables only used in sdio.c, move them to .c file
> can silence these warnings:
>
> In file included from drivers/net/wireless/marvell/mwifiex//main.h:59:0,
> from drivers/net/wireless/marvell/mwifiex//cfp.c:24:
> drivers/net/wireless/marvell/mwifiex/
YueHaibing wrote:
> These variables only used in pcie.c, move them to .c file
> can silence these warnings:
>
> In file included from drivers/net/wireless/marvell/mwifiex/main.h:57:0,
> from drivers/net/wireless/marvell/mwifiex/init.c:24:
> drivers/net/wireless/marvell/mwifiex/p
YueHaibing wrote:
> In file included from drivers/net/wireless/marvell/mwifiex//cmdevt.c:26:0:
> drivers/net/wireless/marvell/mwifiex//wmm.h:41:17: warning: ‘tos_to_tid_inv’
> defined but not used [-Wunused-const-variable=]
> static const u8 tos_to_tid_inv[] = {
> ^
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary
> fall-through markings when it is the case.
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highl
Nathan Chancellor wrote:
> A new warning in clang points out when macro expansion might result in a
> GNU C statement expression. There is an instance of this in the mwifiex
> driver:
>
> drivers/net/wireless/marvell/mwifiex/cmdevt.c:217:34: warning: '}' and
> ')' tokens terminating statement ex
"Bouganim, Raz" writes:
> We are going to release a new FW version 8.9.0.0.83 that contains
> support with the new IGTK key.
>
> In addition, we also going to release a new patch that mandates the
> driver to work with an 8.9.0.0.83 FW version or above.
>
> We going to push it today/tomorrow.
Yo
ip.c:1385: warning: Excess function
> parameter 'rx_status' description in 'zd_rx_rate'
>
> Cc: Daniel Drake
> Cc: Ulrich Kunitz
> Cc: Kalle Valo
> Cc: "David S. Miller"
> Cc: Jakub Kicinski
> Cc: linux-wirel...@vger.kernel.org
> Cc: netdev
less/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c: In function
> ‘wlc_phy_txpwr_srom_read_lcnphy’:
> drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c:4919:7:
> warning: variable ‘opo’ set but not used [-Wunused-but-set-variable]
>
> Cc: Arend van Spriel
> Cc: Franky Lin
YueHaibing wrote:
> There is no caller in tree.
>
> Signed-off-by: YueHaibing
Patch applied to wireless-drivers-next.git, thanks.
2c92790b1203 libertas_tf: Remove unused macro QOS_CONTROL_LEN
--
https://patchwork.kernel.org/patch/11744379/
https://wireless.wiki.kernel.org/en/developers/doc
wifiex_1d_to_wmm_queue[8] = { 1, 0, 0, 1, 2, 2, 3, 3
> };
> | ^~~
>
> NB: Many entries - snipped for brevity.
>
> Cc: Amitkumar Karwar
> Cc: Ganapathi Bhat
> Cc: Xinming Hu
> Cc: Kalle Valo
> Cc: "David S. Miller"
> Cc: Jakub Ki
ot used [-Wunused-const-variable=]
> 292 | static const struct mwifiex_pcie_device mwifiex_pcie8766 = {
> | ^~~~
>
> NB: Repeats 10's of times - snipped for brevity.
>
> Cc: Amitkumar Karwar
> Cc: Ganapathi Bhat
> Cc: Xinming Hu
> Cc: Kalle Valo
&
Jason Yan writes:
> This addresses the following gcc warning with "make W=1":
>
> drivers/net/wireless/ath/ath6kl/wmi.c: In function
> ‘ath6kl_wmi_bitrate_reply_rx’:
> drivers/net/wireless/ath/ath6kl/wmi.c:1204:6: warning: variable ‘rate’
> set but not used [-Wunused-but-set-variable]
> 1204 |
Doug Anderson writes:
> On Wed, Aug 26, 2020 at 7:51 AM Kalle Valo wrote:
>>
>> Douglas Anderson wrote:
>>
>> > If we have a per CE (Copy Engine) IRQ then we have no summary
>> > register. Right now the code generates a summary register by
>> &g
t keep track
> of the IRQs that fire. Then we can effectively generate our own
> summary without ever needing to read the Copy Engines.
>
> Tested-on: WCN3990 SNOC WLAN.HL.3.2.2-00490-QCAHLSWMTPL-1
>
> Signed-off-by: Douglas Anderson
> Reviewed-by: Rakesh Pillai
> Reviewed-by:
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1].
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
>
> Signed-off-by:
Christophe JAILLET wrote:
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
> The only file where some GFP_ flags ar
Christophe JAILLET wrote:
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
> When memory is allocated in 'rtl8180_i
Jia-Ju Bai wrote:
> In p54p_tx(), skb->data is mapped to streaming DMA on line 337:
> mapping = pci_map_single(..., skb->data, ...);
>
> Then skb->data is accessed on line 349:
> desc->device_addr = ((struct p54_hdr *)skb->data)->req_id;
>
> This access may cause data inconsistency between
Mauro Carvalho Chehab wrote:
> This patch causes a regression betwen Kernel 5.7 and 5.8 at wlcore:
> with it applied, WiFi stops working, and the Kernel starts printing
> this message every second:
>
>wlcore: PHY firmware version: Rev 8.2.0.0.242
>wlcore: firmware booted (Rev 8.9.0.0.79)
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary
> fall-through markings when it is the case.
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highl
Allen Pais wrote:
> From: Allen Pais
>
> In preparation for unconditionally passing the
> struct tasklet_struct pointer to all tasklet
> callbacks, switch to using the new tasklet_setup()
> and from_tasklet() to pass the tasklet pointer explicitly.
>
> Signed-off-by: Romain Perier
> Signed-of
cm80211/brcmfmac/btcoex.c:453: warning:
> Excess function parameter 'cfg' description in 'brcmf_btcoex_set_mode'
>
> Cc: Arend van Spriel
> Cc: Franky Lin
> Cc: Hante Meuleman
> Cc: Chi-Hsien Lin
> Cc: Wright Feng
> Cc: Kalle Valo
> Cc: "Da
Lee Jones wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/net/wireless/rsi/rsi_91x_mac80211.c:1021: warning: Function
> parameter or member 'sta' not described in 'rsi_mac80211_set_key'
>
> Cc: Amitkumar Karwar
> Cc: Siva Rebb
were 100's of these - snipped for brevity.
>
> Cc: Amitkumar Karwar
> Cc: Ganapathi Bhat
> Cc: Xinming Hu
> Cc: Kalle Valo
> Cc: "David S. Miller"
> Cc: Jakub Kicinski
> Cc: linux-wirel...@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Signed-of
Lee Jones writes:
> This set is part of a larger effort attempting to clean-up W=1
> kernel builds, which are currently overwhelmingly riddled with
> niggly little warnings.
>
> There are quite a few W=1 warnings in the Wireless. My plan
> is to work through all of them over the next few weeks.
hy.c:1216: warning: Excess function
> parameter 'path' description in 'mt7601u_set_tx_dac'
>
> Cc: Jakub Kicinski
> Cc: Kalle Valo
> Cc: "David S. Miller"
> Cc: Matthias Brugger
> Cc: Felix Fietkau
> Cc: linux-wirel...@vger.kernel.org
> Cc
et/wireless/intersil/hostap/hostap.h:11:19: warning: ‘freq_list’
> defined but not used [-Wunused-const-variable=]
>
> Cc: Jouni Malinen
> Cc: Kalle Valo
> Cc: "David S. Miller"
> Cc: Jakub Kicinski
> Cc: linux-wirel...@vger.kernel.org
> Cc: netdev@vger.kernel
ariable=]
> 41 | static const u8 tos_to_tid_inv[] = {
>
> NB: Snipped for brevity
>
> Cc: Amitkumar Karwar
> Cc: Ganapathi Bhat
> Cc: Xinming Hu
> Cc: Kalle Valo
> Cc: "David S. Miller"
> Cc: Jakub Kicinski
> Cc: linux-wirel...@vger.kernel.org
&g
lots of these repeat
>
> Cc: Christian Lamparter
> Cc: Kalle Valo
> Cc: "David S. Miller"
> Cc: Jakub Kicinski
> Cc: Johannes Berg
> Cc: linux-wirel...@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Suggested-by: Rasmus Villemoes
> Signed-off-by: Lee
fixed manually.
>
> Signed-off-by: Gustavo A. R. Silva
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
e96eecdb290a ath10k: wmi: Use struct_size() helper in ath10k_wmi_alloc_skb()
--
https://patchwork.kernel.org/patch/11608745/
https://w
not described in 'wmi_evt_ignore'
> drivers/net/wireless/ath/wil6210/wmi.c:1876: warning: Function parameter or
> member 'd' not described in 'wmi_evt_ignore'
> drivers/net/wireless/ath/wil6210/wmi.c:1876: warning: Function parameter or
> member 'l
Colin King wrote:
> There is a spelling mistake in an ath11k_warn warning message. Fix it.
>
> Signed-off-by: Colin Ian King
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
bd5dd7aaa4c0 ath11k: fix spelling mistake "moniter" -
check after the call.
>
> Addresses-Coverity: ("Division or modulo by zero")
> Fixes: d4ecb90b3857 ("ath11k: enable DP interrupt setup for QCA6390")
> Signed-off-by: Colin Ian King
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
Allen Pais wrote:
> In preparation for unconditionally passing the
> struct tasklet_struct pointer to all tasklet
> callbacks, switch to using the new tasklet_setup()
> and from_tasklet() to pass the tasklet pointer explicitly.
>
> Signed-off-by: Allen Pais
> Signed-off-b
1:17: warning:
>> ‘ar9170_qmap’ defined but not used [-Wunused-const-variable=]
>>
>> NB: Snipped - lots of these repeat
>>
>> Cc: Christian Lamparter
>> Cc: Kalle Valo
>> Cc: "David S. Miller"
>> Cc: Jakub Kicinski
>> Cc: Joha
Lee Jones writes:
> On Fri, 28 Aug 2020, Kalle Valo wrote:
>
>> Ondrej Zary writes:
>>
>> > On Thursday 27 August 2020 09:49:12 Kalle Valo wrote:
>> >> Ondrej Zary writes:
>> >>
>> >> > On Monday 17 August 2020 20:27:06 J
Ondrej Zary writes:
> On Thursday 27 August 2020 09:49:12 Kalle Valo wrote:
>> Ondrej Zary writes:
>>
>> > On Monday 17 August 2020 20:27:06 Jesse Brandeburg wrote:
>> >> On Mon, 17 Aug 2020 16:27:01 +0300
>> >> Kalle Valo wrote:
>> >
Steve deRosier writes:
> On Tue, Aug 25, 2020 at 10:49 PM Mauro Carvalho Chehab
> wrote:
>>
>> This patch causes a regression betwen Kernel 5.7 and 5.8 at wlcore:
>> with it applied, WiFi stops working, and the Kernel starts printing
>> this message every second:
>>
>>wlcore: PHY firmware ve
Colin King wrote:
> From: Colin Ian King
>
> The call to ath11k_core_firmware_request is returning a pointer that
> can be set to an error code, however, this is not being checked.
> Instead ret is being incorrecly checked for the error return. Fix the
> error checking.
>
> Addresses-Coverity:
Lee Jones writes:
> On Thu, 27 Aug 2020, Lee Jones wrote:
>
>> On Wed, 26 Aug 2020, Kalle Valo wrote:
>>
>> > Lee Jones wrote:
>> >
>> > > Fixes the following W=1 kernel build warning(s):
>> > >
>> > > drivers/net/wire
Lee Jones writes:
> This set is part of a larger effort attempting to clean-up W=1
> kernel builds, which are currently overwhelmingly riddled with
> niggly little warnings.
>
> There are quite a few W=1 warnings in the Wireless. My plan
> is to work through all of them over the next few weeks.
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1].
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
>
> Signed-off-by:
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1].
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
>
> Signed-off-by:
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1].
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
>
> Signed-off-by:
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1].
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
>
> Signed-off-by:
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1].
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
>
> Signed-off-by:
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1].
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
>
> Signed-off-by:
Allen Pais wrote:
> From: Allen Pais
>
> In preparation for unconditionally passing the
> struct tasklet_struct pointer to all tasklet
> callbacks, switch to using the new tasklet_setup()
> and from_tasklet() to pass the tasklet pointer explicitly
> and remove .data field.
>
> Signed-off-by: R
Maximilian Luz wrote:
> Following commit e18696786548 ("mwifiex: Prevent memory corruption
> handling keys") the mwifiex driver fails to authenticate with certain
> networks, specifically networks with 256 bit keys, and repeatedly asks
> for the password. The kernel log repeats the following line
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary
> fall-through markings when it is the case.
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highl
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary
> fall-through markings when it is the case.
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highl
Lee Jones wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/net/wireless/atmel/atmel.c:4232: warning: Cannot understand This
> file is part of net.russotto.AtmelMACFW, hereto referred to
>
> Cc: Simon Kelley
> Cc: Kalle Valo
> Cc: "
ed-off-by: Allen Pais
> Acked-by: Christian Lamparter
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
de7dbc2dbef7 carl9170: convert tasklets to use new tasklet_setup() API
--
https://patchwork.kernel.org/patch/11717455/
https://wireless.wiki.kernel.org/
;
> drivers/net/wireless/ath/wil6210/debugfs.c:456: warning: Function parameter
> or member 'base' not described in 'wil6210_debugfs_init_offset'
> drivers/net/wireless/ath/wil6210/debugfs.c:456: warning: Function parameter
> or member 'tbl' not described
hrough
>
> Signed-off-by: Gustavo A. R. Silva
> Acked-by: Christian Lamparter
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
6df74f61e9a2 carl9170: Use fallthrough pseudo-keyword
--
https://patchwork.kernel.org/patch/11728239/
https://w
returns for clarity.
>
> While we are at it, move the call to memset, as variable bd is not used
> on all code paths.
>
> Fixes: 7b57b2ddec21 ("ath11k: create a common function to request all
> firmware files")
> Signed-off-by: Alex Dewar
> Signed-off-by: Ka
n not needed.
>
> Signed-off-by: Krzysztof Kozlowski
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
72cdab808714 ath9k: Do not select MAC80211_LEDS by default
--
https://patchwork.kernel.org/patch/11727077/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Lee Jones wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/net/wireless/ath/ath9k/ar9002_initvals.h:900:18: warning:
> ‘ar9280PciePhy_clkreq_off_L1_9280’ defined but not used
> [-Wunused-const-variable=]
>
> Cc: QCA ath9k Development
> Cc: Ka
ed-off-by: Allen Pais
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
f91a35b46af0 ath9k: convert tasklets to use new tasklet_setup() API
--
https://patchwork.kernel.org/patch/11717397/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
ling LED trigger when not needed.
>
> Signed-off-by: Krzysztof Kozlowski
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
197f466e93f5 ath9k_htc: Do not select MAC80211_LEDS by default
--
https://patchwork.kernel.org/patch/11726211/
https://wireless.wi
ed-off-by: Allen Pais
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
c068a9ec3c94 ath5k: convert tasklets to use new tasklet_setup() API
--
https://patchwork.kernel.org/patch/11717393/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
le]
>
> Cc: Kalle Valo
> Cc: "David S. Miller"
> Cc: Jakub Kicinski
> Cc: linux-wirel...@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Signed-off-by: Lee Jones
> Signed-off-by: Kalle Valo
Patch applied to ath-next branch of ath.git, thanks.
e58518499ded a
Dinghao Liu wrote:
> When devm_clk_get() returns -EPROBE_DEFER, spi_priv
> should be freed just like when wilc_cfg80211_init()
> fails.
>
> Fixes: 854d66df74aed ("staging: wilc1000: look for rtc_clk clock in spi mode")
> Signed-off-by: Dinghao Liu
> Acked-by: Ajay Singh
Patch applied to wirel
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1].
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
>
> Signed-off-by:
Christophe JAILLET wrote:
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
> When memory is allocated in 'rtw_pci_i
Dinghao Liu wrote:
> When devm_clk_get() returns -EPROBE_DEFER, sdio_priv
> should be freed just like when wilc_cfg80211_init()
> fails.
>
> Fixes: 8692b047e86cf ("staging: wilc1000: look for rtc_clk clock")
> Signed-off-by: Dinghao Liu
> Acked-by: Ajay Singh
Patch applied to wireless-drivers
Tetsuo Handa wrote:
> syzbot is reporting that del_timer_sync() is called from
> mwifiex_usb_cleanup_tx_aggr() from mwifiex_unregister_dev() without
> checking timer_setup() from mwifiex_usb_tx_init() was called [1].
>
> Ganapathi Bhat proposed a possibly cleaner fix, but it seems that
> that fi
"Gustavo A. R. Silva" wrote:
> Replace the existing /* fall through */ comments and its variants with
> the new pseudo-keyword macro fallthrough[1].
>
> [1]
> https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
>
> Signed-off-by:
Christophe JAILLET wrote:
> The error message if 'pci_set_consistent_dma_mask()' fails is misleading.
> The function call uses 32 bits, but the error message reports 64.
>
> Moreover, according to the comment above 'dma_set_mask_and_coherent()'
> definition, such an error can never happen.
>
>
Christophe JAILLET wrote:
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
> When memory is allocated in 'mwifiex_p
Larry Finger writes:
> On 7/27/20 9:52 AM, Joe Perches wrote:
>> On Mon, 2020-07-27 at 09:04 +, Pkshih wrote:
>>> So, I think you would like to have parenthesis intentionally.
>>> If so,
>>> test1 ? : (test2 ? :)
>>> would be better.
>>>
>>>
>>> If not,
>>> test1 ? : test2 ? :
>>> may be what
Mauro Carvalho Chehab writes:
> This patch causes a regression betwen Kernel 5.7 and 5.8 at wlcore:
> with it applied, WiFi stops working, and the Kernel starts printing
> this message every second:
>
>wlcore: PHY firmware version: Rev 8.2.0.0.242
>wlcore: firmware booted (Rev 8.9.0.0.79)
Brian Norris writes:
> Hi,
>
> On Tue, Aug 25, 2020 at 8:38 AM Maximilian Luz
> wrote:
>>
>> Following commit e18696786548 ("mwifiex: Prevent memory corruption
>> handling keys") the mwifiex driver fails to authenticate with certain
>> networks, specifically networks with 256 bit keys, and repe
Lee Jones writes:
> On Mon, 17 Aug 2020, Kalle Valo wrote:
>
>> Rasmus Villemoes writes:
>>
>> > On 14/08/2020 17.14, Christian Lamparter wrote:
>> >> On 2020-08-14 13:39, Lee Jones wrote:
>> >>> 'ar9170_qmap' is used in some s
Ondrej Zary writes:
> On Monday 17 August 2020 20:27:06 Jesse Brandeburg wrote:
>> On Mon, 17 Aug 2020 16:27:01 +0300
>> Kalle Valo wrote:
>>
>> > I was surprised to see that someone was using this driver in 2015, so
>> > I'm not sure anymore what
Lee Jones writes:
> On Fri, 14 Aug 2020, Kalle Valo wrote:
>
>> Lee Jones writes:
>>
>> > On Fri, 14 Aug 2020, Kalle Valo wrote:
>> >
>> >> Lee Jones writes:
>> >>
>> >> > Fixes the following W=1 kernel build warning
: Excess function
> parameter 'ptr' description in 'wmi_buffer_block'
>
> Cc: Maya Erez
> Cc: Kalle Valo
> Cc: "David S. Miller"
> Cc: Jakub Kicinski
> Cc: linux-wirel...@vger.kernel.org
> Cc: wil6...@qti.qualcomm.com
> Cc: netdev@vge
not described in 'wmi_evt_ignore'
> drivers/net/wireless/ath/wil6210/wmi.c:1876: warning: Function parameter or
> member 'd' not described in 'wmi_evt_ignore'
> drivers/net/wireless/ath/wil6210/wmi.c:1876: warning: Function parameter or
> member
t keep track
> of the IRQs that fire. Then we can effectively generate our own
> summary without ever needing to read the Copy Engines.
>
> Tested-on: WCN3990 SNOC WLAN.HL.3.2.2-00490-QCAHLSWMTPL-1
>
> Signed-off-by: Douglas Anderson
> Reviewed-by: Rakesh Pillai
> Reviewed-by: Br
t...@redhat.com wrote:
> From: Tom Rix
>
> clang static analysis reports this problem
>
> rndis_wlan.c:3147:25: warning: Assigned value is garbage or undefined
> wiphy->max_num_pmkids = le32_to_cpu(caps.num_pmkids);
> ^ ~
Christophe JAILLET wrote:
> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GFP_ with a correct flag.
> It has been compile tested.
>
> When memory is allocated in 'adm8211_a
Christophe JAILLET wrote:
> A possible call chain is as follow:
> mwifiex_sdio_interrupt(sdio.c)
> --> mwifiex_main_process(main.c)
> --> mwifiex_process_cmdresp (cmdevt.c)
> --> mwifiex_process_sta_cmdresp
Colin King wrote:
> From: Colin Ian King
>
> There are some spelling mistakes in rtw_info messages. Fix these.
>
> Signed-off-by: Colin Ian King
Patch applied to wireless-drivers-next.git, thanks.
86c96422a3b3 rtw88: fix spelling mistake: "unsupport" -> "unsupported"
--
https://patchwork.
Colin King wrote:
> From: Colin Ian King
>
> There are spelling mistakes in warning messages. Fix these.
>
> Signed-off-by: Colin Ian King
Patch applied to wireless-drivers-next.git, thanks.
db8655c6299c wl1251, wlcore: fix spelling mistake "buld" -> "build"
--
https://patchwork.kernel.or
401 - 500 of 1701 matches
Mail list logo