summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ssb: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-153-4/+4
* zd1211rw: remove needless check before usb_free_coherent()Xu Wang2020-07-151-3/+1
* rtlwifi: 8821ae: remove unused path B parameters from swing tablePing-Ke Shih2020-07-151-54/+2
* rtlwifi: Use const in 8188ee/8723be/8821ae swing_table declarationsJoe Perches2020-07-153-58/+64
* airo: use set_current_state macroXu Wang2020-07-151-1/+1
* iwlegacy: remove redundant initialization of variable tidColin Ian King2020-07-151-1/+1
* ipw2200: use generic power managementVaibhav Gupta2020-07-151-23/+7
* ipw2100: use generic power managementVaibhav Gupta2020-07-151-24/+7
* adm8211: use generic power managementVaibhav Gupta2020-07-151-20/+5
* orinoco: use generic power managementVaibhav Gupta2020-07-155-31/+13
* rtl818x_pci: use generic power managementVaibhav Gupta2020-07-151-19/+4
* rtlwifi: rtl8192cu: Free ieee80211_hw if probing failsReto Schneider2020-07-151-0/+1
* rtlwifi: rtl8192cu: Prevent leaking urbReto Schneider2020-07-151-1/+4
* rtlwifi: rtl8192cu: Fix deadlockReto Schneider2020-07-151-2/+4
* rtlwifi: rtl8192cu: Remove uninitialized_var() usageKees Cook2020-07-151-2/+2
* b43: Remove uninitialized_var() usageKees Cook2020-07-151-1/+1
* orinoco_usb: fix spelling mistakeFlavio Suligoi2020-07-151-3/+3
* rtlwifi: rtl8188ee: Fix endian issueLarry Finger2020-07-151-1/+1
* rtlwifi: Fix endian issue in ps.cLarry Finger2020-07-151-6/+6
* broadcom: fix wiki website urlFlavio Suligoi2020-07-152-3/+3
* atmel: fix wiki website urlFlavio Suligoi2020-07-151-1/+1
* wireless: fix wiki website url in main KconfigFlavio Suligoi2020-07-151-1/+1
* rtw88: coex: Fix ACL Tx pause during BT inquiry/page.Zong-Zhe Yang2020-07-157-29/+108
* mwifiex: Prevent memory corruption handling keysDan Carpenter2020-07-151-7/+15
* mwifiex: Fix reporting 'operation not supported' error codePali Rohár2020-07-153-12/+12
* wlcore: Remove pointless spinlockTony Lindgren2020-07-151-2/+0
* wlcore: Use spin_trylock in wlcore_irq() to see if we need to queue txTony Lindgren2020-07-151-6/+11
* wlcore: Use spin_trylock in wlcore_irq_locked() for running the queueTony Lindgren2020-07-151-9/+13
* wlcore: Simplify runtime resume ELP pathTony Lindgren2020-07-151-28/+15
* mwifiex: Use macro MWIFIEX_MAX_BSS_NUM for specifying limit of interfacesPali Rohár2020-07-151-1/+2
* rtw88: 8822c: add new RFE type 6Yan-Hsuan Chuang2020-07-151-0/+1
* rtw88: 8822ce: add support for device ID 0xc82fAaron Ma2020-07-151-0/+4
* rtw88: pci: disable aspm for platform inter-op with module parameterYan-Hsuan Chuang2020-07-151-0/+9
* rtw88: 8821c: Add 8821CE to Kconfig and MakefileTzu-En Huang2020-07-152-0/+20
* rtw88: single rf path chips don't support TX STBCTzu-En Huang2020-07-151-2/+2
* rtw88: 8821c: add beamformee supportTzu-En Huang2020-07-152-2/+48
* rtw88: 8821c: add power trackingTzu-En Huang2020-07-153-0/+293
* rtw88: 8821c: add cck pd settingsTzu-En Huang2020-07-153-0/+29
* rtw88: 8821c: add phy calibrationTzu-En Huang2020-07-151-0/+34
* rtw88: 8821c: add false alarm statisticsTzu-En Huang2020-07-152-0/+63
* rtw88: 8821c: add query rx desc supportTzu-En Huang2020-07-152-0/+117
* rtw88: 8821c: add set channel supportTzu-En Huang2020-07-154-0/+229
* rtw88: 8821c: add dig related settingsTzu-En Huang2020-07-151-0/+6
* rtw88: 8821c: add set tx power indexTzu-En Huang2020-07-151-0/+39
* rtw88: 8821c: add basic functionsTzu-En Huang2020-07-158-0/+7514
* wilc1000: let wilc_mac_xmit() return NETDEV_TX_OKLuc Van Oostenryck2020-07-141-3/+3
* wilc1000: use API version number info along with firmware filenameAjay Singh2020-07-142-5/+14
* wilc1000: use unified single wilc1000 FW binaryAjay Singh2020-07-142-13/+8
* wilc1000: fix compiler warning for 'wowlan_support' unused variableAjay Singh2020-07-141-0/+2
* wilc1000: use strlcpy to avoid 'stringop-truncation' warningAjay Singh2020-07-141-2/+1