index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wfx
/
sta.h
Age
Commit message (
Expand
)
Author
2021-03-10
Revert "staging: wfx: remove unused included header files"
Greg Kroah-Hartman
2021-02-12
staging: wfx: remove unused included header files
Muhammad Usama Anjum
2020-10-07
staging: wfx: update copyrights dates
Jérôme Pouiller
2020-09-13
staging: wfx: drop multicast filtering
Jérôme Pouiller
2020-07-03
staging: wfx: add a debugfs entry to force ps_timeout
Jérôme Pouiller
2020-07-03
staging: wfx: drop counter of buffered frames
Jérôme Pouiller
2020-05-15
staging: wfx: rename wfx_do_unjoin() into wfx_reset()
Jérôme Pouiller
2020-05-13
staging: wfx: remove useless header inclusions
Jérôme Pouiller
2020-04-28
staging: wfx: fix overflow in frame counters
Jérôme Pouiller
2020-04-28
staging: wfx: add support for 'device too hot' indication
Jérôme Pouiller
2020-04-23
staging: wfx: drop unused enum wfx_state
Jérôme Pouiller
2020-04-23
staging: wfx: introduce wfx_set_default_unicast_key()
Jérôme Pouiller
2020-04-23
staging: wfx: handle firmware events synchronously
Jérôme Pouiller
2020-04-23
staging: wfx: use ieee80211_beacon_loss() provided by mac80211
Jérôme Pouiller
2020-04-16
staging: wfx: drop struct wfx_grp_addr_table
Jérôme Pouiller
2020-04-16
staging: wfx: drop useless wfx_fwd_probe_req()
Jérôme Pouiller
2020-04-16
staging: wfx: wfx_update_filtering_work() is no more used
Jérôme Pouiller
2020-04-13
staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()
Jérôme Pouiller
2020-04-13
staging: wfx: implement start_ap/stop_ap
Jérôme Pouiller
2020-04-13
staging: wfx: repair wfx_flush()
Jérôme Pouiller
2020-01-16
staging: wfx: simplify wfx_suspend_resume_mc()
Jérôme Pouiller
2020-01-16
staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()
Jérôme Pouiller
2020-01-16
staging: wfx: relocate "buffered" information to sta_priv
Jérôme Pouiller
2020-01-16
staging: wfx: drop struct wfx_ht_info
Jérôme Pouiller
2020-01-16
staging: wfx: simplify hif_set_tx_rate_retry_policy() usage
Jérôme Pouiller
2019-12-18
staging: wfx: drop struct wfx_edca_params
Jérôme Pouiller
2019-12-18
staging: wfx: prefer a bitmask instead of an array of boolean
Jérôme Pouiller
2019-12-18
staging: wfx: declare wfx_set_pm() static
Jérôme Pouiller
2019-12-18
staging: wfx: ensure that received hif messages are never modified
Jérôme Pouiller
2019-11-14
staging: align to fix warnings of line over 80 characters
Jules Irenge
2019-11-11
staging: wfx: replace uintXX_t to uXX and intXX_t to sXX
Jules Irenge
2019-10-04
staging: wfx: implement the rest of mac80211 API
Jérôme Pouiller
2019-10-04
staging: wfx: allow to scan networks
Jérôme Pouiller
2019-10-04
staging: wfx: allow to send 802.11 frames
Jérôme Pouiller
2019-10-04
staging: wfx: instantiate mac80211 data
Jérôme Pouiller