summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170
Commit message (Expand)AuthorAgeFilesLines
* wifi: carl9170: add a proper sanity check for endpointsNikita Zhandarovich2024-04-291-0/+32
* wifi: carl9170: re-fix fortified-memset warningArnd Bergmann2024-04-041-1/+2
* Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-02-221-1/+1
|\
| * wifi: carl9170: Remove redundant assignment to pointer superColin Ian King2024-02-141-1/+1
* | wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-0/+4
|/
* wifi: carl9170: remove unnecessary (void*) conversionsWu Yunchuan2023-10-021-5/+5
* wifi: carl9170: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2023-03-241-2/+2
* wifi: carl9170: Fix multiple -Warray-bounds warningsGustavo A. R. Silva2023-03-241-1/+1
* wifi: carl9170: Replace zero-length array of trailing structs with flex-arrayKees Cook2022-11-251-2/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-10-292-6/+1
|\
| * wifi: carl9170: Remove -Warray-bounds exceptionKees Cook2022-10-121-5/+0
| * carl9170: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-301-1/+1
* | wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
|/
* wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-021-1/+1
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* wifi: carl9170: silence a GCC 12 -Warray-bounds warningJakub Kicinski2022-05-221-0/+5
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-031-0/+3
|\
| * carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong2022-05-021-0/+3
* | mac80211: prepare sta handling for MLO supportSriram R2022-04-112-6/+7
|/
* carl9170: devres ar->survey_infoChristian Lamparter2022-03-101-4/+2
* carl9170: replace bitmap_zalloc with devm_bitmap_zallocChristian Lamparter2022-03-101-8/+1
* carl9170: devres-ing input_allocate_deviceChristian Lamparter2022-03-101-11/+2
* carl9170: devres-ing hwrng_register usageChristian Lamparter2022-03-102-27/+3
* carl9170: replace GFP_ATOMIC in ampdu_action, it can sleepChristian Lamparter2022-03-101-1/+1
* carl9170: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-242-2/+2
* carl9170: fix missing bit-wise or operator for tx_paramsColin Ian King2022-01-311-1/+1
* Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-211-6/+6
|\
| * mac80211: Use memset_after() to clear tx statusKees Cook2021-11-261-6/+6
* | carl9170: Use the bitmap API when applicableChristophe JAILLET2021-12-081-6/+3
|/
* wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap2021-06-121-5/+3
* carl9170: remove get_tid_hChristophe JAILLET2021-04-182-7/+2
* carl9170: fix struct alignment conflictArnd Bergmann2021-02-092-11/+11
* carl9170: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-091-0/+1
* carl9170: remove trailing semicolon in macro definitionTom Rix2020-12-081-2/+2
* carl9170: remove WDS codeJohannes Berg2020-11-112-5/+0
* carl9170: Convert 'ar9170_qmap' to inline functionLee Jones2020-08-313-5/+8
* carl9170: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-271-4/+3
* carl9170: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-272-4/+4
* ath: fix wiki website urlFlavio Suligoi2020-06-092-2/+2
* carl9170: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-122-2/+2
* carl9170: remove P2P_GO supportChristian Lamparter2020-05-062-20/+5
* carl9170: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-1/+1
* mac80211: simplify TX aggregation startJohannes Berg2019-10-041-2/+1
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-3/+3
* carl9170: remove set but not used variable 'udev'YueHaibing2019-09-041-2/+0
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-07-012-29/+19
|\
| * carl9170: remove dead branch in op_conf_tx callbackChristian Lamparter2019-06-271-7/+2