summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wcn36xx
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-3/+3
2022-04-12wcn36xx: clean up some inconsistent indentingYang Li1-3/+3
2022-04-11mac80211: prepare sta handling for MLO supportSriram R2-25/+28
2022-04-01wcn36xx: Improve readability of wcn36xx_caps_nameBenjamin Stürz1-61/+65
2022-03-30wcn36xx: Implement tx_rate reportingEdmond Gagnon6-1/+111
2022-02-14wcn36xx: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)1-1/+1
2022-02-10wcn36xx: Uninitialized variable in wcn36xx_change_opchannel()Dan Carpenter1-1/+1
2022-02-03wcn36xx: clean up some inconsistent indentingYang Li2-7/+7
2022-01-31wcn36xx: Differentiate wcn3660 from wcn3620Bryan O'Donoghue2-0/+4
2022-01-19wcn36xx: Add SNR reporting via get_survey()Bryan O'Donoghue1-0/+44
2022-01-19wcn36xx: Track SNR and RSSI for each RX frameBryan O'Donoghue3-0/+53
2022-01-19wcn36xx: Track the band and channel we are tuned toBryan O'Donoghue2-0/+30
2022-01-19wcn36xx: Implement get_snr()Bryan O'Donoghue1-0/+5
2022-01-17wcn36xx: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-13/+8
2021-12-16wcn36xx: Implement beacon filteringBryan O'Donoghue4-0/+107
2021-12-16wcn36xx: Fix physical location of beacon filter commentBryan O'Donoghue1-3/+4
2021-12-16wcn36xx: Fix beacon filter structure definitionsBryan O'Donoghue1-3/+3
2021-12-08wcn36xx: Fix max channels retrievalLoic Poulain1-1/+1
2021-11-26wcn36xx: Use correct SSN for ADD BA requestLoic Poulain3-10/+44
2021-11-08wcn36xx: fix RX BD rate mapping for 5GHz legacy ratesBenjamin Li1-3/+1
2021-11-08wcn36xx: populate band before determining rate on RXBenjamin Li1-18/+19
2021-11-08wcn36xx: Put DXE block into reset before freeing memoryBryan O'Donoghue1-0/+6
2021-11-08wcn36xx: Release DMA channel descriptor allocationsBryan O'Donoghue1-0/+5
2021-11-08wcn36xx: Fix DMA channel enable/disable cycleBryan O'Donoghue1-11/+27
2021-11-01wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_INDBryan O'Donoghue1-2/+2
2021-11-01wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scanBenjamin Li3-7/+32
2021-11-01wcn36xx: implement flush op to speed up connected scanBenjamin Li3-0/+59
2021-11-01wcn36xx: add debug prints for sw_scan start/completeBenjamin Li1-0/+4
2021-10-28wcn36xx: add missing 5GHz channels 136 and 144Benjamin Li2-0/+3
2021-10-28wcn36xx: switch on antenna diversity feature bitBenjamin Li1-1/+3
2021-10-28wcn36xx: Channel list update before hardware scanLoic Poulain4-0/+116
2021-10-27Revert "wcn36xx: Enable firmware link monitoring"Bryan O'Donoghue1-1/+0
2021-10-27wcn36xx: Fix packet drop on resumeLoic Poulain1-0/+11
2021-10-27wcn36xx: Fix discarded frames due to wrong sequence numberLoic Poulain1-2/+7
2021-10-27wcn36xx: add proper DMA memory barriers in rx pathBenjamin Li1-1/+11
2021-10-27wcn36xx: Fix HT40 capability for 2Ghz bandLoic Poulain1-1/+3
2021-10-27Revert "wcn36xx: Disable bmps when encryption is disabled"Bryan O'Donoghue3-15/+1
2021-10-27wcn36xx: Treat repeated BMPS entry fail as connection lossBryan O'Donoghue2-0/+10
2021-10-27wcn36xx: Add chained transfer support for AMSDULoic Poulain4-2/+91
2021-10-27wcn36xx: Enable hardware scan offload for 5Ghz bandLoic Poulain1-6/+6
2021-10-27wcn36xx: Correct band/freq reporting on RXLoic Poulain2-1/+25
2021-10-25wcn36xx: Fix tx_status mechanismLoic Poulain2-47/+21
2021-10-25wcn36xx: Fix (QoS) null data frame bitrate/modulationLoic Poulain1-0/+1
2021-09-21wcn36xx: Implement Idle Mode Power SaveBryan O'Donoghue4-3/+68
2021-09-21wcn36xx: Add ability for wcn36xx_smd_dump_cmd_req to pass two's complementBryan O'Donoghue1-1/+1
2021-09-21wcn36xx: Fix Antenna Diversity SwitchingBryan O'Donoghue1-1/+3
2021-09-21wcn36xx: handle connection loss indicationBenjamin Li1-11/+33
2021-08-29wcn36xx: Fix missing frame timestamp for beacon/probe-respLoic Poulain1-0/+4
2021-08-29wcn36xx: Allow firmware name to be overridden by DTBjorn Andersson3-2/+10
2021-08-29wcn36xx: Ensure finish scan is not requested before start scanJoseph Gates2-1/+5