summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/sta.h
AgeCommit message (Expand)Author
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller
2020-09-13staging: wfx: drop multicast filteringJérôme Pouiller
2020-07-03staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller
2020-07-03staging: wfx: drop counter of buffered framesJérôme Pouiller
2020-05-15staging: wfx: rename wfx_do_unjoin() into wfx_reset()Jérôme Pouiller
2020-05-13staging: wfx: remove useless header inclusionsJérôme Pouiller
2020-04-28staging: wfx: fix overflow in frame countersJérôme Pouiller
2020-04-28staging: wfx: add support for 'device too hot' indicationJérôme Pouiller
2020-04-23staging: wfx: drop unused enum wfx_stateJérôme Pouiller
2020-04-23staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller
2020-04-23staging: wfx: handle firmware events synchronouslyJérôme Pouiller
2020-04-23staging: wfx: use ieee80211_beacon_loss() provided by mac80211Jérôme Pouiller
2020-04-16staging: wfx: drop struct wfx_grp_addr_tableJérôme Pouiller
2020-04-16staging: wfx: drop useless wfx_fwd_probe_req()Jérôme Pouiller
2020-04-16staging: wfx: wfx_update_filtering_work() is no more usedJérôme Pouiller
2020-04-13staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()Jérôme Pouiller
2020-04-13staging: wfx: implement start_ap/stop_apJérôme Pouiller
2020-04-13staging: wfx: repair wfx_flush()Jérôme Pouiller
2020-01-16staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller
2020-01-16staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()Jérôme Pouiller
2020-01-16staging: wfx: relocate "buffered" information to sta_privJérôme Pouiller
2020-01-16staging: wfx: drop struct wfx_ht_infoJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_tx_rate_retry_policy() usageJérôme Pouiller
2019-12-18staging: wfx: drop struct wfx_edca_paramsJérôme Pouiller
2019-12-18staging: wfx: prefer a bitmask instead of an array of booleanJérôme Pouiller
2019-12-18staging: wfx: declare wfx_set_pm() staticJérôme Pouiller
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller
2019-10-04staging: wfx: instantiate mac80211 dataJérôme Pouiller