summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/sta.h
Commit message (Expand)AuthorAgeFilesLines
* wfx: get out from the staging areaJérôme Pouiller2022-04-061-66/+0
* staging: wfx: format code on 100 columnsJérôme Pouiller2022-02-251-2/+1
* staging: wfx: reformat code on 100 columnsJérôme Pouiller2022-01-251-14/+8
* staging: wfx: remove useless comments after #endifJérôme Pouiller2021-09-141-1/+1
* staging: wfx: avoid c99 commentsJérôme Pouiller2021-09-141-3/+3
* staging: wfx: remove references to WFxxx in commentsJérôme Pouiller2021-09-141-1/+1
* Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman2021-03-101-0/+2
* staging: wfx: remove unused included header filesMuhammad Usama Anjum2021-02-121-2/+0
* staging: wfx: update copyrights datesJérôme Pouiller2020-10-071-1/+1
* staging: wfx: drop multicast filteringJérôme Pouiller2020-09-131-2/+0
* staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller2020-07-031-0/+1
* staging: wfx: drop counter of buffered framesJérôme Pouiller2020-07-031-3/+0
* staging: wfx: rename wfx_do_unjoin() into wfx_reset()Jérôme Pouiller2020-05-151-0/+1
* staging: wfx: remove useless header inclusionsJérôme Pouiller2020-05-131-2/+0
* staging: wfx: fix overflow in frame countersJérôme Pouiller2020-04-281-1/+1
* staging: wfx: add support for 'device too hot' indicationJérôme Pouiller2020-04-281-0/+2
* staging: wfx: drop unused enum wfx_stateJérôme Pouiller2020-04-231-8/+0
* staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller2020-04-231-0/+2
* staging: wfx: handle firmware events synchronouslyJérôme Pouiller2020-04-231-5/+1
* staging: wfx: use ieee80211_beacon_loss() provided by mac80211Jérôme Pouiller2020-04-231-1/+0
* staging: wfx: drop struct wfx_grp_addr_tableJérôme Pouiller2020-04-161-6/+0
* staging: wfx: drop useless wfx_fwd_probe_req()Jérôme Pouiller2020-04-161-1/+0
* staging: wfx: wfx_update_filtering_work() is no more usedJérôme Pouiller2020-04-161-1/+0
* staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()Jérôme Pouiller2020-04-131-0/+2
* staging: wfx: implement start_ap/stop_apJérôme Pouiller2020-04-131-0/+2
* staging: wfx: repair wfx_flush()Jérôme Pouiller2020-04-131-2/+0
* staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller2020-01-161-2/+1
* staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()Jérôme Pouiller2020-01-161-4/+1
* staging: wfx: relocate "buffered" information to sta_privJérôme Pouiller2020-01-161-0/+6
* staging: wfx: drop struct wfx_ht_infoJérôme Pouiller2020-01-161-6/+0
* staging: wfx: simplify hif_set_tx_rate_retry_policy() usageJérôme Pouiller2020-01-161-0/+1
* staging: wfx: drop struct wfx_edca_paramsJérôme Pouiller2019-12-181-6/+0
* staging: wfx: prefer a bitmask instead of an array of booleanJérôme Pouiller2019-12-181-1/+1
* staging: wfx: declare wfx_set_pm() staticJérôme Pouiller2019-12-181-1/+0
* staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller2019-12-181-1/+1
* staging: align to fix warnings of line over 80 charactersJules Irenge2019-11-141-2/+4
* staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge2019-11-111-1/+1
* staging: wfx: implement the rest of mac80211 APIJérôme Pouiller2019-10-041-0/+65
* staging: wfx: allow to scan networksJérôme Pouiller2019-10-041-0/+4
* staging: wfx: allow to send 802.11 framesJérôme Pouiller2019-10-041-0/+8
* staging: wfx: instantiate mac80211 dataJérôme Pouiller2019-10-041-0/+24