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