aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/sta.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-09-13staging: wfx: drop multicast filteringJérôme Pouiller1-2/+0
2020-07-03staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller1-0/+1
2020-07-03staging: wfx: drop counter of buffered framesJérôme Pouiller1-3/+0
2020-05-15staging: wfx: rename wfx_do_unjoin() into wfx_reset()Jérôme Pouiller1-0/+1
2020-05-13staging: wfx: remove useless header inclusionsJérôme Pouiller1-2/+0
2020-04-28staging: wfx: fix overflow in frame countersJérôme Pouiller1-1/+1
2020-04-28staging: wfx: add support for 'device too hot' indicationJérôme Pouiller1-0/+2
2020-04-23staging: wfx: drop unused enum wfx_stateJérôme Pouiller1-8/+0
2020-04-23staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller1-0/+2
2020-04-23staging: wfx: handle firmware events synchronouslyJérôme Pouiller1-5/+1
2020-04-23staging: wfx: use ieee80211_beacon_loss() provided by mac80211Jérôme Pouiller1-1/+0
2020-04-16staging: wfx: drop struct wfx_grp_addr_tableJérôme Pouiller1-6/+0
2020-04-16staging: wfx: drop useless wfx_fwd_probe_req()Jérôme Pouiller1-1/+0
2020-04-16staging: wfx: wfx_update_filtering_work() is no more usedJérôme Pouiller1-1/+0
2020-04-13staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()Jérôme Pouiller1-0/+2
2020-04-13staging: wfx: implement start_ap/stop_apJérôme Pouiller1-0/+2
2020-04-13staging: wfx: repair wfx_flush()Jérôme Pouiller1-2/+0
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