summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx
Commit message (Expand)AuthorAgeFilesLines
* wifi: wcn36xx: main: fix sparse warningsKalle Valo2024-03-251-2/+2
* wifi: wcn36xx: buff_to_be(): fix sparse warningsKalle Valo2024-03-252-4/+7
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-0/+4
* wifi: fill in MODULE_DESCRIPTION()s for wcn36xxBreno Leitao2024-01-311-0/+1
* wifi: wcn36xx: Convert to platform remove callback returning voidUwe Kleine-König2023-12-011-4/+2
* wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_byKees Cook2023-09-211-1/+1
* wifi: wcn36xx: remove unnecessary (void*) conversionsWu Yunchuan2023-09-213-14/+14
* wifi: drivers: Explicitly include correct DT includesRob Herring2023-08-011-2/+1
* wifi: wcn36xx: add support for pronto-v3Vladimir Lypak2023-03-154-13/+16
* wifi: wcn36xx: Slightly optimize PREPARE_HAL_BUF()Christophe JAILLET2023-02-241-2/+2
* wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
* wifi: wcn36xx: fix repeated words in commentsJilin Yuan2022-09-191-1/+1
* wifi: wcn36xx: Add RX frame SNR as a source of system entropyBryan O'Donoghue2022-09-191-0/+4
* wifi: wcn36xx: Add debugfs entry to read firmware feature stringsBryan O'Donoghue2022-07-292-0/+40
* wifi: wcn36xx: Move capability bitmap to string translation function to firmw...Bryan O'Donoghue2022-07-293-77/+81
* wifi: wcn36xx: Move firmware feature bit storage to dedicated firmware.c fileBryan O'Donoghue2022-07-297-124/+146
* wifi: wcn36xx: Rename clunky firmware feature bit enumBryan O'Donoghue2022-07-294-8/+8
* wifi: wcn36xx: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* wifi: mac80211: move ps setting to vif configJohannes Berg2022-07-151-1/+1
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-07-081-2/+2
|\
| * wcn36xx: Fix typo in commentXiang wangx2022-06-201-2/+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-2/+2
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-202-9/+9
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-031-3/+3
|\
| * wcn36xx: clean up some inconsistent indentingYang Li2022-04-121-3/+3
* | mac80211: prepare sta handling for MLO supportSriram R2022-04-112-25/+28
|/
* wcn36xx: Improve readability of wcn36xx_caps_nameBenjamin Stürz2022-04-011-61/+65
* wcn36xx: Implement tx_rate reportingEdmond Gagnon2022-03-306-1/+111
* wcn36xx: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)2022-02-141-1/+1
* wcn36xx: Uninitialized variable in wcn36xx_change_opchannel()Dan Carpenter2022-02-101-1/+1
* wcn36xx: clean up some inconsistent indentingYang Li2022-02-032-7/+7
* wcn36xx: Differentiate wcn3660 from wcn3620Bryan O'Donoghue2022-01-312-0/+4
* wcn36xx: Add SNR reporting via get_survey()Bryan O'Donoghue2022-01-191-0/+44
* wcn36xx: Track SNR and RSSI for each RX frameBryan O'Donoghue2022-01-193-0/+53
* wcn36xx: Track the band and channel we are tuned toBryan O'Donoghue2022-01-192-0/+30
* wcn36xx: Implement get_snr()Bryan O'Donoghue2022-01-191-0/+5
* wcn36xx: Use platform_get_irq_byname() to get the interruptLad Prabhakar2022-01-171-13/+8
* wcn36xx: Implement beacon filteringBryan O'Donoghue2021-12-164-0/+107
* wcn36xx: Fix physical location of beacon filter commentBryan O'Donoghue2021-12-161-3/+4
* wcn36xx: Fix beacon filter structure definitionsBryan O'Donoghue2021-12-161-3/+3
* wcn36xx: Fix max channels retrievalLoic Poulain2021-12-081-1/+1
* wcn36xx: Use correct SSN for ADD BA requestLoic Poulain2021-11-263-10/+44
* wcn36xx: fix RX BD rate mapping for 5GHz legacy ratesBenjamin Li2021-11-081-3/+1
* wcn36xx: populate band before determining rate on RXBenjamin Li2021-11-081-18/+19
* wcn36xx: Put DXE block into reset before freeing memoryBryan O'Donoghue2021-11-081-0/+6
* wcn36xx: Release DMA channel descriptor allocationsBryan O'Donoghue2021-11-081-0/+5
* wcn36xx: Fix DMA channel enable/disable cycleBryan O'Donoghue2021-11-081-11/+27
* wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_INDBryan O'Donoghue2021-11-011-2/+2
* wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scanBenjamin Li2021-11-013-7/+32