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: Fix Antenna Diversity SwitchingBryan O'Donoghue1-1/+3
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-09-18wcn36xx: Ensure finish scan is not requested before start scanJoseph Gates1-1/+4
2021-07-14wcn36xx: Move hal_buf allocation to devm_kmalloc in probeBryan O'Donoghue1-13/+8
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
2018-04-24wcn36xx: cancel pending scan request when interface goes downDaniel Mack1-0/+13
2018-04-24wcn36xx: pass correct BSS index when deleting BSS keysDaniel Mack1-3/+7
2018-04-10wcn36xx: don't delete invalid bss indicesDaniel Mack1-0/+1
2018-03-29wcn36xx: turn off probe response offloadingRamon Fried1-2/+0
2018-03-26wcn36xx: reduce verbosity of drivers messagesRamon Fried1-1/+2
2018-02-27wcn36xx: Fix warning due to duplicate scan_completed notificationLoic Poulain1-6/+3
2018-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+12
2018-01-04wcn36xx: Fix dynamic power savingLoic Poulain1-11/+12
2017-12-14wcn36xx: Add hardware scan offload supportLoic Poulain1-3/+13
2017-11-20wcn36xx: fix iris child-node lookupJohan Hovold1-1/+1
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller1-1/+11
2017-10-27wcn36xx: Remove unnecessary rcu_read_unlock in wcn36xx_bss_info_changedJia-Ju Bai1-1/+0
2017-09-25wcn36xx: Disable 5GHz for wcn3620Loic Poulain1-1/+11
2017-08-08wcn36xx: Introduce mutual exclusion of fw configurationBjorn Andersson1-2/+50
2017-05-23wcn36xx: Close SMD channel on device removalBjorn Andersson1-0/+2
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller1-0/+3
2017-04-10Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...David S. Miller1-2/+2
2017-03-29soc: qcom: smd: Transition client drivers from smd to rpmsgBjorn Andersson1-4/+2
2017-03-09wcn36xx: Fix error handlingChristophe Jaillet1-2/+2