summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: Use cc-disable-warning to disable -Wdangling-pointerNathan Chancellor2022-05-241-1/+1
* wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12Jakub Kicinski2022-05-221-0/+5
* ath6kl: fix typos in commentsJulia Lawall2022-03-181-1/+1
* Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-03-113-37/+24
|\
| * ath6kl: add device ID for WLU5150-D81André Apitzsch2022-03-101-0/+1
| * ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2022-03-092-5/+2
| * ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2022-03-091-1/+1
| * ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2022-03-091-1/+1
| * ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2022-03-091-1/+1
| * ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2022-03-092-8/+2
| * ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2022-03-092-8/+3
| * ath6kl: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-211-13/+13
* | wireless: Atheros: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
|/
* ath6kl: Use struct_group() to avoid size-mismatched castingKees Cook2021-12-092-15/+19
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-10-281-1/+6
|\
| * ath6kl: fix division by zero in send pathJohan Hovold2021-10-281-0/+5
| * ath6kl: fix control-message timeoutJohan Hovold2021-10-281-1/+1
* | ath6kl: use eth_hw_addr_set()Jakub Kicinski2021-10-201-4/+5
* | wireless: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+1
|/
* ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()Dan Carpenter2021-08-291-1/+3
* ath6kl: Fix inconsistent indentingJiapeng Chong2021-06-151-2/+2
* ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()Anirudh Rayabharam2021-05-132-4/+5
* Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()"Greg Kroah-Hartman2021-05-131-1/+3
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-262-0/+4
* cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-221-2/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-12-021-2/+2
|\
| * ath6kl: fix enum-conversion warningArnd Bergmann2020-11-071-2/+2
* | wireless: remove unneeded breakTom Rix2020-11-071-1/+0
|/
* ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd()Dan Carpenter2020-09-221-0/+5
* ath6kl: wmi: Remove unused variable 'rate'Lee Jones2020-08-271-8/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-08-183-5/+8
|\
| * ath6kl: prevent potential array overflow in ath6kl_add_new_sta()Dan Carpenter2020-08-171-0/+3
| * ath6kl: fix spelling mistake "initilisation" -> "initialization"Colin Ian King2020-08-171-1/+1
| * ath6kl: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-172-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-1/+1
|\ \
| * | wireless: Fix trivial spellingKieran Bingham2020-07-151-1/+1
| |/
* / treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-034-18/+16
|\
| * Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-14/+12
| |\
| | * cfg80211: change internal management frame registration APIJohannes Berg2020-04-241-14/+12
| * | ath6kl: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-063-4/+4
| |/
* / mmc: sdio: Move SDIO IDs from ath6kl driver to common include filePali Rohár2020-05-292-15/+8
|/
* net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang2019-10-021-4/+2
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-1/+1
* ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()Hui Peng2019-09-041-0/+8
* ath6kl: Fix a possible null-pointer dereference in ath6kl_htc_mbox_create()Jia-Ju Bai2019-09-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-082-2/+2
|\
| * ath: fix SPDX tagsKalle Valo2019-06-262-2/+2
* | Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller2019-06-263-8/+11
|\ \