summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/data_tx.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wfx: fix wrong error messageJérôme Pouiller2019-12-181-1/+3
* staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1MbpsJérôme Pouiller2019-12-181-0/+11
* staging: wfx: fix rate control handlingJérôme Pouiller2019-12-181-3/+3
* staging: wfx: use boolean appropriatelyJérôme Pouiller2019-12-181-2/+2
* staging: wfx: fix case of lack of tx_retry_policiesJérôme Pouiller2019-12-181-2/+5
* staging: wfx: fix the cache of rate policies on interface resetJérôme Pouiller2019-12-181-2/+1
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge2019-11-111-5/+5
* staging: wfx: fix warnings of alignment should match open parenthesisJules Irenge2019-10-261-1/+1
* staging: wfx: correct misspelled wordsJules Irenge2019-10-261-2/+2
* staging: wfx: fix warning of line over 80 charactersJules Irenge2019-10-261-32/+69
* staging: wfx: fix warnings of no space is necessaryJules Irenge2019-10-261-10/+10
* staging: wfx: fix error handling in wfx_tx_get_raw_link_id()Jérôme Pouiller2019-10-141-1/+2
* staging: wfx: avoid namespace contaminationJérôme Pouiller2019-10-081-17/+17
* staging: wfx: drop calls to BUG_ON()Jérôme Pouiller2019-10-081-2/+2
* staging: wfx: remove misused call to cpu_to_le16()Jérôme Pouiller2019-10-081-1/+1
* staging: wfx: implement the rest of mac80211 APIJérôme Pouiller2019-10-041-0/+16
* staging: wfx: allow to send 802.11 framesJérôme Pouiller2019-10-041-0/+783