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