summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx
Commit message (Expand)AuthorAgeFilesLines
* 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
* wcn36xx: implement flush op to speed up connected scanBenjamin Li2021-11-013-0/+59
* wcn36xx: add debug prints for sw_scan start/completeBenjamin Li2021-11-011-0/+4
* wcn36xx: add missing 5GHz channels 136 and 144Benjamin Li2021-10-282-0/+3
* wcn36xx: switch on antenna diversity feature bitBenjamin Li2021-10-281-1/+3
* wcn36xx: Channel list update before hardware scanLoic Poulain2021-10-284-0/+116
* Revert "wcn36xx: Enable firmware link monitoring"Bryan O'Donoghue2021-10-271-1/+0
* wcn36xx: Fix packet drop on resumeLoic Poulain2021-10-271-0/+11
* wcn36xx: Fix discarded frames due to wrong sequence numberLoic Poulain2021-10-271-2/+7
* wcn36xx: add proper DMA memory barriers in rx pathBenjamin Li2021-10-271-1/+11
* wcn36xx: Fix HT40 capability for 2Ghz bandLoic Poulain2021-10-271-1/+3
* Revert "wcn36xx: Disable bmps when encryption is disabled"Bryan O'Donoghue2021-10-273-15/+1
* wcn36xx: Treat repeated BMPS entry fail as connection lossBryan O'Donoghue2021-10-272-0/+10
* wcn36xx: Add chained transfer support for AMSDULoic Poulain2021-10-274-2/+91
* wcn36xx: Enable hardware scan offload for 5Ghz bandLoic Poulain2021-10-271-6/+6
* wcn36xx: Correct band/freq reporting on RXLoic Poulain2021-10-272-1/+25
* wcn36xx: Fix tx_status mechanismLoic Poulain2021-10-252-47/+21
* wcn36xx: Fix (QoS) null data frame bitrate/modulationLoic Poulain2021-10-251-0/+1
* wcn36xx: Implement Idle Mode Power SaveBryan O'Donoghue2021-09-214-3/+68
* wcn36xx: Add ability for wcn36xx_smd_dump_cmd_req to pass two's complementBryan O'Donoghue2021-09-211-1/+1
* wcn36xx: Fix Antenna Diversity SwitchingBryan O'Donoghue2021-09-211-1/+3
* wcn36xx: handle connection loss indicationBenjamin Li2021-09-211-11/+33
* wcn36xx: Fix missing frame timestamp for beacon/probe-respLoic Poulain2021-08-291-0/+4
* wcn36xx: Allow firmware name to be overridden by DTBjorn Andersson2021-08-293-2/+10
* wcn36xx: Ensure finish scan is not requested before start scanJoseph Gates2021-08-292-1/+5
* wcn36xx: Avoid memset() beyond end of struct fieldKees Cook2021-06-221-16/+5
* wcn36xx: Move hal_buf allocation to devm_kmalloc in probeBryan O'Donoghue2021-06-141-13/+8
* wcn36xx: Fix inconsistent indentingJiapeng Chong2021-06-141-1/+1
* wcn36xx: Enable WOWLAN flagsBryan O'Donoghue2021-06-141-1/+3
* wcn36xx: Add host resume request supportBryan O'Donoghue2021-06-143-0/+38
* wcn36xx: Add Host suspend indication supportBryan O'Donoghue2021-06-143-0/+24
* wcn36xx: Add GTK offload info to WoWLAN resumeBryan O'Donoghue2021-06-144-2/+79
* wcn36xx: Add GTK offload to WoWLAN pathBryan O'Donoghue2021-06-144-1/+47
* wcn36xx: Add set_rekey_data callbackBryan O'Donoghue2021-06-142-0/+25
* wcn36xx: Add ipv6 namespace offload in suspendBryan O'Donoghue2021-06-144-0/+73
* wcn36xx: Add ipv6 address trackingBryan O'Donoghue2021-06-143-0/+41
* wcn36xx: Do not flush indication queue on suspend/resumeBryan O'Donoghue2021-06-141-2/+0
* wcn36xx: Add ipv4 ARP offload support in suspendBryan O'Donoghue2021-06-144-8/+57
* wcn36xx: Run suspend for the first ieee80211_vifBryan O'Donoghue2021-06-141-3/+28