summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-061-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-131-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-044-18/+16
|\
| * Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-271-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-092-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
|\ \
| * \ Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-05-273-8/+11
| |\ \ | | |/ | |/|
| | * ath6kl: remove redundant check of status != 0Colin Ian King2019-04-291-3/+0
| | * ath6kl: add some bounds checkingDan Carpenter2019-04-291-1/+9
| | * ath6kl: wmi: use struct_size() helperGustavo A. R. Silva2019-04-291-2/+1
| | * ath6kl: debug: Use struct_size() helperGustavo A. R. Silva2019-04-291-2/+1
* | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-031-2/+2
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-02-081-3/+1
|\
| * ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()Kangjie Lu2019-01-101-3/+1
* | wireless: remove unneeded semicolonYueHaibing2019-02-011-1/+1
|/
* Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-284-8/+8
|\
| * ath6kl: add ath6kl_ prefix to crypto_typeSagi Grimberg2018-12-134-8/+8
* | ath6kl: Use debug instead of error message when disabledKyle Roeschley2018-12-201-1/+1
* | ath6kl: Fix off by one error in scan completionKyle Roeschley2018-12-201-1/+1
* | ath6kl: Only use match sets when firmware supports itKyle Roeschley2018-12-201-1/+1
* | ath6kl: Mark expected switch fall-throughGustavo A. R. Silva2018-11-051-0/+1
|/
* ath6kl: convert to using %pOFn instead of device_node.nameRob Herring2018-09-031-2/+2
* ath6kl: Remove unnecessary parenthesesVarsha Rao2018-08-281-1/+1
* ath6kl: replace GFP_ATOMIC with GFP_KERNEL in ath6kl_bmi_init()Jia-Ju Bai2018-07-311-1/+1
* ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and statsColin Ian King2018-07-303-12/+3