summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2020-01-22staging: wilc1000: added 'wilc_' prefix for 'struct assoc_resp' nameAjay Singh2-2/+2
2020-01-22staging: wilc1000: move firmware API struct's to separate header fileAjay Singh5-108/+120
2020-01-22staging: wilc1000: remove use of infinite loop conditionsAjay Singh3-146/+84
2020-01-22staging: kpc2000: rename variables with kpc namespaceJerry Lin1-20/+20
2020-01-22staging: vt6656: Remove memory buffer from vnt_download_firmware.Malcolm Priestley3-14/+4
2020-01-22staging: vt6656: Just check NEWRSR_DECRYPTOK for RX_FLAG_DECRYPTED.Malcolm Priestley1-16/+2
2020-01-22staging: vt6656: Use vnt_rx_tail struct for tail variables.Malcolm Priestley2-25/+17
2020-01-22staging: vt6656: create vnt rx header for sk_buff.Malcolm Priestley2-17/+19
2020-01-22staging: vt6656: Simplify RX finding bit ratesMalcolm Priestley2-16/+6
2020-01-22staging: most: net: fix buffer overflowAndrey Shvetsov1-0/+10
2020-01-22staging: rtl8712: simplify evm_db2percentage()Michael Straube1-8/+2
2020-01-22staging: rtl8192u: simplify rtl819x_evm_dbtopercentage()Michael Straube1-9/+2
2020-01-22staging: rtl8192e: simplify rtl92e_evm_db_to_percent()Michael Straube1-9/+2
2020-01-22staging: rtl8188eu: remove unused enum and definesMichael Straube2-17/+0
2020-01-22staging: rtl8188eu: remove redundant definesMichael Straube2-11/+1
2020-01-22staging: rtl8188eu: remove else after break or returnMichael Straube8-77/+65
2020-01-22Staging: kpc2000: Remove warning: "dubious: x | !y" detected by sparseFelipe Cardoso Resende1-36/+44
2020-01-22Merge 5.5-rc7 into staging-nextGreg Kroah-Hartman1-6/+6
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie19-31/+91
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller10-14/+44
2020-01-19Merge tag 'iio-for-5.6b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2-2/+14
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
2020-01-16staging: wfx: simplify wfx_scan_complete()Jérôme Pouiller3-8/+3
2020-01-16staging: wfx: simplify wfx_update_filtering()Jérôme Pouiller1-18/+13
2020-01-16staging: wfx: simplify wfx_set_mcast_filter()Jérôme Pouiller1-19/+9