summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx
AgeCommit message (Expand)Author
2021-09-17staging: wfx: sta: Fix 'else' coding style warningSrivathsa Dara
2021-09-14staging: wfx: ensure IRQ is ready before enabling itJérôme Pouiller
2021-09-14staging: wfx: indent functions argumentsJérôme Pouiller
2021-09-14staging: wfx: explain the purpose of wfx_send_pds()Jérôme Pouiller
2021-09-14staging: wfx: remove useless comments after #endifJérôme Pouiller
2021-09-14staging: wfx: fix comments stylesJérôme Pouiller
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller
2021-09-14staging: wfx: reformat commentJérôme Pouiller
2021-09-14staging: wfx: update files descriptionsJérôme Pouiller
2021-09-14staging: wfx: remove references to WFxxx in commentsJérôme Pouiller
2021-09-14staging: wfx: fix space after cast operatorJérôme Pouiller
2021-09-14staging: wfx: remove useless debug statementJérôme Pouiller
2021-09-14staging: wfx: remove unused definitionJérôme Pouiller
2021-09-14staging: wfx: apply naming rules in hif_tx_mib.cJérôme Pouiller
2021-09-14staging: wfx: fix error namesJérôme Pouiller
2021-09-14staging: wfx: reorder function for slightly better eye candyJérôme Pouiller
2021-09-14staging: wfx: simplify hif_join()Jérôme Pouiller
2021-09-14staging: wfx: declare variables at beginning of functionsJérôme Pouiller
2021-09-14staging: wfx: fix misleading 'rate_id' usageJérôme Pouiller
2021-09-14staging: wfx: uniformize counter namesJérôme Pouiller
2021-09-14staging: wfx: update with the firmware API 3.8Jérôme Pouiller
2021-09-14staging: wfx: simplify API coherency checkJérôme Pouiller
2021-09-14staging: wfx: relax the PDS existence constraintJérôme Pouiller
2021-09-14staging: wfx: fix support for CSAJérôme Pouiller
2021-09-14staging: wfx: declare support for TDLSJérôme Pouiller
2021-09-14staging: wfx: take advantage of wfx_tx_queue_empty()Jérôme Pouiller
2021-09-14staging: wfx: fix atomic accesses in wfx_tx_queue_empty()Jérôme Pouiller
2021-09-14staging: wfx: drop unused argument from hif_scan()Jérôme Pouiller
2021-09-14staging: wfx: avoid possible lock-up during scanJérôme Pouiller
2021-09-14staging: wfx: wait for SCAN_CMPL after a SCAN_STOPJérôme Pouiller
2021-09-14staging: wfx: ignore PS when STA/AP share same channelJérôme Pouiller
2021-09-14staging: wfx: do not send CAB while scanningJérôme Pouiller
2021-09-14staging: wfx: use abbreviated message for "incorrect sequence"Jérôme Pouiller
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-03-15Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman
2021-03-10staging: wfx: Fix alignment style issue in sta.cRajat Asthana
2021-03-10staging: wfx: logical continuations should be on the previous linezhuo1angt@outlook.com
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum
2021-02-11staging: wfx: avoid defining array of flexible structMuhammad Usama Anjum
2021-02-08staging: wfx: fix possible panic with re-queued framesJérôme Pouiller
2020-11-23Merge 5.10-rc5 into staging-testingGreg Kroah-Hartman
2020-11-03Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds
2020-11-02Merge 5.10-rc2 into staging-nextGreg Kroah-Hartman
2020-10-28MAINTAINERS: fix broken doc refs due to yaml conversionMauro Carvalho Chehab
2020-10-27staging: wfx: fix test on return value of gpiod_get_value()Jérôme Pouiller
2020-10-27staging: wfx: fix use of uninitialized pointerJérôme Pouiller
2020-10-26staging: wfx: make a const array static, makes object smallerColin Ian King
2020-10-10staging: wfx: improve robustness of wfx_get_hw_rate()Jérôme Pouiller