summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-10/+4
|\
| * tracing/ath: Use the new __vstring() helperSteven Rostedt (Google)2022-07-151-10/+4
* | wifi: ath6kl: fix repeated words in commentsJilin Yuan2022-07-183-3/+3
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-07-081-4/+12
|\ \
| * | ath6kl: avoid flush_scheduled_work() usageTetsuo Handa2022-06-201-4/+12
* | | cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-201-1/+1
* | | wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-2/+4
|/ /
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-06-151-1/+1
|\ \ | |/ |/|
| * ath6kl: fix typo in commentJulia Lawall2022-05-301-1/+1
* | 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