summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
AgeCommit message (Expand)AuthorFilesLines
2020-04-13staging: wfx: place hif_tx_mib functions into a .c fileJérôme Pouiller6-391/+444
2020-04-13staging: wfx: align members declarations in hif APIJérôme Pouiller3-572/+572
2020-04-13staging: wfx: fix endianness of hif APIJérôme Pouiller3-150/+150
2020-04-13staging: wfx: remove useless definesJérôme Pouiller2-26/+12
2020-04-13staging: wfx: remove unused definitions from the hif APIJérôme Pouiller3-263/+0
2020-04-13staging: wfx: relocate TX_RETRY_POLICY_MAX and TX_RETRY_POLICY_INVALID to hif...Jérôme Pouiller3-11/+10
2020-04-13staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif APIJérôme Pouiller5-6/+6
2020-04-13staging: wfx: drop unused WFX_LINK_ID_GC_TIMEOUTJérôme Pouiller1-1/+0
2020-04-13staging: wfx: remove hack about tx_rate policiesJérôme Pouiller1-53/+0
2020-04-13staging: wfx: fix case where AP stop with CAB traffic pendingJérôme Pouiller1-1/+14
2020-04-13staging: wfx: fix potential deadlock in wfx_tx_flush()Jérôme Pouiller1-0/+2
2020-04-13staging: wfx: wfx_flush() did not ensure that frames are processedJérôme Pouiller1-2/+2
2020-04-13staging: wfx: repair wfx_flush()Jérôme Pouiller7-122/+113
2020-04-13staging: wfx: relocate wfx_skb_dtor() prior its callersJérôme Pouiller1-35/+37
2020-04-13staging: wfx: improve interface between data_tx.c and queue.cJérôme Pouiller3-17/+8
2020-04-13staging: wfx: simplify usage of wfx_tx_queues_put()Jérôme Pouiller3-6/+5
2020-04-13staging: wfx: drop struct wfx_queue_statsJérôme Pouiller4-28/+18
2020-04-13staging: wfx: drop now useless field edca_paramsJérôme Pouiller2-2/+0
2020-04-13staging: wfx: change the way to choose frame to sendJérôme Pouiller2-143/+89
2020-04-13staging: wfx: introduce a counter of pending framesJérôme Pouiller2-0/+17
2020-04-13staging: wfx: replace wfx_tx_queues_get_after_dtim() by wfx_tx_queues_has_cab()Jérôme Pouiller3-23/+23
2020-04-13staging: wfx: rename wfx_tx_get_raw_link_id()Jérôme Pouiller1-4/+3
2020-04-13staging: wfx: drop unused raw_link_id fieldJérôme Pouiller2-3/+1
2020-04-13staging: wfx: drop unused link_id fieldJérôme Pouiller3-8/+0
2020-04-13staging: wfx: do not rely anymore on link_id to choose packet in queueJérôme Pouiller1-5/+6
2020-04-13staging: wfx: drop useless link_map_cacheJérôme Pouiller2-51/+12
2020-04-13staging: wfx: do not use link_map_cache to track CABJérôme Pouiller1-5/+8
2020-04-13staging: wfx: drop argument tx_allowed_mask since it is constant nowJérôme Pouiller2-38/+12
2020-04-13staging: wfx: drop useless sta_asleep_maskJérôme Pouiller5-50/+2
2020-04-13staging: wfx: simplify wfx_tx_queue_mask_get()Jérôme Pouiller1-9/+6
2020-04-13staging: wfx: drop unused argument in wfx_get_prio_queue()Jérôme Pouiller1-5/+2
2020-04-13staging: wfx: simplify wfx_tx_queues_empty()Jérôme Pouiller3-15/+9
2020-04-13staging: wfx: simplify hif_handle_tx_data()Jérôme Pouiller1-9/+10
2020-04-13staging: wfx: avoid useless wake_upJérôme Pouiller1-4/+2
2020-04-13staging: wfx: drop useless queue_id fieldJérôme Pouiller2-4/+1
2020-04-13staging: wfx: uniformize queue_id retrievalJérôme Pouiller1-1/+1
2020-04-13staging: wfx: remove "burst" mechanismJérôme Pouiller3-26/+0
2020-04-13staging: wfx: take advantage of ieee80211_{stop/start}_queuesJérôme Pouiller3-40/+4
2020-04-13staging: wfx: do not stop mac80211 queueing during tx_policy uploadJérôme Pouiller1-9/+1
2020-04-13staging: wfx: add sanity checks to hif_join()Jérôme Pouiller1-0/+2
2020-03-23Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman5-24/+35
2020-03-20Merge tag 'staging-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-23/+34
2020-03-17staging: wfx: remove unneeded spacesLourdes Pedrajas2-2/+2
2020-03-11staging: wfx: fix RCU usage between hif_join() and ieee80211_bss_get_ie()Jérôme Pouiller3-12/+15
2020-03-11staging: wfx: fix RCU usage in wfx_join_finalize()Jérôme Pouiller2-7/+12
2020-03-11staging: wfx: make warning about pending frame less scaryJérôme Pouiller1-1/+3
2020-03-11staging: wfx: fix lines ending with a comma instead of a semicolonJérôme Pouiller1-3/+3
2020-03-11staging: wfx: fix warning about freeing in-use mutex during device unregisterJérôme Pouiller1-0/+1
2020-03-11staging: wfx: remove unused structureKaaira Gupta1-4/+0
2020-03-11staging: wfx: remove variable declarationKaaira Gupta1-2/+1