summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl
AgeCommit message (Expand)AuthorFilesLines
2022-05-24ath6kl: Use cc-disable-warning to disable -Wdangling-pointerNathan Chancellor1-1/+1
2022-05-23wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12Jakub Kicinski1-0/+5
2022-03-18ath6kl: fix typos in commentsJulia Lawall1-1/+1
2022-03-12Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-37/+24
2022-03-10ath6kl: add device ID for WLU5150-D81André Apitzsch1-0/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2-5/+2
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva1-1/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva1-1/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva1-1/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2-8/+2
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2-8/+3
2022-03-06wireless: Atheros: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-02-21ath6kl: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-13/+13
2021-12-09ath6kl: Use struct_group() to avoid size-mismatched castingKees Cook2-15/+19
2021-10-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-1/+6
2021-10-28ath6kl: fix division by zero in send pathJohan Hovold1-0/+5
2021-10-28ath6kl: fix control-message timeoutJohan Hovold1-1/+1
2021-10-20ath6kl: use eth_hw_addr_set()Jakub Kicinski1-4/+5
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-08-29ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()Dan Carpenter1-1/+3
2021-06-15ath6kl: Fix inconsistent indentingJiapeng Chong1-2/+2
2021-05-13ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()Anirudh Rayabharam2-4/+5
2021-05-13Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()"Greg Kroah-Hartman1-1/+3
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2-0/+4
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-2/+2
2020-12-02Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-2/+2
2020-11-07wireless: remove unneeded breakTom Rix1-1/+0
2020-11-07ath6kl: fix enum-conversion warningArnd Bergmann1-2/+2
2020-09-22ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd()Dan Carpenter1-0/+5
2020-08-27ath6kl: wmi: Remove unused variable 'rate'Lee Jones1-8/+2
2020-08-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo3-5/+8
2020-08-17ath6kl: prevent potential array overflow in ath6kl_add_new_sta()Dan Carpenter1-0/+3
2020-08-17ath6kl: fix spelling mistake "initilisation" -> "initialization"Colin Ian King1-1/+1
2020-08-17ath6kl: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-15wireless: Fix trivial spellingKieran Bingham1-1/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-18/+16
2020-05-29mmc: sdio: Move SDIO IDs from ath6kl driver to common include filePali Rohár2-15/+8
2020-05-27Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller1-14/+12
2020-05-06ath6kl: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-4/+4
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg1-14/+12
2019-10-02net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang1-4/+2
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-09-04ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()Hui Peng1-0/+8
2019-09-04ath6kl: Fix a possible null-pointer dereference in ath6kl_htc_mbox_create()Jia-Ju Bai1-2/+2
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller3-8/+11
2019-06-26ath: fix SPDX tagsKalle Valo2-2/+2