aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/ath6kl
AgeCommit message (Expand)AuthorFilesLines
2026-08-06Merge tag 'ath-next-20260803' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/athJohannes Berg2-1/+6
2026-08-02wifi: cfg80211: convert cookie output to input parameterArend van Spriel1-5/+5
2026-08-02wifi: ath6kl: use pre-assigned cookie for remain_on_channel and mgmt_txArend van Spriel6-15/+13
2026-07-31wifi: ath6kl: clamp assoc request/response lengths before subtracting IE offsetsDoruk Tan Ozturk1-0/+5
2026-07-30wifi: ath6kl: return 0 explicitly in ath6kl_init_upload()Sang-Heon Jeon1-1/+1
2026-07-27Merge tag 'wireless-2026-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski2-3/+16
2026-07-22wifi: ath6kl: Constify struct cfg80211_opsChristophe JAILLET1-1/+1
2026-07-22wifi: ath6kl: avoid buffer overreads in WMI event handlersJeff Johnson1-2/+15
2026-07-13wifi: ath6kl: fix OOB read from firmware IE lengths in connect eventTristan Madani1-0/+8
2026-07-13wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handlerTristan Madani1-0/+12
2026-07-13wifi: ath6kl: fix OOB access from firmware ADDBA window sizeTristan Madani1-4/+6
2026-07-02wifi: ath6kl: fix use-after-free in aggr_reset_state()Daniel Hodges1-1/+1
2026-06-17Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2026-06-14wifi: ath6kl: fix invalid workqueue flags in ath6kl_usb_create()wuyankun1-1/+1
2026-05-05wifi: cfg80211: Add MAC address filter to remain_on_channelPeddolla Harshavardhan Reddy1-1/+2
2026-03-10wifi: ath6kl: rename disconnect callbackJohan Hovold1-2/+2
2026-03-10wifi: ath6kl: drop redundant device referenceJohan Hovold1-10/+2
2026-03-06wifi: ath6kl: wmi: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-11/+0
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern1-8/+8
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit2-5/+8
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-18/+17
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-06-27wifi: ath6kl: Fix spellingsSumanth Gavini11-20/+20
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-2/+5
2025-06-18wifi: ath6kl: remove WARN on bad firmware inputJohannes Berg1-1/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar4-4/+5
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5-8/+8
2024-12-04wifi: cfg80211: send MLO links tx power info in GET_INTERFACERameshkumar Sundaram1-0/+1
2024-10-31Merge tag 'ath-next-20241030' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/athKalle Valo1-4/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-19wifi: ath6kl: fix typos in struct wmi_rssi_threshold_params_cmd and wmi_snr_threshold_params_cmd commentsAndrew Kreimer1-4/+4
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-2/+2
2024-04-04wifi: ath6kl: sdio: simplify module initializationKrzysztof Kozlowski1-19/+1
2024-03-25wifi: ath6kl: fix sparse warningsKalle Valo2-4/+2
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg1-1/+1
2023-10-18wifi: ath6kl: replace deprecated strncpy with memcpyJustin Stitt1-1/+1
2023-09-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-3/+3
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg1-1/+1
2023-09-21wifi: ath6kl: remove unnecessary (void*) conversionsWu Yunchuan2-3/+3
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit1-2/+2
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-2/+2
2023-08-04Merge tag 'wireless-next-2023-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-2/+0
2023-07-26Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12"Kalle Valo1-5/+0
2023-07-25wifi: ath6kl: Remove error checking for debugfs_create_dir()Wang Ming1-2/+0
2023-02-27wifi: ath6kl: reduce WARN to dev_dbg() in callbackFedor Pchelkin1-2/+2
2023-02-17wifi: ath6kl: minor fix for allocation sizeAlexey V. Vissarionov1-1/+1
2023-02-14wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit1-1/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller1-4/+4