aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/hif_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-10staging: wfx: improve error handling of hif_join()Jérôme Pouiller1-1/+3
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-09-13staging: wfx: drop async field from struct hif_cmdJérôme Pouiller1-15/+9
2020-09-13staging: wfx: drop macro API_SSID_SIZEJérôme Pouiller1-2/+0
2020-09-13staging: wfx: drop useless stricts only used in hif_req_start_scan_altJérôme Pouiller1-3/+2
2020-09-13staging: wfx: drop useless struct hif_pm_modeJérôme Pouiller1-2/+2
2020-09-13staging: wfx: drop useless struct hif_map_link_flagsJérôme Pouiller1-2/+2
2020-09-13staging: wfx: drop useless struct hif_ie_flagsJérôme Pouiller1-1/+1
2020-09-13staging: wfx: drop useless struct hif_reset_flagsJérôme Pouiller1-1/+1
2020-09-13staging: wfx: drop 'secure link' featureJérôme Pouiller1-66/+0
2020-08-28staging: wfx: improve usage of hif_map_link()Jérôme Pouiller1-2/+3
2020-08-18staging: wfx: fix a handful of spelling mistakesColin Ian King1-2/+2
2020-06-16staging: wfx: fix coherency of hif_scan() prototypeJérôme Pouiller1-2/+4
2020-05-15staging: wfx: fix value of scan timeoutJérôme Pouiller1-1/+1
2020-05-15staging: wfx: check pointers returned by allocationsJérôme Pouiller1-0/+43
2020-05-15staging: wfx: apply 80-columns rule to stringsJérôme Pouiller1-2/+2
2020-05-15staging: wfx: fix warning when unregister a frozen deviceJérôme Pouiller1-0/+2
2020-05-13staging: wfx: fix endianness of the field 'channel_number'Jérôme Pouiller1-2/+2
2020-05-13staging: wfx: fix endianness of the field 'status'Jérôme Pouiller1-2/+2
2020-05-13staging: wfx: fix endianness of hif_req_read_mib fieldsJérôme Pouiller1-5/+5
2020-05-13staging: wfx: use kernel types instead of c99 onesJérôme Pouiller1-3/+2
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller1-2/+2
2020-05-13staging: wfx: fix alignements of function prototypesJérôme Pouiller1-12/+12
2020-05-13staging: wfx: poll IRQ during initJérôme Pouiller1-0/+3
2020-04-28staging: wfx: change the field chip_frozen into a booleanJérôme Pouiller1-1/+1
2020-04-23staging: wfx: simplify hif_set_bss_params()Jérôme Pouiller1-7/+5
2020-04-13staging: wfx: check value of beacon_intJérôme Pouiller1-0/+2
2020-04-13staging: wfx: allow to connect an IBSS with an existing SSIDJérôme Pouiller1-1/+1
2020-04-13staging: wfx: add sanity checks to hif_join()Jérôme Pouiller1-0/+2
2020-03-11staging: wfx: fix RCU usage between hif_join() and ieee80211_bss_get_ie()Jérôme Pouiller1-4/+4
2020-03-11staging: wfx: fix lines ending with a comma instead of a semicolonJérôme Pouiller1-3/+3
2020-03-11staging: wfx: fix warning about freeing in-use mutex during device unregisterJérôme Pouiller1-0/+1
2020-01-16staging: wfx: simplify hif_join()Jérôme Pouiller1-7/+18
2020-01-16staging: wfx: simplify hif_update_ie()Jérôme Pouiller1-3/+2
2020-01-16staging: wfx: SSID should be provided to hif_start() even if hiddenJérôme Pouiller1-4/+2
2020-01-16staging: wfx: use specialized structs for HIF argumentsJérôme Pouiller1-2/+2
2020-01-16staging: wfx: simplify hif_start() usageJérôme Pouiller1-5/+12
2020-01-03staging: wfx: check for memory allocation failures from wfx_alloc_hifColin Ian King1-0/+6
2019-12-18staging: wfx: simplify hif_scan() usageJérôme Pouiller1-29/+47
2019-12-18staging: wfx: simplify hif_set_edca_queue_params() usageJérôme Pouiller1-7/+13
2019-12-18staging: wfx: simplify hif_set_pm() usageJérôme Pouiller1-2/+8
2019-12-18staging: wfx: fix typo in "num_i_es"Jérôme Pouiller1-1/+1
2019-12-18staging: wfx: fix typo in "num_of_ssi_ds"Jérôme Pouiller1-5/+5
2019-12-18staging: wfx: remove useless includeJérôme Pouiller1-1/+0
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge1-22/+44
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge1-1/+2
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller1-0/+1
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller1-0/+1
2019-10-04staging: wfx: introduce "secure link"Jérôme Pouiller1-0/+6
2019-10-04staging: wfx: add HIF commands helpersJérôme Pouiller1-0/+375