aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/data_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller1-0/+783