summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/data_tx.c
Commit message (Expand)AuthorAgeFilesLines
* wfx: get out from the staging areaJérôme Pouiller2022-04-061-568/+0
* staging: wfx: format comments on 100 columnsJérôme Pouiller2022-02-251-6/+2
* staging: wfx: do not display functions names in logsJérôme Pouiller2022-01-251-1/+1
* staging: wfx: replace compiletime_assert() by BUILD_BUG_ON_MSG()Jérôme Pouiller2022-01-251-2/+2
* staging: wfx: reformat comments on 100 columnsJérôme Pouiller2022-01-251-7/+6
* staging: wfx: reformat code on 100 columnsJérôme Pouiller2022-01-251-47/+24
* staging: wfx: prefix structs tx_policy and hwbus_ops with wfx_Jérôme Pouiller2022-01-251-19/+19
* staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller2022-01-251-15/+15
* staging: wfx: prefix tx_policy_is_equal() with wfx_Jérôme Pouiller2022-01-251-4/+4
* staging: wfx: prefix functions from hif_*.h with wfx_Jérôme Pouiller2022-01-251-1/+1
* staging: wfx: fix ambiguous function nameJérôme Pouiller2022-01-251-2/+2
* staging: wfx: preserve endianness of struct hif_ind_startupJérôme Pouiller2022-01-251-2/+2
* staging: wfx: avoid c99 commentsJérôme Pouiller2021-09-141-26/+30
* staging: wfx: update files descriptionsJérôme Pouiller2021-09-141-1/+1
* staging: wfx: remove references to WFxxx in commentsJérôme Pouiller2021-09-141-2/+2
* staging: wfx: reorder function for slightly better eye candyJérôme Pouiller2021-09-141-3/+3
* staging: wfx: declare variables at beginning of functionsJérôme Pouiller2021-09-141-4/+4
* staging: wfx: fix misleading 'rate_id' usageJérôme Pouiller2021-09-141-8/+7
* Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman2021-03-101-0/+5
* staging: wfx: remove unused included header filesMuhammad Usama Anjum2021-02-121-5/+0
* staging: wfx: fix possible panic with re-queued framesJérôme Pouiller2021-02-081-1/+9
* staging: wfx: fix use of uninitialized pointerJérôme Pouiller2020-10-271-3/+3
* staging: wfx: improve robustness of wfx_get_hw_rate()Jérôme Pouiller2020-10-101-0/+4
* staging: wfx: standardize the error when vif does not existJérôme Pouiller2020-10-101-1/+4
* staging: wfx: update copyrights datesJérôme Pouiller2020-10-071-1/+1
* staging: wfx: drop useless structs only used in hif_req_txJérôme Pouiller2020-09-131-23/+16
* staging: wfx: drop useless struct hif_tx_result_flagsJérôme Pouiller2020-09-131-2/+1
* staging: wfx: drop useless field from struct wfx_tx_privJérôme Pouiller2020-08-281-12/+4
* staging: wfx: fix support for cipher AES_CMAC (multicast PMF)Jérôme Pouiller2020-08-281-2/+3
* staging: wfx: fix a handful of spelling mistakesColin Ian King2020-08-181-1/+1
* staging: wfx: fix CCMP/TKIP replay protectionJérôme Pouiller2020-07-031-1/+2
* staging: wfx: drop counter of buffered framesJérôme Pouiller2020-07-031-50/+0
* staging: wfx: fix unexpected calls to ieee80211_sta_set_buffered()Jérôme Pouiller2020-07-031-3/+0
* staging: wfx: correctly retrieve vif ID from Tx confirmationJérôme Pouiller2020-07-031-6/+10
* staging: wfx: associate tx_queues to vifsJérôme Pouiller2020-07-031-21/+36
* staging: wfx: do not declare variables inside loopsJérôme Pouiller2020-05-271-4/+2
* staging: wfx: drop unused variableJérôme Pouiller2020-05-271-5/+0
* staging: wfx: trace acknowledges not linked to any stationsJérôme Pouiller2020-05-151-0/+3
* staging: wfx: fix potential use-after-freeJérôme Pouiller2020-05-151-1/+1
* staging: wfx: call wfx_tx_update_sta() before to destroy tx_privJérôme Pouiller2020-05-151-16/+23
* staging: wfx: split out wfx_tx_fill_rates() from wfx_tx_confirm_cb()Jérôme Pouiller2020-05-151-30/+33
* staging: wfx: fix status of dropped framesJérôme Pouiller2020-05-151-0/+1
* staging: wfx: fix indentationJérôme Pouiller2020-05-151-3/+3
* staging: wfx: apply 80-columns rule to stringsJérôme Pouiller2020-05-151-2/+2
* staging: wfx: fix endianness of the field 'status'Jérôme Pouiller2020-05-131-2/+2
* staging: wfx: fix endianness of fields media_delay and tx_queue_delayJérôme Pouiller2020-05-131-1/+2
* staging: wfx: fix alignements of function prototypesJérôme Pouiller2020-05-131-2/+1
* staging: wfx: prefer ARRAY_SIZE instead of a magic numberJérôme Pouiller2020-05-131-4/+4
* staging: wfx: fix the warning "inconsistent notification"Jérôme Pouiller2020-04-281-5/+13
* staging: wfx: cleanup long lines in data_tx.cSuraj Upadhyay2020-04-281-14/+26