summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
Commit message (Expand)AuthorAgeFilesLines
* staging: wfx: unlock on error pathDan Carpenter2020-05-131-1/+3
* Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman2020-03-235-24/+35
|\
| * Merge tag 'staging-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-03-204-23/+34
| |\
| | * staging: wfx: fix RCU usage between hif_join() and ieee80211_bss_get_ie()Jérôme Pouiller2020-03-113-12/+15
| | * staging: wfx: fix RCU usage in wfx_join_finalize()Jérôme Pouiller2020-03-112-7/+12
| | * staging: wfx: make warning about pending frame less scaryJérôme Pouiller2020-03-111-1/+3
| | * staging: wfx: fix lines ending with a comma instead of a semicolonJérôme Pouiller2020-03-111-3/+3
| | * staging: wfx: fix warning about freeing in-use mutex during device unregisterJérôme Pouiller2020-03-111-0/+1
| * | docs: dt: fix several broken doc referencesMauro Carvalho Chehab2020-02-241-1/+1
| |/
* | staging: wfx: remove unneeded spacesLourdes Pedrajas2020-03-172-2/+2
* | staging: wfx: remove unused structureKaaira Gupta2020-03-111-4/+0
* | staging: wfx: remove variable declarationKaaira Gupta2020-03-111-2/+1
* | staging: wfx: data_tx.h: remove space after castKaaira Gupta2020-03-111-1/+1
* | staging: wfx: dat_tx.c: remove space after a castKaaira Gupta2020-03-111-2/+2
* | staging: wfx: change 1 to boolKaaira Gupta2020-03-111-1/+1
* | staging: wfx: data_rx.c: remove space after castKaaira Gupta2020-03-111-1/+1
* | staging: wfx: remove blank linePayal Kshirsagar2020-03-101-1/+0
* | staging: wfx: alignment should match open parenthesisPayal Kshirsagar2020-03-101-3/+3
* | staging: wfx: use more power-efficient sleep for resetMichał Mirosław2020-02-113-4/+4
* | staging: wfx: use sleeping gpio accessorsMichał Mirosław2020-02-113-6/+6
* | staging: wfx: follow compatible = vendor,chip formatMichał Mirosław2020-02-112-2/+3
* | staging: wfx: add proper "compatible" stringMichał Mirosław2020-02-112-7/+14
* | staging: wfx: annotate nested gc_list vs tx queue lockingMichał Mirosław2020-02-111-8/+8
* | staging: wfx: fix init/remove vs IRQ raceMichał Mirosław2020-02-114-31/+33
* | staging: wfx: remove set but not used variable 'tx_priv'YueHaibing2020-02-111-2/+0
|/
* staging: wfx: update TODOJérôme Pouiller2020-01-161-11/+1
* staging: wfx: simplify hif_multi_tx_confirm()Jérôme Pouiller2020-01-161-8/+3
* staging: wfx: simplify wfx_tx_queue_get_num_queued()Jérôme Pouiller2020-01-162-10/+6
* staging: wfx: simplify hif_handle_tx_data()Jérôme Pouiller2020-01-161-25/+15
* staging: wfx: remove check for interface stateJérôme Pouiller2020-01-161-38/+12
* staging: wfx: remove unused do_probeJérôme Pouiller2020-01-161-1/+0
* staging: wfx: ensure that packet_id is uniqueJérôme Pouiller2020-01-162-2/+7
* 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-166-138/+66
* staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller2020-01-164-17/+9
* 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-165-51/+3
* staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()Jérôme Pouiller2020-01-164-23/+8
* 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-167-241/+24
* staging: wfx: simplify wfx_set_tim_impl()Jérôme Pouiller2020-01-162-10/+10
* 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-164-32/+31
* staging: wfx: remove handling of "early_data"Jérôme Pouiller2020-01-164-23/+1
* staging: wfx: fix possible overflow on jiffies comparaisonJérôme Pouiller2020-01-161-9/+5
* staging: wfx: fix case where RTS threshold is 0Jérôme Pouiller2020-01-161-1/+1
* 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