aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/carl9170 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/athKalle Valo1-1/+1
2024-02-14wifi: carl9170: Remove redundant assignment to pointer superColin Ian King1-1/+1
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-0/+4
2023-10-02wifi: carl9170: remove unnecessary (void*) conversionsWu Yunchuan1-5/+5
2023-03-24wifi: carl9170: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-2/+2
2023-03-24wifi: carl9170: Fix multiple -Warray-bounds warningsGustavo A. R. Silva1-1/+1
2022-11-25wifi: carl9170: Replace zero-length array of trailing structs with flex-arrayKees Cook1-2/+2
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-6/+1
2022-10-12wifi: carl9170: Remove -Warray-bounds exceptionKees Cook1-5/+0
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-09-30carl9170: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-05-22wifi: carl9170: silence a GCC 12 -Warray-bounds warningJakub Kicinski1-0/+5
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-0/+3
2022-05-02carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong1-0/+3
2022-04-11mac80211: prepare sta handling for MLO supportSriram R2-6/+7
2022-03-10carl9170: devres ar->survey_infoChristian Lamparter1-4/+2
2022-03-10carl9170: replace bitmap_zalloc with devm_bitmap_zallocChristian Lamparter1-8/+1
2022-03-10carl9170: devres-ing input_allocate_deviceChristian Lamparter1-11/+2
2022-03-10carl9170: devres-ing hwrng_register usageChristian Lamparter2-27/+3
2022-03-10carl9170: replace GFP_ATOMIC in ampdu_action, it can sleepChristian Lamparter1-1/+1
2022-02-24carl9170: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2-2/+2
2022-01-31carl9170: fix missing bit-wise or operator for tx_paramsColin Ian King1-1/+1
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-6/+6
2021-12-08carl9170: Use the bitmap API when applicableChristophe JAILLET1-6/+3
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook1-6/+6
2021-06-12wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap1-5/+3
2021-04-18carl9170: remove get_tid_hChristophe JAILLET2-7/+2
2021-02-09carl9170: fix struct alignment conflictArnd Bergmann2-11/+11
2020-12-09carl9170: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-08carl9170: remove trailing semicolon in macro definitionTom Rix1-2/+2
2020-11-11carl9170: remove WDS codeJohannes Berg2-5/+0
2020-08-31carl9170: Convert 'ar9170_qmap' to inline functionLee Jones3-5/+8
2020-08-27carl9170: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-27carl9170: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-06-09ath: fix wiki website urlFlavio Suligoi2-2/+2
2020-05-12carl9170: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-2/+2
2020-05-06carl9170: remove P2P_GO supportChristian Lamparter2-20/+5
2020-03-12carl9170: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-09-04carl9170: remove set but not used variable 'udev'YueHaibing1-2/+0
2019-07-01Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-29/+19
2019-06-27carl9170: remove dead branch in op_conf_tx callbackChristian Lamparter1-7/+2
2019-06-27carl9170: fix misuse of device driver APIChristian Lamparter1-22/+17
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-2/+2