summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/hif_tx.c
AgeCommit message (Expand)Author
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
2020-01-16staging: wfx: simplify hif_update_ie()Jérôme Pouiller
2020-01-16staging: wfx: SSID should be provided to hif_start() even if hiddenJérôme Pouiller
2020-01-16staging: wfx: use specialized structs for HIF argumentsJérôme Pouiller
2020-01-16staging: wfx: simplify hif_start() usageJérôme Pouiller
2020-01-03staging: wfx: check for memory allocation failures from wfx_alloc_hifColin Ian King
2019-12-18staging: wfx: simplify hif_scan() usageJérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_edca_queue_params() usageJérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_pm() usageJérôme Pouiller
2019-12-18staging: wfx: fix typo in "num_i_es"Jérôme Pouiller
2019-12-18staging: wfx: fix typo in "num_of_ssi_ds"Jérôme Pouiller
2019-12-18staging: wfx: remove useless includeJérôme Pouiller
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller
2019-10-04staging: wfx: introduce "secure link"Jérôme Pouiller
2019-10-04staging: wfx: add HIF commands helpersJérôme Pouiller
2019-10-04staging: wfx: allow to send commands to chipJérôme Pouiller