summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/sta.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman1-10/+15
2020-03-17staging: wfx: remove unneeded spacesLourdes Pedrajas1-1/+1
2020-03-11staging: wfx: fix RCU usage between hif_join() and ieee80211_bss_get_ie()Jérôme Pouiller1-7/+10
2020-03-11staging: wfx: fix RCU usage in wfx_join_finalize()Jérôme Pouiller1-2/+2
2020-03-11staging: wfx: make warning about pending frame less scaryJérôme Pouiller1-1/+3
2020-03-11staging: wfx: remove variable declarationKaaira Gupta1-2/+1
2020-01-16staging: wfx: simplify wfx_ps_notify_sta()Jérôme Pouiller1-18/+6
2020-01-16staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIMJérôme Pouiller1-72/+6
2020-01-16staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller1-8/+2
2020-01-16staging: wfx: firmware never return PS status for stationsJérôme Pouiller1-26/+17
2020-01-16staging: wfx: sta and dtimJérôme Pouiller1-18/+15
2020-01-16staging: wfx: pspoll_mask make no senseJérôme Pouiller1-2/+0
2020-01-16staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()Jérôme Pouiller1-1/+1
2020-01-16staging: wfx: check that no tx is pending before release staJérôme Pouiller1-0/+3
2020-01-16staging: wfx: simplify the link-id allocationJérôme Pouiller1-40/+18
2020-01-16staging: wfx: simplify wfx_set_tim_impl()Jérôme Pouiller1-9/+9
2020-01-16staging: wfx: fix RCU usageJérôme Pouiller1-2/+2
2020-01-16staging: wfx: fix bss_lossJérôme Pouiller1-1/+7
2020-01-16staging: wfx: relocate "buffered" information to sta_privJérôme Pouiller1-0/+1
2020-01-16staging: wfx: remove handling of "early_data"Jérôme Pouiller1-3/+0
2020-01-16staging: wfx: do not update uapsd if not necessaryJérôme Pouiller1-1/+3
2020-01-16staging: wfx: with multiple vifs, force PS only if channels differsJérôme Pouiller1-4/+10
2020-01-16staging: wfx: update power-save per interfaceJérôme Pouiller1-12/+5
2020-01-16staging: wfx: simplify wfx_update_filtering()Jérôme Pouiller1-18/+13
2020-01-16staging: wfx: simplify wfx_set_mcast_filter()Jérôme Pouiller1-19/+9
2020-01-16staging: wfx: simplify hif_set_config_data_filter()Jérôme Pouiller1-6/+2
2020-01-16staging: wfx: simplify hif_set_mac_addr_condition()Jérôme Pouiller1-8/+1
2020-01-16staging: wfx: simplify hif_set_data_filtering()Jérôme Pouiller1-9/+4
2020-01-16staging: wfx: simplify hif_mib_set_data_filteringJérôme Pouiller1-2/+1
2020-01-16staging: wfx: simplify hif_mib_uc_mc_bc_data_frame_conditionJérôme Pouiller1-2/+2
2020-01-16staging: wfx: simplify hif_set_uc_mc_bc_condition()Jérôme Pouiller1-5/+1
2020-01-16staging: wfx: simplify hif_set_association_mode()Jérôme Pouiller1-15/+1
2020-01-16staging: wfx: simplify hif_join()Jérôme Pouiller1-35/+10
2020-01-16staging: wfx: simplify hif_update_ie()Jérôme Pouiller1-8/+2
2020-01-16staging: wfx: drop wfx_set_cts_work()Jérôme Pouiller1-31/+9
2020-01-16staging: wfx: drop wvif->setbssparams_doneJérôme Pouiller1-5/+3
2020-01-16staging: wfx: drop wvif->cqm_rssi_tholdJérôme Pouiller1-4/+2
2020-01-16staging: wfx: drop wvif->enable_beaconJérôme Pouiller1-7/+2
2020-01-16staging: wfx: drop wvif->dtim_periodJérôme Pouiller1-16/+4
2020-01-16staging: wfx: simplify update of DTIM periodJérôme Pouiller1-13/+6
2020-01-16staging: wfx: simplify wfx_flush()Jérôme Pouiller1-11/+1
2020-01-16staging: wfx: fix __wfx_flush() when drop == falseJérôme Pouiller1-31/+11
2020-01-16staging: wfx: simplify wfx_update_beaconing()Jérôme Pouiller1-17/+11
2020-01-16staging: wfx: simplify wfx_upload_ap_templates()Jérôme Pouiller1-8/+4
2020-01-16staging: wfx: rename wfx_upload_beacon()Jérôme Pouiller1-3/+3
2020-01-16staging: wfx: simplify wfx_config()Jérôme Pouiller1-11/+2
2020-01-16staging: wfx: drop wdev->output_powerJérôme Pouiller1-14/+2
2020-01-16staging: wfx: drop struct wfx_ht_infoJérôme Pouiller1-15/+3
2020-01-16staging: wfx: retrieve greenfield mode from sta->ht_cap and bss_confJérôme Pouiller1-12/+6
2020-01-16staging: wfx: retrieve ampdu_density from sta->ht_capJérôme Pouiller1-8/+2