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