summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/hif_tx.c
AgeCommit message (Expand)Author
2022-04-06wfx: get out from the staging areaJérôme Pouiller
2022-02-25staging: wfx: prefer to wait for an event instead to sleepJérôme Pouiller
2022-02-25staging: wfx: remove duplicated code in wfx_cmd_send()Jérôme Pouiller
2022-02-25staging: wfx: format code on 100 columnsJérôme Pouiller
2022-01-25staging: wfx: reformat comments on 100 columnsJérôme Pouiller
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller
2022-01-25staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller
2022-01-25staging: wfx: prefix functions from debug.h with wfx_Jérôme Pouiller
2022-01-25staging: wfx: prefix functions from hwio.h with wfx_Jérôme Pouiller
2022-01-25staging: wfx: prefix functions from hif_*.h with wfx_Jérôme Pouiller
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller
2021-09-14staging: wfx: remove references to WFxxx in commentsJérôme Pouiller
2021-09-14staging: wfx: simplify hif_join()Jérôme Pouiller
2021-09-14staging: wfx: simplify API coherency checkJérôme Pouiller
2021-09-14staging: wfx: drop unused argument from hif_scan()Jérôme Pouiller
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum
2020-10-10staging: wfx: improve error handling of hif_join()Jérôme Pouiller
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller
2020-09-13staging: wfx: drop async field from struct hif_cmdJérôme Pouiller
2020-09-13staging: wfx: drop macro API_SSID_SIZEJérôme Pouiller
2020-09-13staging: wfx: drop useless stricts only used in hif_req_start_scan_altJérôme Pouiller
2020-09-13staging: wfx: drop useless struct hif_pm_modeJérôme Pouiller
2020-09-13staging: wfx: drop useless struct hif_map_link_flagsJérôme Pouiller
2020-09-13staging: wfx: drop useless struct hif_ie_flagsJérôme Pouiller
2020-09-13staging: wfx: drop useless struct hif_reset_flagsJérôme Pouiller
2020-09-13staging: wfx: drop 'secure link' featureJérôme Pouiller
2020-08-28staging: wfx: improve usage of hif_map_link()Jérôme Pouiller
2020-08-18staging: wfx: fix a handful of spelling mistakesColin Ian King
2020-06-16staging: wfx: fix coherency of hif_scan() prototypeJérôme Pouiller
2020-05-15staging: wfx: fix value of scan timeoutJérôme Pouiller
2020-05-15staging: wfx: check pointers returned by allocationsJérôme Pouiller
2020-05-15staging: wfx: apply 80-columns rule to stringsJérôme Pouiller
2020-05-15staging: wfx: fix warning when unregister a frozen deviceJérôme Pouiller
2020-05-13staging: wfx: fix endianness of the field 'channel_number'Jérôme Pouiller
2020-05-13staging: wfx: fix endianness of the field 'status'Jérôme Pouiller
2020-05-13staging: wfx: fix endianness of hif_req_read_mib fieldsJérôme Pouiller
2020-05-13staging: wfx: use kernel types instead of c99 onesJérôme Pouiller
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller
2020-05-13staging: wfx: fix alignements of function prototypesJérôme Pouiller
2020-05-13staging: wfx: poll IRQ during initJérôme Pouiller
2020-04-28staging: wfx: change the field chip_frozen into a booleanJérôme Pouiller
2020-04-23staging: wfx: simplify hif_set_bss_params()Jérôme Pouiller
2020-04-13staging: wfx: check value of beacon_intJérôme Pouiller
2020-04-13staging: wfx: allow to connect an IBSS with an existing SSIDJérôme Pouiller
2020-04-13staging: wfx: add sanity checks to hif_join()Jérôme Pouiller
2020-03-11staging: wfx: fix RCU usage between hif_join() and ieee80211_bss_get_ie()Jérôme Pouiller
2020-03-11staging: wfx: fix lines ending with a comma instead of a semicolonJérôme Pouiller
2020-03-11staging: wfx: fix warning about freeing in-use mutex during device unregisterJérôme Pouiller
2020-01-16staging: wfx: simplify hif_join()Jérôme Pouiller