aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/wfx (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/stagingLinus 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
2020-03-11staging: wfx: data_tx.h: remove space after castKaaira Gupta1-1/+1
2020-03-11staging: wfx: dat_tx.c: remove space after a castKaaira Gupta1-2/+2
2020-03-11staging: wfx: change 1 to boolKaaira Gupta1-1/+1
2020-03-11staging: wfx: data_rx.c: remove space after castKaaira Gupta1-1/+1
2020-03-10staging: wfx: remove blank linePayal Kshirsagar1-1/+0
2020-03-10staging: wfx: alignment should match open parenthesisPayal Kshirsagar1-3/+3
2020-02-24docs: dt: fix several broken doc referencesMauro Carvalho Chehab1-1/+1
2020-02-11staging: wfx: use more power-efficient sleep for resetMichał Mirosław3-4/+4
2020-02-11staging: wfx: use sleeping gpio accessorsMichał Mirosław3-6/+6
2020-02-11staging: wfx: follow compatible = vendor,chip formatMichał Mirosław2-2/+3
2020-02-11staging: wfx: add proper "compatible" stringMichał Mirosław2-7/+14
2020-02-11staging: wfx: annotate nested gc_list vs tx queue lockingMichał Mirosław1-8/+8
2020-02-11staging: wfx: fix init/remove vs IRQ raceMichał Mirosław4-31/+33
2020-02-11staging: wfx: remove set but not used variable 'tx_priv'YueHaibing1-2/+0
2020-01-16staging: wfx: update TODOJérôme Pouiller1-11/+1
2020-01-16staging: wfx: simplify hif_multi_tx_confirm()Jérôme Pouiller1-8/+3
2020-01-16staging: wfx: simplify wfx_tx_queue_get_num_queued()Jérôme Pouiller2-10/+6
2020-01-16staging: wfx: simplify hif_handle_tx_data()Jérôme Pouiller1-25/+15
2020-01-16staging: wfx: remove check for interface stateJérôme Pouiller1-38/+12
2020-01-16staging: wfx: remove unused do_probeJérôme Pouiller1-1/+0
2020-01-16staging: wfx: ensure that packet_id is uniqueJérôme Pouiller2-2/+7
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 Pouiller6-138/+66
2020-01-16staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller4-17/+9
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 Pouiller5-51/+3
2020-01-16staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()Jérôme Pouiller4-23/+8
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 Pouiller7-241/+24
2020-01-16staging: wfx: simplify wfx_set_tim_impl()Jérôme Pouiller2-10/+10
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 Pouiller4-32/+31
2020-01-16staging: wfx: remove handling of "early_data"Jérôme Pouiller4-23/+1
2020-01-16staging: wfx: fix possible overflow on jiffies comparaisonJérôme Pouiller1-9/+5
2020-01-16staging: wfx: fix case where RTS threshold is 0Jérôme Pouiller1-1/+1
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 Pouiller2-13/+6