summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/data_tx.c
AgeCommit message (Expand)Author
2020-01-16staging: wfx: ensure that packet_id is uniqueJérôme Pouiller
2020-01-16staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIMJérôme Pouiller
2020-01-16staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller
2020-01-16staging: wfx: pspoll_mask make no senseJérôme Pouiller
2020-01-16staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()Jérôme Pouiller
2020-01-16staging: wfx: simplify the link-id allocationJérôme Pouiller
2020-01-16staging: wfx: relocate "buffered" information to sta_privJérôme Pouiller
2020-01-16staging: wfx: remove handling of "early_data"Jérôme Pouiller
2020-01-16staging: wfx: fix possible overflow on jiffies comparaisonJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_tx_rate_retry_policy() usageJérôme Pouiller
2020-01-16staging: wfx: send rate policies one by oneJérôme Pouiller
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller
2019-12-18staging: wfx: avoid double warning when no more tx policy are availableJérôme Pouiller
2019-12-18staging: wfx: fix wrong error messageJérôme Pouiller
2019-12-18staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1MbpsJérôme Pouiller
2019-12-18staging: wfx: fix rate control handlingJérôme Pouiller
2019-12-18staging: wfx: use boolean appropriatelyJérôme Pouiller
2019-12-18staging: wfx: fix case of lack of tx_retry_policiesJérôme Pouiller
2019-12-18staging: wfx: fix the cache of rate policies on interface resetJérôme Pouiller
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge
2019-10-26staging: wfx: fix warnings of alignment should match open parenthesisJules Irenge
2019-10-26staging: wfx: correct misspelled wordsJules Irenge
2019-10-26staging: wfx: fix warning of line over 80 charactersJules Irenge
2019-10-26staging: wfx: fix warnings of no space is necessaryJules Irenge
2019-10-14staging: wfx: fix error handling in wfx_tx_get_raw_link_id()Jérôme Pouiller
2019-10-08staging: wfx: avoid namespace contaminationJérôme Pouiller
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller
2019-10-08staging: wfx: remove misused call to cpu_to_le16()Jérôme Pouiller
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller