summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/data_tx.c
AgeCommit message (Expand)Author
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
2020-04-23staging: wfx: use ieee80211_beacon_loss() provided by mac80211Jérôme Pouiller
2020-04-13staging: wfx: place hif_tx_mib functions into a .c fileJérôme Pouiller
2020-04-13staging: wfx: relocate TX_RETRY_POLICY_MAX and TX_RETRY_POLICY_INVALID to hif...Jérôme Pouiller
2020-04-13staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif APIJérôme Pouiller
2020-04-13staging: wfx: drop unused WFX_LINK_ID_GC_TIMEOUTJérôme Pouiller
2020-04-13staging: wfx: remove hack about tx_rate policiesJérôme Pouiller
2020-04-13staging: wfx: repair wfx_flush()Jérôme Pouiller
2020-04-13staging: wfx: relocate wfx_skb_dtor() prior its callersJérôme Pouiller
2020-04-13staging: wfx: improve interface between data_tx.c and queue.cJérôme Pouiller
2020-04-13staging: wfx: simplify usage of wfx_tx_queues_put()Jérôme Pouiller
2020-04-13staging: wfx: rename wfx_tx_get_raw_link_id()Jérôme Pouiller
2020-04-13staging: wfx: drop unused raw_link_id fieldJérôme Pouiller
2020-04-13staging: wfx: drop unused link_id fieldJérôme Pouiller
2020-04-13staging: wfx: drop useless sta_asleep_maskJérôme Pouiller
2020-04-13staging: wfx: uniformize queue_id retrievalJérôme Pouiller
2020-04-13staging: wfx: take advantage of ieee80211_{stop/start}_queuesJérôme Pouiller
2020-04-13staging: wfx: do not stop mac80211 queueing during tx_policy uploadJérôme Pouiller
2020-03-11staging: wfx: dat_tx.c: remove space after a castKaaira Gupta