aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+3
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+3
2021-03-15Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman27-0/+106
2021-03-10staging: wfx: Fix alignment style issue in sta.cRajat Asthana1-1/+1
2021-03-10staging: wfx: logical continuations should be on the previous linezhuo1angt@outlook.com1-3/+3
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman27-0/+106
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum27-106/+0
2021-02-11staging: wfx: avoid defining array of flexible structMuhammad Usama Anjum1-1/+1
2021-02-08staging: wfx: fix possible panic with re-queued framesJérôme Pouiller2-1/+10
2020-11-23Merge 5.10-rc5 into staging-testingGreg Kroah-Hartman1-1/+1
2020-11-03Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-11-02Merge 5.10-rc2 into staging-nextGreg Kroah-Hartman2-4/+4
2020-10-28MAINTAINERS: fix broken doc refs due to yaml conversionMauro Carvalho Chehab1-1/+1
2020-10-27staging: wfx: fix test on return value of gpiod_get_value()Jérôme Pouiller1-1/+1
2020-10-27staging: wfx: fix use of uninitialized pointerJérôme Pouiller1-3/+3
2020-10-26staging: wfx: make a const array static, makes object smallerColin Ian King1-1/+1
2020-10-10staging: wfx: improve robustness of wfx_get_hw_rate()Jérôme Pouiller1-0/+4
2020-10-10staging: wfx: drop unicode characters from stringsJérôme Pouiller1-1/+1
2020-10-10staging: wfx: gpiod_get_value() can return an errorJérôme Pouiller2-3/+3
2020-10-10staging: wfx: increase robustness of hif_generic_confirm()Jérôme Pouiller1-2/+2
2020-10-10staging: wfx: wfx_init_common() returns NULL on errorJérôme Pouiller1-1/+1
2020-10-10staging: wfx: standardize the error when vif does not existJérôme Pouiller3-11/+32
2020-10-10staging: wfx: check memory allocationJérôme Pouiller1-1/+7
2020-10-10staging: wfx: improve error handling of hif_join()Jérôme Pouiller1-1/+3
2020-10-07dt-bindings: staging: wfx: silabs,wfx yaml conversionJérôme Pouiller2-96/+125
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller33-33/+33
2020-10-07staging: wfx: fix QoS priority for slow busesJérôme Pouiller2-2/+13
2020-10-07staging: wfx: fix BA sessions for older firmwaresJérôme Pouiller1-0/+3
2020-10-07staging: wfx: remove remaining code of 'secure link' featureJérôme Pouiller2-19/+0
2020-10-07staging: wfx: fix handling of MMIC errorJérôme Pouiller1-1/+1
2020-09-16staging: wfx: simplify virt_addr_valid callTom Rix1-1/+1
2020-09-13staging: wfx: update TODO listJérôme Pouiller1-19/+0
2020-09-13staging: wfx: drop async field from struct hif_cmdJérôme Pouiller3-22/+10
2020-09-13staging: wfx: uniformize naming rules in hif_tx_mib.cJérôme Pouiller1-25/+25
2020-09-13staging: wfx: fix spacesJérôme Pouiller2-4/+1
2020-09-13staging: wfx: fix naming of hif_tx_rate_retry_policyJérôme Pouiller1-2/+2
2020-09-13staging: wfx: drop macro API_SSID_SIZEJérôme Pouiller3-9/+3
2020-09-13staging: wfx: drop struct hif_ie_tlvJérôme Pouiller1-7/+3
2020-09-13staging: wfx: drop useless union hif_indication_dataJérôme Pouiller2-14/+10
2020-09-13staging: wfx: drop useless union hif_event_dataJérôme Pouiller1-7/+5
2020-09-13staging: wfx: drop useless union hif_privacy_key_dataJérôme Pouiller1-13/+11
2020-09-13staging: wfx: drop useless structs only used in hif_ind_startupJérôme Pouiller2-27/+14
2020-09-13staging: wfx: drop useless stricts only used in hif_req_start_scan_altJérôme Pouiller2-25/+12
2020-09-13staging: wfx: drop useless structs only used in hif_req_txJérôme Pouiller2-58/+30
2020-09-13staging: wfx: drop useless struct hif_tx_result_flagsJérôme Pouiller2-12/+7
2020-09-13staging: wfx: drop useless struct hif_rx_flagsJérôme Pouiller2-16/+11
2020-09-13staging: wfx: drop useless struct hif_pm_modeJérôme Pouiller2-7/+3
2020-09-13staging: wfx: drop useless struct hif_suspend_resume_flagsJérôme Pouiller2-8/+4
2020-09-13staging: wfx: drop useless struct hif_map_link_flagsJérôme Pouiller2-14/+5
2020-09-13staging: wfx: drop useless struct hif_bss_flagsJérôme Pouiller1-5/+1