summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/sta.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif APIJérôme Pouiller2020-04-131-1/+1
* staging: wfx: fix case where AP stop with CAB traffic pendingJérôme Pouiller2020-04-131-1/+14
* staging: wfx: repair wfx_flush()Jérôme Pouiller2020-04-131-34/+2
* staging: wfx: drop struct wfx_queue_statsJérôme Pouiller2020-04-131-1/+1
* staging: wfx: drop now useless field edca_paramsJérôme Pouiller2020-04-131-1/+0
* staging: wfx: replace wfx_tx_queues_get_after_dtim() by wfx_tx_queues_has_cab()Jérôme Pouiller2020-04-131-2/+2
* staging: wfx: drop useless sta_asleep_maskJérôme Pouiller2020-04-131-29/+0
* staging: wfx: simplify wfx_tx_queues_empty()Jérôme Pouiller2020-04-131-2/+2
* staging: wfx: remove "burst" mechanismJérôme Pouiller2020-04-131-2/+0
* Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman2020-03-231-10/+15
|\
| * staging: wfx: fix RCU usage between hif_join() and ieee80211_bss_get_ie()Jérôme Pouiller2020-03-111-7/+10
| * staging: wfx: fix RCU usage in wfx_join_finalize()Jérôme Pouiller2020-03-111-2/+2
| * staging: wfx: make warning about pending frame less scaryJérôme Pouiller2020-03-111-1/+3
* | staging: wfx: remove unneeded spacesLourdes Pedrajas2020-03-171-1/+1
* | staging: wfx: remove variable declarationKaaira Gupta2020-03-111-2/+1
|/
* staging: wfx: simplify wfx_ps_notify_sta()Jérôme Pouiller2020-01-161-18/+6
* staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIMJérôme Pouiller2020-01-161-72/+6
* staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller2020-01-161-8/+2
* staging: wfx: firmware never return PS status for stationsJérôme Pouiller2020-01-161-26/+17
* staging: wfx: sta and dtimJérôme Pouiller2020-01-161-18/+15
* staging: wfx: pspoll_mask make no senseJérôme Pouiller2020-01-161-2/+0
* staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()Jérôme Pouiller2020-01-161-1/+1
* staging: wfx: check that no tx is pending before release staJérôme Pouiller2020-01-161-0/+3
* staging: wfx: simplify the link-id allocationJérôme Pouiller2020-01-161-40/+18
* staging: wfx: simplify wfx_set_tim_impl()Jérôme Pouiller2020-01-161-9/+9
* staging: wfx: fix RCU usageJérôme Pouiller2020-01-161-2/+2
* staging: wfx: fix bss_lossJérôme Pouiller2020-01-161-1/+7
* staging: wfx: relocate "buffered" information to sta_privJérôme Pouiller2020-01-161-0/+1
* staging: wfx: remove handling of "early_data"Jérôme Pouiller2020-01-161-3/+0
* staging: wfx: do not update uapsd if not necessaryJérôme Pouiller2020-01-161-1/+3
* staging: wfx: with multiple vifs, force PS only if channels differsJérôme Pouiller2020-01-161-4/+10
* staging: wfx: update power-save per interfaceJérôme Pouiller2020-01-161-12/+5
* staging: wfx: simplify wfx_update_filtering()Jérôme Pouiller2020-01-161-18/+13
* staging: wfx: simplify wfx_set_mcast_filter()Jérôme Pouiller2020-01-161-19/+9
* staging: wfx: simplify hif_set_config_data_filter()Jérôme Pouiller2020-01-161-6/+2
* staging: wfx: simplify hif_set_mac_addr_condition()Jérôme Pouiller2020-01-161-8/+1
* staging: wfx: simplify hif_set_data_filtering()Jérôme Pouiller2020-01-161-9/+4
* staging: wfx: simplify hif_mib_set_data_filteringJérôme Pouiller2020-01-161-2/+1
* staging: wfx: simplify hif_mib_uc_mc_bc_data_frame_conditionJérôme Pouiller2020-01-161-2/+2
* staging: wfx: simplify hif_set_uc_mc_bc_condition()Jérôme Pouiller2020-01-161-5/+1
* staging: wfx: simplify hif_set_association_mode()Jérôme Pouiller2020-01-161-15/+1
* staging: wfx: simplify hif_join()Jérôme Pouiller2020-01-161-35/+10
* staging: wfx: simplify hif_update_ie()Jérôme Pouiller2020-01-161-8/+2
* staging: wfx: drop wfx_set_cts_work()Jérôme Pouiller2020-01-161-31/+9
* staging: wfx: drop wvif->setbssparams_doneJérôme Pouiller2020-01-161-5/+3
* staging: wfx: drop wvif->cqm_rssi_tholdJérôme Pouiller2020-01-161-4/+2
* staging: wfx: drop wvif->enable_beaconJérôme Pouiller2020-01-161-7/+2
* staging: wfx: drop wvif->dtim_periodJérôme Pouiller2020-01-161-16/+4
* staging: wfx: simplify update of DTIM periodJérôme Pouiller2020-01-161-13/+6
* staging: wfx: simplify wfx_flush()Jérôme Pouiller2020-01-161-11/+1