summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
Commit message (Expand)AuthorAgeFilesLines
* staging: wfx: sta: Fix 'else' coding style warningSrivathsa Dara2021-09-171-12/+11
* staging: wfx: ensure IRQ is ready before enabling itJérôme Pouiller2021-09-141-7/+10
* staging: wfx: indent functions argumentsJérôme Pouiller2021-09-142-14/+14
* staging: wfx: explain the purpose of wfx_send_pds()Jérôme Pouiller2021-09-141-1/+14
* staging: wfx: remove useless comments after #endifJérôme Pouiller2021-09-1411-11/+11
* staging: wfx: fix comments stylesJérôme Pouiller2021-09-145-18/+8
* staging: wfx: avoid c99 commentsJérôme Pouiller2021-09-1424-175/+205
* staging: wfx: reformat commentJérôme Pouiller2021-09-141-3/+1
* staging: wfx: update files descriptionsJérôme Pouiller2021-09-149-9/+9
* staging: wfx: remove references to WFxxx in commentsJérôme Pouiller2021-09-1417-33/+27
* staging: wfx: fix space after cast operatorJérôme Pouiller2021-09-141-1/+1
* staging: wfx: remove useless debug statementJérôme Pouiller2021-09-141-4/+1
* staging: wfx: remove unused definitionJérôme Pouiller2021-09-141-6/+0
* staging: wfx: apply naming rules in hif_tx_mib.cJérôme Pouiller2021-09-141-3/+3
* staging: wfx: fix error namesJérôme Pouiller2021-09-141-1/+1
* staging: wfx: reorder function for slightly better eye candyJérôme Pouiller2021-09-141-3/+3
* staging: wfx: simplify hif_join()Jérôme Pouiller2021-09-141-4/+1
* staging: wfx: declare variables at beginning of functionsJérôme Pouiller2021-09-141-4/+4
* staging: wfx: fix misleading 'rate_id' usageJérôme Pouiller2021-09-141-8/+7
* staging: wfx: uniformize counter namesJérôme Pouiller2021-09-142-64/+65
* staging: wfx: update with the firmware API 3.8Jérôme Pouiller2021-09-142-1/+7
* staging: wfx: simplify API coherency checkJérôme Pouiller2021-09-141-2/+0
* staging: wfx: relax the PDS existence constraintJérôme Pouiller2021-09-141-2/+2
* staging: wfx: fix support for CSAJérôme Pouiller2021-09-141-1/+6
* staging: wfx: declare support for TDLSJérôme Pouiller2021-09-141-0/+3
* staging: wfx: take advantage of wfx_tx_queue_empty()Jérôme Pouiller2021-09-141-8/+7
* staging: wfx: fix atomic accesses in wfx_tx_queue_empty()Jérôme Pouiller2021-09-141-1/+2
* staging: wfx: drop unused argument from hif_scan()Jérôme Pouiller2021-09-143-10/+3
* staging: wfx: avoid possible lock-up during scanJérôme Pouiller2021-09-144-21/+33
* staging: wfx: wait for SCAN_CMPL after a SCAN_STOPJérôme Pouiller2021-09-141-8/+16
* staging: wfx: ignore PS when STA/AP share same channelJérôme Pouiller2021-09-141-12/+20
* staging: wfx: do not send CAB while scanningJérôme Pouiller2021-09-141-0/+11
* staging: wfx: use abbreviated message for "incorrect sequence"Jérôme Pouiller2021-09-141-2/+3
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-4/+3
|\
| * of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+3
* | Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman2021-03-1527-0/+106
|\|
| * Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman2021-03-1027-0/+106
* | staging: wfx: Fix alignment style issue in sta.cRajat Asthana2021-03-101-1/+1
* | staging: wfx: logical continuations should be on the previous linezhuo1angt@outlook.com2021-03-101-3/+3
|/
* staging: wfx: remove unused included header filesMuhammad Usama Anjum2021-02-1227-106/+0
* staging: wfx: avoid defining array of flexible structMuhammad Usama Anjum2021-02-111-1/+1
* staging: wfx: fix possible panic with re-queued framesJérôme Pouiller2021-02-082-1/+10
* Merge 5.10-rc5 into staging-testingGreg Kroah-Hartman2020-11-231-1/+1
|\
| * Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds2020-11-031-1/+1
| |\
| | * MAINTAINERS: fix broken doc refs due to yaml conversionMauro Carvalho Chehab2020-10-281-1/+1
* | | Merge 5.10-rc2 into staging-nextGreg Kroah-Hartman2020-11-022-4/+4
|\| |
| * | staging: wfx: fix test on return value of gpiod_get_value()Jérôme Pouiller2020-10-271-1/+1
| * | staging: wfx: fix use of uninitialized pointerJérôme Pouiller2020-10-271-3/+3
| |/
* / staging: wfx: make a const array static, makes object smallerColin Ian King2020-10-261-1/+1
|/
* staging: wfx: improve robustness of wfx_get_hw_rate()Jérôme Pouiller2020-10-101-0/+4