summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+3
2026-01-17carl9170: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-5/+7
2025-09-04wifi: mac80211: support parsing S1G TIM PVBLachlan Hodges-1/+1
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-1/+1
2025-06-17wifi: carl9170: do not ping device which has failed to load firmwareDmitry Antipov-6/+13
2025-05-20wifi: carl9170: micro-optimize carl9170_tx_shift_bm()Yury Norov-2/+1
2025-04-20gcc-15: add '__nonstring' markers to byte arraysLinus Torvalds-1/+1
2025-01-15carl9170: stop embedding file_operations into their objectsAl Viro-16/+12
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach-1/+1
2024-04-29wifi: carl9170: add a proper sanity check for endpointsNikita Zhandarovich-0/+32
2024-04-04wifi: carl9170: re-fix fortified-memset warningArnd Bergmann-1/+2
2024-02-22Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo-1/+1
2024-02-14wifi: carl9170: Remove redundant assignment to pointer superColin Ian King-1/+1
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg-0/+4
2023-10-02wifi: carl9170: remove unnecessary (void*) conversionsWu Yunchuan-5/+5
2023-03-24wifi: carl9170: Replace fake flex-array with flexible-array memberGustavo A. R. Silva-2/+2
2023-03-24wifi: carl9170: Fix multiple -Warray-bounds warningsGustavo A. R. Silva-1/+1
2022-11-25wifi: carl9170: Replace zero-length array of trailing structs with flex-arrayKees Cook-2/+2
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-6/+1
2022-10-12wifi: carl9170: Remove -Warray-bounds exceptionKees Cook-5/+0
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel-0/+1
2022-09-30carl9170: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva-1/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg-1/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg-1/+1
2022-05-22wifi: carl9170: silence a GCC 12 -Warray-bounds warningJakub Kicinski-0/+5
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-0/+3
2022-05-02carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong-0/+3
2022-04-11mac80211: prepare sta handling for MLO supportSriram R-6/+7
2022-03-10carl9170: devres ar->survey_infoChristian Lamparter-4/+2
2022-03-10carl9170: replace bitmap_zalloc with devm_bitmap_zallocChristian Lamparter-8/+1
2022-03-10carl9170: devres-ing input_allocate_deviceChristian Lamparter-11/+2
2022-03-10carl9170: devres-ing hwrng_register usageChristian Lamparter-27/+3
2022-03-10carl9170: replace GFP_ATOMIC in ampdu_action, it can sleepChristian Lamparter-1/+1
2022-02-24carl9170: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva-2/+2
2022-01-31carl9170: fix missing bit-wise or operator for tx_paramsColin Ian King-1/+1
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski-6/+6
2021-12-08carl9170: Use the bitmap API when applicableChristophe JAILLET-6/+3
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook-6/+6
2021-06-12wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap-5/+3
2021-04-18carl9170: remove get_tid_hChristophe JAILLET-7/+2
2021-02-09carl9170: fix struct alignment conflictArnd Bergmann-11/+11
2020-12-09carl9170: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-12-08carl9170: remove trailing semicolon in macro definitionTom Rix-2/+2
2020-11-11carl9170: remove WDS codeJohannes Berg-5/+0
2020-08-31carl9170: Convert 'ar9170_qmap' to inline functionLee Jones-5/+8