summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wcn36xx/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28wcn36xx: Differentiate wcn3660 from wcn3620Bryan O'Donoghue1-0/+3
2022-01-27wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scanBenjamin Li1-7/+27
2021-11-18wcn36xx: Channel list update before hardware scanLoic Poulain1-0/+1
2021-11-18wcn36xx: Fix Antenna Diversity SwitchingBryan O'Donoghue1-1/+3
2021-11-18Revert "wcn36xx: Enable firmware link monitoring"Bryan O'Donoghue1-1/+0
2021-11-18wcn36xx: Fix packet drop on resumeLoic Poulain1-0/+11
2021-11-18wcn36xx: Fix HT40 capability for 2Ghz bandLoic Poulain1-1/+3
2021-11-06Revert "wcn36xx: Disable bmps when encryption is disabled"Bryan O'Donoghue1-10/+0
2021-08-29wcn36xx: Allow firmware name to be overridden by DTBjorn Andersson1-0/+7
2021-08-29wcn36xx: Ensure finish scan is not requested before start scanJoseph Gates1-1/+4
2021-06-14wcn36xx: Move hal_buf allocation to devm_kmalloc in probeBryan O'Donoghue1-13/+8
2021-06-14wcn36xx: Enable WOWLAN flagsBryan O'Donoghue1-1/+3
2021-06-14wcn36xx: Add host resume request supportBryan O'Donoghue1-0/+1
2021-06-14wcn36xx: Add Host suspend indication supportBryan O'Donoghue1-0/+3
2021-06-14wcn36xx: Add GTK offload info to WoWLAN resumeBryan O'Donoghue1-0/+1
2021-06-14wcn36xx: Add GTK offload to WoWLAN pathBryan O'Donoghue1-0/+4
2021-06-14wcn36xx: Add set_rekey_data callbackBryan O'Donoghue1-0/+19
2021-06-14wcn36xx: Add ipv6 namespace offload in suspendBryan O'Donoghue1-0/+4
2021-06-14wcn36xx: Add ipv6 address trackingBryan O'Donoghue1-0/+32
2021-06-14wcn36xx: Do not flush indication queue on suspend/resumeBryan O'Donoghue1-2/+0
2021-06-14wcn36xx: Add ipv4 ARP offload support in suspendBryan O'Donoghue1-3/+10
2021-06-14wcn36xx: Run suspend for the first ieee80211_vifBryan O'Donoghue1-3/+28
2021-06-14wcn36xx: Return result of set_power_params in suspendBryan O'Donoghue1-2/+4
2021-02-09wcn36xx: del BA session on TX stopLoic Poulain1-1/+2
2020-11-07wcn36xx: Enable firmware offloaded keepaliveBryan O'Donoghue1-0/+1
2020-11-07wcn36xx: Enable firmware link monitoringBryan O'Donoghue1-0/+1
2020-09-22wcn36xx: Ensure spaces between functionsBryan O'Donoghue1-0/+1
2020-09-22wcn36xx: Advertise ieee802.11 VHT flagsBryan O'Donoghue1-0/+32
2020-09-22wcn36xx: Add VHT rates to wcn36xx_update_allowed_rates()Bryan O'Donoghue1-0/+8
2020-09-22wcn36xx: Encode PHY mode for 80MHz channel in hw_valueBryan O'Donoghue1-25/+25
2020-09-21wcn36xx: Add wcn36xx_set_default_rates_v1Bryan O'Donoghue1-0/+8
2020-09-02wcn36xx: Hook and identify RF_IRIS_WCN3680Bryan O'Donoghue1-0/+2
2020-08-27wcn36xx: Disable bmps when encryption is disabledLoic Poulain1-0/+10
2020-08-27wcn36xx: Fix software-driven scanLoic Poulain1-76/+88
2020-08-17wcn36xx: Fix reported 802.11n rx_highest rate wcn3660/wcn3680Bryan O'Donoghue1-1/+1
2020-08-14wcn36xx: Add TX ack supportLoic Poulain1-0/+1
2020-08-14wcn36xx: Fix multiple AMPDU sessions supportLoic Poulain1-4/+6
2020-05-11wcn36xx: Fix error handling path in 'wcn36xx_probe()'Christophe JAILLET1-2/+4
2019-12-18wcn36xx: disable HW_CONNECTION_MONITOREduardo Abinader1-1/+0
2019-11-06Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-2/+0
2019-10-31wcn36xx: remove unecessary returnEduardo Abinader1-2/+0
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+3
2018-07-02wcn36xx: drop unnecessary initialization of variablesDaniel Mack1-3/+1
2018-06-29wcn36xx: Fix WEP encryptionLoic Poulain1-8/+11
2018-06-29wcn36xx: Track associated stationsLoic Poulain1-0/+5
2018-06-29wcn36xx: Fix WEP104 encryption typeLoic Poulain1-1/+1
2018-05-25wcn36xx: Add support for Factory Test Mode (FTM)Eyal Ilsar1-0/+3
2018-05-25wcn36xx: set PREASSOC and IDLE stated when BSS info changesDaniel Mack1-0/+4
2018-05-25wcn36xx: set DMA mask explicitlyDaniel Mack1-0/+6
2018-04-24wcn36xx: handle scan cancellation when firmware support is missingDaniel Mack1-3/+11