summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/sta.c
AgeCommit message (Expand)Author
2019-12-23Merge 5.5-rc3 into staging-nextGreg Kroah-Hartman
2019-12-18staging: wfx: delayed_link_loss cannot happenJérôme Pouiller
2019-12-18staging: wfx: delayed_unjoin cannot happenJérôme Pouiller
2019-12-18staging: wfx: workaround bug with "iw scan"Jérôme Pouiller
2019-12-18staging: wfx: rewrite wfx_hw_scan()Jérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_template_frame() usageJérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_edca_queue_params() usageJérôme Pouiller
2019-12-18staging: wfx: remove unnecessary EDCA initialisationJérôme Pouiller
2019-12-18staging: wfx: drop struct wfx_edca_paramsJérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_pm() usageJérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_uapsd_info() usageJérôme Pouiller
2019-12-18staging: wfx: prefer a bitmask instead of an array of booleanJérôme Pouiller
2019-12-18staging: wfx: simplify wfx_conf_tx()Jérôme Pouiller
2019-12-18staging: wfx: fix pm_mode timeoutJérôme Pouiller
2019-12-18staging: wfx: do not try to save call to hif_set_pm()Jérôme Pouiller
2019-12-18staging: wfx: drop unnecessary wvif->powersave_modeJérôme Pouiller
2019-12-18staging: wfx: remove redundant test while calling wfx_update_pm()Jérôme Pouiller
2019-12-18staging: wfx: drop useless argument from wfx_set_pm()Jérôme Pouiller
2019-12-18staging: wfx: declare wfx_set_pm() staticJérôme Pouiller
2019-12-18staging: wfx: firmware already handle powersave mode during scanJérôme Pouiller
2019-12-18staging: wfx: simplify handling of tx_lock in wfx_do_join()Jérôme Pouiller
2019-12-18staging: wfx: better naming for hif_mib_set_association_mode->greenfieldJérôme Pouiller
2019-12-18staging: wfx: better naming for hif_req_join->short_preambleJérôme Pouiller
2019-12-18staging: wfx: improve API of hif_req_join->infrastructure_bss_modeJérôme Pouiller
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller
2019-12-18staging: wfx: make conditions easier to readJérôme Pouiller
2019-12-18staging: wfx: fix the cache of rate policies on interface resetJérôme Pouiller
2019-12-18staging: wfx: fix the cache of rate policies on interface resetJé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-11-05staging: wfx: Remove local variable used only in return statement.Nachammai Karuppiah
2019-11-05staging: wfx: replace 1 by trueJules Irenge
2019-11-03staging: wfx: Fix a memory leak in 'wfx_upload_beacon'Christophe JAILLET
2019-10-10staging: wfx: Make some functions static in sta.czhengbin
2019-10-08staging: wfx: avoid namespace contaminationJérôme Pouiller
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller
2019-10-08staging: wfx: simplify memory allocation in wfx_update_filtering()Jérôme Pouiller
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller
2019-10-04staging: wfx: implement 802.11 key handlingJé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