summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/sta.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-16staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller1-2/+1
2020-01-16staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()Jérôme Pouiller1-4/+1
2020-01-16staging: wfx: relocate "buffered" information to sta_privJérôme Pouiller1-0/+6
2020-01-16staging: wfx: drop struct wfx_ht_infoJérôme Pouiller1-6/+0
2020-01-16staging: wfx: simplify hif_set_tx_rate_retry_policy() usageJérôme Pouiller1-0/+1
2019-12-18staging: wfx: drop struct wfx_edca_paramsJérôme Pouiller1-6/+0
2019-12-18staging: wfx: prefer a bitmask instead of an array of booleanJérôme Pouiller1-1/+1
2019-12-18staging: wfx: declare wfx_set_pm() staticJérôme Pouiller1-1/+0
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller1-1/+1
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge1-2/+4
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge1-1/+1
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller1-0/+65
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller1-0/+4
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller1-0/+8
2019-10-04staging: wfx: instantiate mac80211 dataJérôme Pouiller1-0/+24