aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/wfx/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06wfx: get out from the staging areaJérôme Pouiller1-491/+0
2022-02-25staging: wfx: check the return value of devm_kmalloc()Xiaoke Wang1-0/+3
2022-02-21staging: wfx: fix an error handling in wfx_init_common()Xiaoke Wang1-1/+6
2022-02-21staging: wfx: fix scan with WFM200 and WW regulationRiccardo Ferrazzo1-0/+1
2022-02-17staging: wfx: Fix spelling mistake "unexpectly" -> "unexpectedly"Colin Ian King1-1/+1
2022-02-15staging: wfx: remove support for legacy PDS formatJérôme Pouiller1-51/+4
2022-02-15staging: wfx: allow new PDS formatJérôme Pouiller1-17/+57
2022-01-25staging: wfx: rename "config-file" DT attributeJérôme Pouiller1-1/+1
2022-01-25staging: wfx: remove force_ps_timeoutJérôme Pouiller1-1/+0
2022-01-25staging: wfx: use explicit labels for errorsJérôme Pouiller1-16/+15
2022-01-25staging: wfx: fix structs alignmentsJérôme Pouiller1-27/+27
2022-01-25staging: wfx: reformat comments on 100 columnsJérôme Pouiller1-12/+10
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller1-34/+22
2022-01-25staging: wfx: prefix structs tx_policy and hwbus_ops with wfx_Jérôme Pouiller1-1/+1
2022-01-25staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller1-2/+2
2022-01-25staging: wfx: prefix functions from hwio.h with wfx_Jérôme Pouiller1-1/+1
2022-01-25staging: wfx: prefix functions from hif_*.h with wfx_Jérôme Pouiller1-6/+6
2022-01-25staging: wfx: remove unnecessary bracesJérôme Pouiller1-3/+2
2021-09-14staging: wfx: explain the purpose of wfx_send_pds()Jérôme Pouiller1-1/+14
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller1-6/+7
2021-09-14staging: wfx: remove references to WFxxx in commentsJérôme Pouiller1-1/+1
2021-09-14staging: wfx: relax the PDS existence constraintJérôme Pouiller1-2/+2
2021-09-14staging: wfx: declare support for TDLSJérôme Pouiller1-0/+3
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+3
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman1-0/+7
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum1-7/+0
2020-10-10staging: wfx: wfx_init_common() returns NULL on errorJérôme Pouiller1-1/+1
2020-10-10staging: wfx: check memory allocationJérôme Pouiller1-1/+7
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-09-13staging: wfx: drop useless structs only used in hif_ind_startupJérôme Pouiller1-5/+4
2020-09-13staging: wfx: drop multicast filteringJérôme Pouiller1-1/+0
2020-09-13staging: wfx: drop 'secure link' featureJérôme Pouiller1-7/+2
2020-08-28staging: wfx: enable powersave on probeJérôme Pouiller1-1/+0
2020-08-28staging: wfx: scan while AP is supportedJérôme Pouiller1-0/+1
2020-08-18staging: wfx: fix a handful of spelling mistakesColin Ian King1-1/+1
2020-07-10staging: wfx: Get descriptors for GPIOsLinus Walleij1-40/+7
2020-07-03staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller1-0/+1
2020-07-03staging: wfx: associate tx_queues to vifsJérôme Pouiller1-1/+2
2020-05-27staging: wfx: add support for tx_power_loopJérôme Pouiller1-0/+2
2020-05-15staging: wfx: apply 80-columns rule to stringsJérôme Pouiller1-7/+10
2020-05-13staging: wfx: fix endianness of the field 'status'Jérôme Pouiller1-1/+1
2020-05-13staging: wfx: use kernel types instead of c99 onesJérôme Pouiller1-2/+2
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller1-1/+1
2020-05-13staging: wfx: fix alignements of function prototypesJérôme Pouiller1-2/+2
2020-05-13staging: wfx: remove useless header inclusionsJérôme Pouiller1-0/+1
2020-05-13staging: wfx: poll IRQ during initJérôme Pouiller1-8/+20
2020-05-13staging: wfx: fix double freeJérôme Pouiller1-1/+0
2020-05-13staging: wfx: reduce timeout for chip initial start upJérôme Pouiller1-2/+1
2020-04-28staging: wfx: fix highest Rx value declared in ieee80211_supported_bandJérôme Pouiller1-1/+1
2020-04-28staging: wfx: add support for 'device too hot' indicationJérôme Pouiller1-0/+2