Age | Commit message (Expand) | Author | Files | Lines |
2023-05-11 | wifi: ath6kl: reduce WARN to dev_dbg() in callback | Fedor Pchelkin | 1 | -2/+2 |
2023-05-11 | wifi: ath6kl: minor fix for allocation size | Alexey V. Vissarionov | 1 | -1/+1 |
2022-09-02 | wifi: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
2022-08-26 | Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 1 | -4/+4 |
2022-08-25 | wifi: cfg80211: Add link_id parameter to various key operations for MLO | Veerendranath Jakkam | 1 | -4/+4 |
2022-08-05 | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -10/+4 |
2022-07-18 | wifi: ath6kl: fix repeated words in comments | Jilin Yuan | 3 | -3/+3 |
2022-07-16 | tracing/ath: Use the new __vstring() helper | Steven Rostedt (Google) | 1 | -10/+4 |
2022-07-08 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 1 | -4/+12 |
2022-06-20 | cfg80211: Indicate MLO connection info in connect and roam callbacks | Veerendranath Jakkam | 1 | -1/+1 |
2022-06-20 | wifi: cfg80211: do some rework towards MLO link APIs | Johannes Berg | 1 | -2/+4 |
2022-06-20 | ath6kl: avoid flush_scheduled_work() usage | Tetsuo Handa | 1 | -4/+12 |
2022-06-15 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 1 | -1/+1 |
2022-05-30 | ath6kl: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-05-24 | ath6kl: Use cc-disable-warning to disable -Wdangling-pointer | Nathan Chancellor | 1 | -1/+1 |
2022-05-23 | wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12 | Jakub Kicinski | 1 | -0/+5 |
2022-03-18 | ath6kl: fix typos in comments | Julia Lawall | 1 | -1/+1 |
2022-03-12 | Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke... | Jakub Kicinski | 3 | -37/+24 |
2022-03-10 | ath6kl: add device ID for WLU5150-D81 | André Apitzsch | 1 | -0/+1 |
2022-03-09 | ath6kl: wmi: Replace one-element array with flexible-array member in struct w... | Gustavo A. R. Silva | 2 | -5/+2 |
2022-03-09 | ath6kl: wmi: Replace one-element array with flexible-array member in struct w... | Gustavo A. R. Silva | 1 | -1/+1 |
2022-03-09 | ath6kl: wmi: Replace one-element array with flexible-array member in struct w... | Gustavo A. R. Silva | 1 | -1/+1 |
2022-03-09 | ath6kl: wmi: Replace one-element array with flexible-array member in struct w... | Gustavo A. R. Silva | 1 | -1/+1 |
2022-03-09 | ath6kl: wmi: Replace one-element array with flexible-array member in struct w... | Gustavo A. R. Silva | 2 | -8/+2 |
2022-03-09 | ath6kl: wmi: Replace one-element array with flexible-array member in struct w... | Gustavo A. R. Silva | 2 | -8/+3 |
2022-03-06 | wireless: Atheros: Use netif_rx(). | Sebastian Andrzej Siewior | 1 | -1/+1 |
2022-02-21 | ath6kl: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva | 1 | -13/+13 |
2021-12-09 | ath6kl: Use struct_group() to avoid size-mismatched casting | Kees Cook | 2 | -15/+19 |
2021-10-28 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 1 | -1/+6 |
2021-10-28 | ath6kl: fix division by zero in send path | Johan Hovold | 1 | -0/+5 |
2021-10-28 | ath6kl: fix control-message timeout | Johan Hovold | 1 | -1/+1 |
2021-10-20 | ath6kl: use eth_hw_addr_set() | Jakub Kicinski | 1 | -4/+5 |
2021-10-20 | wireless: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+1 |
2021-08-29 | ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point() | Dan Carpenter | 1 | -1/+3 |
2021-06-15 | ath6kl: Fix inconsistent indenting | Jiapeng Chong | 1 | -2/+2 |
2021-05-13 | ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd() | Anirudh Rayabharam | 2 | -4/+5 |
2021-05-13 | Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()" | Greg Kroah-Hartman | 1 | -1/+3 |
2021-01-26 | cfg80211: avoid holding the RTNL when calling the driver | Johannes Berg | 2 | -0/+4 |
2021-01-22 | cfg80211: change netdev registration/unregistration semantics | Johannes Berg | 1 | -2/+2 |
2020-12-02 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 1 | -2/+2 |
2020-11-07 | wireless: remove unneeded break | Tom Rix | 1 | -1/+0 |
2020-11-07 | ath6kl: fix enum-conversion warning | Arnd Bergmann | 1 | -2/+2 |
2020-09-22 | ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd() | Dan Carpenter | 1 | -0/+5 |
2020-08-27 | ath6kl: wmi: Remove unused variable 'rate' | Lee Jones | 1 | -8/+2 |
2020-08-18 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 3 | -5/+8 |
2020-08-17 | ath6kl: prevent potential array overflow in ath6kl_add_new_sta() | Dan Carpenter | 1 | -0/+3 |
2020-08-17 | ath6kl: fix spelling mistake "initilisation" -> "initialization" | Colin Ian King | 1 | -1/+1 |
2020-08-17 | ath6kl: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -4/+4 |
2020-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -1/+1 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |