aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/data_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-13staging: wfx: drop unused link_id fieldJérôme Pouiller1-5/+0
2020-04-13staging: wfx: drop useless sta_asleep_maskJérôme Pouiller1-6/+0
2020-04-13staging: wfx: uniformize queue_id retrievalJérôme Pouiller1-1/+1
2020-04-13staging: wfx: take advantage of ieee80211_{stop/start}_queuesJérôme Pouiller1-8/+4
2020-04-13staging: wfx: do not stop mac80211 queueing during tx_policy uploadJérôme Pouiller1-9/+1
2020-03-11staging: wfx: dat_tx.c: remove space after a castKaaira Gupta1-2/+2
2020-03-11staging: wfx: change 1 to boolKaaira Gupta1-1/+1
2020-03-10staging: wfx: alignment should match open parenthesisPayal Kshirsagar1-3/+3
2020-01-16staging: wfx: ensure that packet_id is uniqueJérôme Pouiller1-2/+6
2020-01-16staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIMJérôme Pouiller1-9/+8
2020-01-16staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller1-6/+1
2020-01-16staging: wfx: pspoll_mask make no senseJérôme Pouiller1-3/+1
2020-01-16staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()Jérôme Pouiller1-17/+6
2020-01-16staging: wfx: simplify the link-id allocationJérôme Pouiller1-163/+1
2020-01-16staging: wfx: relocate "buffered" information to sta_privJérôme Pouiller1-28/+24
2020-01-16staging: wfx: remove handling of "early_data"Jérôme Pouiller1-3/+0
2020-01-16staging: wfx: fix possible overflow on jiffies comparaisonJérôme Pouiller1-9/+5
2020-01-16staging: wfx: simplify hif_set_tx_rate_retry_policy() usageJérôme Pouiller1-13/+3
2020-01-16staging: wfx: send rate policies one by oneJérôme Pouiller1-28/+25
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller1-1/+1
2019-12-18staging: wfx: avoid double warning when no more tx policy are availableJérôme Pouiller1-1/+2
2019-12-18staging: wfx: fix wrong error messageJérôme Pouiller1-1/+3
2019-12-18staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1MbpsJérôme Pouiller1-0/+11
2019-12-18staging: wfx: fix rate control handlingJérôme Pouiller1-3/+3
2019-12-18staging: wfx: use boolean appropriatelyJérôme Pouiller1-2/+2
2019-12-18staging: wfx: fix case of lack of tx_retry_policiesJérôme Pouiller1-2/+5
2019-12-18staging: wfx: fix the cache of rate policies on interface resetJérôme Pouiller1-2/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge1-5/+5
2019-10-26staging: wfx: fix warnings of alignment should match open parenthesisJules Irenge1-1/+1
2019-10-26staging: wfx: correct misspelled wordsJules Irenge1-2/+2
2019-10-26staging: wfx: fix warning of line over 80 charactersJules Irenge1-32/+69
2019-10-26staging: wfx: fix warnings of no space is necessaryJules Irenge1-10/+10
2019-10-14staging: wfx: fix error handling in wfx_tx_get_raw_link_id()Jérôme Pouiller1-1/+2
2019-10-08staging: wfx: avoid namespace contaminationJérôme Pouiller1-17/+17
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller1-2/+2
2019-10-08staging: wfx: remove misused call to cpu_to_le16()Jérôme Pouiller1-1/+1
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller1-0/+16