aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/data_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-23staging: wfx: use ieee80211_beacon_loss() provided by mac80211Jérôme Pouiller1-7/+0
2020-04-13staging: wfx: place hif_tx_mib functions into a .c fileJérôme Pouiller1-0/+1
2020-04-13staging: wfx: relocate TX_RETRY_POLICY_MAX and TX_RETRY_POLICY_INVALID to hif APIJérôme Pouiller1-9/+7
2020-04-13staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif APIJérôme Pouiller1-1/+1
2020-04-13staging: wfx: drop unused WFX_LINK_ID_GC_TIMEOUTJérôme Pouiller1-1/+0
2020-04-13staging: wfx: remove hack about tx_rate policiesJérôme Pouiller1-53/+0
2020-04-13staging: wfx: repair wfx_flush()Jérôme Pouiller1-1/+33
2020-04-13staging: wfx: relocate wfx_skb_dtor() prior its callersJérôme Pouiller1-35/+37
2020-04-13staging: wfx: improve interface between data_tx.c and queue.cJérôme Pouiller1-1/+1
2020-04-13staging: wfx: simplify usage of wfx_tx_queues_put()Jérôme Pouiller1-1/+1
2020-04-13staging: wfx: rename wfx_tx_get_raw_link_id()Jérôme Pouiller1-4/+3
2020-04-13staging: wfx: drop unused raw_link_id fieldJérôme Pouiller1-2/+1