aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29wifi: wcn36xx: Move capability bitmap to string translation function to firmware.cBryan O'Donoghue1-77/+4
2022-07-29wifi: wcn36xx: Move firmware feature bit storage to dedicated firmware.c fileBryan O'Donoghue1-3/+4
2022-07-29wifi: wcn36xx: Rename clunky firmware feature bit enumBryan O'Donoghue1-1/+1
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-1/+1
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-2/+2
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-8/+8
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-9/+9
2022-04-01wcn36xx: Improve readability of wcn36xx_caps_nameBenjamin Stürz1-61/+65
2022-03-30wcn36xx: Implement tx_rate reportingEdmond Gagnon1-0/+16
2022-02-10wcn36xx: Uninitialized variable in wcn36xx_change_opchannel()Dan Carpenter1-1/+1
2022-02-03wcn36xx: clean up some inconsistent indentingYang Li1-5/+5
2022-01-31wcn36xx: Differentiate wcn3660 from wcn3620Bryan O'Donoghue1-0/+3
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'Donoghue1-0/+12
2022-01-19wcn36xx: Track the band and channel we are tuned toBryan O'Donoghue1-0/+27
2022-01-17wcn36xx: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-13/+8
2021-12-16wcn36xx: Implement beacon filteringBryan O'Donoghue1-0/+2
2021-11-26wcn36xx: Use correct SSN for ADD BA requestLoic Poulain1-5/+18
2021-11-01wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scanBenjamin Li1-7/+27
2021-11-01wcn36xx: implement flush op to speed up connected scanBenjamin Li1-0/+11
2021-11-01wcn36xx: add debug prints for sw_scan start/completeBenjamin Li1-0/+4
2021-10-28wcn36xx: add missing 5GHz channels 136 and 144Benjamin Li1-0/+2
2021-10-28wcn36xx: Channel list update before hardware scanLoic Poulain1-0/+1
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 HT40 capability for 2Ghz bandLoic Poulain1-1/+3
2021-10-27Revert "wcn36xx: Disable bmps when encryption is disabled"Bryan O'Donoghue1-10/+0
2021-10-27wcn36xx: Add chained transfer support for AMSDULoic Poulain1-0/+3
2021-10-27wcn36xx: Enable hardware scan offload for 5Ghz bandLoic Poulain1-6/+6
2021-09-21wcn36xx: Implement Idle Mode Power SaveBryan O'Donoghue1-0/+7
2021-09-21wcn36xx: Fix Antenna Diversity SwitchingBryan O'Donoghue1-1/+3
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