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
/
wfx.h
Age
Commit message (
Expand
)
Author
2020-04-13
staging: wfx: call wfx_do_unjoin() synchronously
Jérôme Pouiller
2020-04-13
staging: wfx: drop struct wfx_queue_stats
Jérôme Pouiller
2020-04-13
staging: wfx: drop now useless field edca_params
Jérôme Pouiller
2020-04-13
staging: wfx: drop useless sta_asleep_mask
Jérôme Pouiller
2020-04-13
staging: wfx: remove "burst" mechanism
Jérôme Pouiller
2020-01-16
staging: wfx: ensure that packet_id is unique
Jérôme Pouiller
2020-01-16
staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIM
Jérôme Pouiller
2020-01-16
staging: wfx: pspoll_mask make no sense
Jérôme Pouiller
2020-01-16
staging: wfx: simplify the link-id allocation
Jérôme Pouiller
2020-01-16
staging: wfx: simplify wfx_set_tim_impl()
Jérôme Pouiller
2020-01-16
staging: wfx: drop wfx_set_cts_work()
Jérôme Pouiller
2020-01-16
staging: wfx: drop wvif->setbssparams_done
Jérôme Pouiller
2020-01-16
staging: wfx: drop wvif->cqm_rssi_thold
Jérôme Pouiller
2020-01-16
staging: wfx: drop wvif->enable_beacon
Jérôme Pouiller
2020-01-16
staging: wfx: drop wvif->dtim_period
Jérôme Pouiller
2020-01-16
staging: wfx: simplify update of DTIM period
Jérôme Pouiller
2020-01-16
staging: wfx: drop wdev->output_power
Jérôme Pouiller
2020-01-16
staging: wfx: drop struct wfx_ht_info
Jérôme Pouiller
2019-12-18
staging: wfx: implement cancel_hw_scan()
Jérôme Pouiller
2019-12-18
staging: wfx: delayed_link_loss cannot happen
Jérôme Pouiller
2019-12-18
staging: wfx: delayed_unjoin cannot happen
Jérôme Pouiller
2019-12-18
staging: wfx: workaround bug with "iw scan"
Jérôme Pouiller
2019-12-18
staging: wfx: rewrite wfx_hw_scan()
Jérôme Pouiller
2019-12-18
staging: wfx: simplify hif_scan() usage
Jérôme Pouiller
2019-12-18
staging: wfx: device already handle sleep mode during scan
Jérôme Pouiller
2019-12-18
staging: wfx: simplify hif_set_edca_queue_params() usage
Jérôme Pouiller
2019-12-18
staging: wfx: drop struct wfx_edca_params
Jérôme Pouiller
2019-12-18
staging: wfx: simplify hif_set_uapsd_info() usage
Jérôme Pouiller
2019-12-18
staging: wfx: drop unnecessary wvif->powersave_mode
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-14
staging: wfx: fix potential vulnerability to spectre
Jérôme Pouiller
2019-10-04
staging: wfx: implement the rest of mac80211 API
Jérôme Pouiller
2019-10-04
staging: wfx: implement 802.11 key handling
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: add debug files and trace debug events
Jérôme Pouiller
2019-10-04
staging: wfx: introduce "secure link"
Jérôme Pouiller
2019-10-04
staging: wfx: allow to send commands to chip
Jérôme Pouiller
2019-10-04
staging: wfx: instantiate mac80211 data
Jérôme Pouiller
2019-10-04
staging: wfx: add support for start-up indication
Jérôme Pouiller
2019-10-04
staging: wfx: add IRQ handling
Jérôme Pouiller
2019-10-04
staging: wfx: load firmware
Jérôme Pouiller
2019-10-04
staging: wfx: add support for I/O access
Jérôme Pouiller