summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/hif_tx.c
Commit message (Expand)AuthorAgeFilesLines
* wfx: get out from the staging areaJérôme Pouiller2022-04-061-490/+0
* staging: wfx: prefer to wait for an event instead to sleepJérôme Pouiller2022-02-251-2/+2
* staging: wfx: remove duplicated code in wfx_cmd_send()Jérôme Pouiller2022-02-251-3/+3
* staging: wfx: format code on 100 columnsJérôme Pouiller2022-02-251-2/+1
* staging: wfx: reformat comments on 100 columnsJérôme Pouiller2022-01-251-10/+6
* staging: wfx: reformat code on 100 columnsJérôme Pouiller2022-01-251-42/+21
* staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller2022-01-251-47/+48
* staging: wfx: prefix functions from debug.h with wfx_Jérôme Pouiller2022-01-251-4/+4
* staging: wfx: prefix functions from hwio.h with wfx_Jérôme Pouiller2022-01-251-1/+1
* staging: wfx: prefix functions from hif_*.h with wfx_Jérôme Pouiller2022-01-251-23/+25
* staging: wfx: avoid c99 commentsJérôme Pouiller2021-09-141-14/+18
* staging: wfx: remove references to WFxxx in commentsJérôme Pouiller2021-09-141-7/+5
* staging: wfx: simplify hif_join()Jérôme Pouiller2021-09-141-4/+1
* staging: wfx: simplify API coherency checkJérôme Pouiller2021-09-141-2/+0
* staging: wfx: drop unused argument from hif_scan()Jérôme Pouiller2021-09-141-8/+1
* Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman2021-03-101-0/+4
* staging: wfx: remove unused included header filesMuhammad Usama Anjum2021-02-121-4/+0
* staging: wfx: improve error handling of hif_join()Jérôme Pouiller2020-10-101-1/+3
* staging: wfx: update copyrights datesJérôme Pouiller2020-10-071-1/+1
* staging: wfx: drop async field from struct hif_cmdJérôme Pouiller2020-09-131-15/+9
* staging: wfx: drop macro API_SSID_SIZEJérôme Pouiller2020-09-131-2/+0
* staging: wfx: drop useless stricts only used in hif_req_start_scan_altJérôme Pouiller2020-09-131-3/+2
* staging: wfx: drop useless struct hif_pm_modeJérôme Pouiller2020-09-131-2/+2
* staging: wfx: drop useless struct hif_map_link_flagsJérôme Pouiller2020-09-131-2/+2
* staging: wfx: drop useless struct hif_ie_flagsJérôme Pouiller2020-09-131-1/+1
* staging: wfx: drop useless struct hif_reset_flagsJérôme Pouiller2020-09-131-1/+1
* staging: wfx: drop 'secure link' featureJérôme Pouiller2020-09-131-66/+0
* staging: wfx: improve usage of hif_map_link()Jérôme Pouiller2020-08-281-2/+3
* staging: wfx: fix a handful of spelling mistakesColin Ian King2020-08-181-2/+2
* staging: wfx: fix coherency of hif_scan() prototypeJérôme Pouiller2020-06-161-2/+4
* staging: wfx: fix value of scan timeoutJérôme Pouiller2020-05-151-1/+1
* staging: wfx: check pointers returned by allocationsJérôme Pouiller2020-05-151-0/+43
* staging: wfx: apply 80-columns rule to stringsJérôme Pouiller2020-05-151-2/+2
* staging: wfx: fix warning when unregister a frozen deviceJérôme Pouiller2020-05-151-0/+2
* staging: wfx: fix endianness of the field 'channel_number'Jérôme Pouiller2020-05-131-2/+2
* staging: wfx: fix endianness of the field 'status'Jérôme Pouiller2020-05-131-2/+2
* staging: wfx: fix endianness of hif_req_read_mib fieldsJérôme Pouiller2020-05-131-5/+5
* staging: wfx: use kernel types instead of c99 onesJérôme Pouiller2020-05-131-3/+2
* staging: wfx: remove spaces after cast operatorJérôme Pouiller2020-05-131-2/+2
* staging: wfx: fix alignements of function prototypesJérôme Pouiller2020-05-131-12/+12
* staging: wfx: poll IRQ during initJérôme Pouiller2020-05-131-0/+3
* staging: wfx: change the field chip_frozen into a booleanJérôme Pouiller2020-04-281-1/+1
* staging: wfx: simplify hif_set_bss_params()Jérôme Pouiller2020-04-231-7/+5
* staging: wfx: check value of beacon_intJérôme Pouiller2020-04-131-0/+2
* staging: wfx: allow to connect an IBSS with an existing SSIDJérôme Pouiller2020-04-131-1/+1
* staging: wfx: add sanity checks to hif_join()Jérôme Pouiller2020-04-131-0/+2
* staging: wfx: fix RCU usage between hif_join() and ieee80211_bss_get_ie()Jérôme Pouiller2020-03-111-4/+4
* staging: wfx: fix lines ending with a comma instead of a semicolonJérôme Pouiller2020-03-111-3/+3
* staging: wfx: fix warning about freeing in-use mutex during device unregisterJérôme Pouiller2020-03-111-0/+1
* staging: wfx: simplify hif_join()Jérôme Pouiller2020-01-161-7/+18