aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-17staging: wfx: sta: Fix 'else' coding style warningSrivathsa Dara1-12/+11
2021-09-14staging: wfx: ensure IRQ is ready before enabling itJérôme Pouiller1-7/+10
2021-09-14staging: wfx: indent functions argumentsJérôme Pouiller2-14/+14
2021-09-14staging: wfx: explain the purpose of wfx_send_pds()Jérôme Pouiller1-1/+14
2021-09-14staging: wfx: remove useless comments after #endifJérôme Pouiller11-11/+11
2021-09-14staging: wfx: fix comments stylesJérôme Pouiller5-18/+8
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller24-175/+205
2021-09-14staging: wfx: reformat commentJérôme Pouiller1-3/+1
2021-09-14staging: wfx: update files descriptionsJérôme Pouiller9-9/+9
2021-09-14staging: wfx: remove references to WFxxx in commentsJérôme Pouiller17-33/+27
2021-09-14staging: wfx: fix space after cast operatorJérôme Pouiller1-1/+1
2021-09-14staging: wfx: remove useless debug statementJérôme Pouiller1-4/+1
2021-09-14staging: wfx: remove unused definitionJérôme Pouiller1-6/+0
2021-09-14staging: wfx: apply naming rules in hif_tx_mib.cJérôme Pouiller1-3/+3
2021-09-14staging: wfx: fix error namesJérôme Pouiller1-1/+1
2021-09-14staging: wfx: reorder function for slightly better eye candyJérôme Pouiller1-3/+3
2021-09-14staging: wfx: simplify hif_join()Jérôme Pouiller1-4/+1
2021-09-14staging: wfx: declare variables at beginning of functionsJérôme Pouiller1-4/+4
2021-09-14staging: wfx: fix misleading 'rate_id' usageJérôme Pouiller1-8/+7
2021-09-14staging: wfx: uniformize counter namesJérôme Pouiller2-64/+65
2021-09-14staging: wfx: update with the firmware API 3.8Jérôme Pouiller2-1/+7
2021-09-14staging: wfx: simplify API coherency checkJérôme Pouiller1-2/+0
2021-09-14staging: wfx: relax the PDS existence constraintJérôme Pouiller1-2/+2
2021-09-14staging: wfx: fix support for CSAJérôme Pouiller1-1/+6
2021-09-14staging: wfx: declare support for TDLSJérôme Pouiller1-0/+3
2021-09-14staging: wfx: take advantage of wfx_tx_queue_empty()Jérôme Pouiller1-8/+7
2021-09-14staging: wfx: fix atomic accesses in wfx_tx_queue_empty()Jérôme Pouiller1-1/+2
2021-09-14staging: wfx: drop unused argument from hif_scan()Jérôme Pouiller3-10/+3
2021-09-14staging: wfx: avoid possible lock-up during scanJérôme Pouiller4-21/+33
2021-09-14staging: wfx: wait for SCAN_CMPL after a SCAN_STOPJérôme Pouiller1-8/+16
2021-09-14staging: wfx: ignore PS when STA/AP share same channelJérôme Pouiller1-12/+20
2021-09-14staging: wfx: do not send CAB while scanningJérôme Pouiller1-0/+11
2021-09-14staging: wfx: use abbreviated message for "incorrect sequence"Jérôme Pouiller1-2/+3
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