summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-1/+1
2020-04-19iio: Fix misspellings of "Analog Devices"Geert Uytterhoeven1-1/+1
2020-04-16staging: rtl8188eu: make const char array staticMichael Straube1-1/+1
2020-04-16staging: rtl8188eu: cleanup long line in fw.cMichael Straube1-1/+2
2020-04-16staging: rtl8188eu: rename define to upper caseMichael Straube2-3/+3
2020-04-16staging: vt6656: remove redundant assignment to variable ed_inxColin Ian King1-1/+1
2020-04-16staging: vt6656: Remove duplicate code for the phy->service assignmentOscar Carter1-2/+1
2020-04-16staging: vt6656: Refactor the assignment of the phy->signal variableOscar Carter1-79/+26
2020-04-16staging: vt6656: Use define instead of magic number for tx_rateOscar Carter1-1/+2
2020-04-16staging: vt6656: Use BIT() macro instead of bit shift operatorOscar Carter1-2/+2
2020-04-16staging: vt6656: Return error code in vnt_rf_write_embedded functionOscar Carter1-35/+64
2020-04-16staging: vc04_services: bcm2835-audio: Make function arguments alignment matc...R Veera Kumar1-2/+2
2020-04-16staging: sm750fb: Make function arguments alignment match open parenthesisR Veera Kumar2-11/+14
2020-04-16staging: rtl8712: correct spelling mistake in commentMichael Straube1-1/+1
2020-04-16staging: mt7621-pci: initialize 'n' variable when it is declaredSergio Paracuellos1-2/+1
2020-04-16staging: mt7621-pci: add clarification comment in 'mt7621_pcie_init_virtual_b...Sergio Paracuellos1-0/+5
2020-04-16staging: mt7621-pci: rename 'PCIE_P2P_MAX' into 'PCIE_P2P_CNT'Sergio Paracuellos1-8/+8
2020-04-16staging: wfx: update TODOJérôme Pouiller1-28/+12
2020-04-16staging: wfx: drop useless attribute 'filter_mcast'Jérôme Pouiller2-8/+7
2020-04-16staging: wfx: drop useless filter update when starting APJérôme Pouiller1-1/+0
2020-04-16staging: wfx: split out wfx_filter_beacon()Jérôme Pouiller2-11/+13
2020-04-16staging: wfx: drop useless attributes 'filter_prbreq' and 'filter_bssid'Jérôme Pouiller2-8/+6
2020-04-16staging: wfx: drop useless call to hif_set_rx_filter()Jérôme Pouiller1-1/+0
2020-04-16staging: wfx: drop struct wfx_grp_addr_tableJérôme Pouiller3-22/+16
2020-04-16staging: wfx: align semantic of probe request filter with other filtersJérôme Pouiller3-7/+7
2020-04-16staging: wfx: align semantic of beacon filter with other filtersJérôme Pouiller2-6/+6
2020-04-16staging: wfx: drop useless wfx_fwd_probe_req()Jérôme Pouiller2-10/+5
2020-04-16staging: wfx: ensure that probe requests are filtered when APJérôme Pouiller1-1/+7
2020-04-16staging: wfx: stop changing filtering rule in wfx_hw_scan()Jérôme Pouiller1-1/+0
2020-04-16staging: wfx: do not use built-in AUTO_ERP featureJérôme Pouiller1-4/+0
2020-04-16staging: wfx: disabling beacon filtering after hif_reset() is uselessJérôme Pouiller1-2/+0
2020-04-16staging: wfx: do not wait for a dtim before associateJérôme Pouiller2-3/+1
2020-04-16staging: wfx: wfx_update_filtering_work() is no more usedJérôme Pouiller3-12/+0
2020-04-16staging: wfx: simplify handling of beacon filter during join processJérôme Pouiller2-13/+9
2020-04-16staging: wfx: rework wfx_configure_filter()Jérôme Pouiller1-6/+35
2020-04-16staging: wfx: simplify wfx_update_filtering()Jérôme Pouiller1-44/+25
2020-04-16staging: wfx: update filtering even if not connectedJérôme Pouiller1-3/+0
2020-04-13staging: vt6656: formulate rspinf values into tablesMalcolm Priestley1-156/+40
2020-04-13staging: r8188eu: replace rtw_malloc/copy_from_user sequence with memdup_userIvan Safonov1-16/+6
2020-04-13staging: vt6656: Remove unnecessary local variable initializationOscar Carter1-1/+1
2020-04-13staging: vt6656: Remove duplicate code in vnt_vt3184_init functionOscar Carter1-40/+12
2020-04-13staging: vt6656: Remove unnecessary local variable initializationOscar Carter1-1/+1
2020-04-13staging: vt6656: rxtx remove rate change and current_rate.Malcolm Priestley2-12/+4
2020-04-13staging: vt6556: vnt_rf_setpower convert to use ieee80211_channel.Malcolm Priestley4-58/+43
2020-04-13staging: vc04_services: remove set but not used 'local_entity_uc'Jason Yan1-2/+2
2020-04-13staging: rtl8188eu: remove 5 GHz if testMichael Straube1-1/+1
2020-04-13staging: mt7621-pci: fix PCIe interrupt mappingSergio Paracuellos2-7/+38
2020-04-13staging: mt7621-pci-phy: dt: bindings: remove bindings txt fileSergio Paracuellos1-28/+0
2020-04-13staging: mt7621-pci-phy: dt: bindings: add mediatek, mt7621-pci-phy.yamlSergio Paracuellos1-0/+36
2020-04-13staging: mt7621-pci: properly power off dual-ported pcie phySergio Paracuellos1-2/+10