aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-20staging: bcm: remove driverJeff Kirsher56-23874/+0
2014-10-20staging: vt6655: replace memcpy() by ether_addr_copy() using coccinelle and pack variablesAya Mahfouz2-44/+77
2014-10-20staging: vt6655: wmgr.c and wmgr.h: replace memcpy() by ether_addr_copy() using coccinelle and pack variableAya Mahfouz2-3/+4
2014-10-20staging: vt6655: dpc.c: replace memcpy() by ether_addr_copy() using coccinelleAya Mahfouz1-1/+2
2014-10-20staging: vt6655: card.c: replace memcpy() by ether_addr_copy() using coccinelleAya Mahfouz1-1/+1
2014-10-20staging: rtl8723au: Remove a stack of write only countersJes Sorensen3-27/+0
2014-10-20staging: rtl8723au: Eliminate write-only struct wlan_network->aidJes Sorensen3-5/+1
2014-10-20staging: rtl8723au: Remove unused struct ndis_802_11_keyJes Sorensen1-10/+0
2014-10-20staging: rtl8723au: Fold struct wlan_phy_info into struct wlan_bssid_exJes Sorensen4-33/+26
2014-10-20staging: rtl8723au: Remove unused struct zero_bulkout_contentJes Sorensen1-7/+0
2014-10-20staging: rtl8723au: Re-organize struct xmit_priv for better packingJes Sorensen1-3/+2
2014-10-20staging: rtl8723au: Don't read REQ_NQOS_SEQ 16 bits and write back 8 bitsJes Sorensen2-2/+2
2014-10-20staging: rtl8723au: Use register define REQ_NQOS_SEQ instead of hardcoded valueJes Sorensen1-1/+1
2014-10-20staging: rtl8723au: Eliminate write-once variable xmit_priv->vcs_settingJes Sorensen3-3/+1
2014-10-20staging: rtl8723au: Use enum values for vcs_typeJes Sorensen1-2/+2
2014-10-20staging: rtl8723au: Remove write-only struct xmit_priv->vcs_typeJes Sorensen2-2/+0
2014-10-20staging: rtl8723au: Fix alignment of mac_addr for ether_addr_copy() usageJes Sorensen1-1/+1
2014-10-20staging: vt6655: delete SndEvt_ToAPI codeVladimir A. Nazarenko1-8/+2
2014-10-20staging: vt6655: Remove unused code inside switch caseTapasweni Pathak2-49/+0
2014-10-20staging: rtl8192e: Fix pointer type declaration style errorsJohn Ledbetter1-2/+2
2014-10-20drivers: staging: imx-drm driver cleanupRene Kolarik2-2/+4
2014-10-20staging: gs_fpgaboot: Fix "out of memory" error handlingDzmitry Sledneu1-3/+2
2014-10-20staging: vt6655: remove useless #if 1Vladimir A. Nazarenko2-7/+0
2014-10-20staging: dgap: introduce dgap_stop()Daeseok Youn1-5/+22
2014-10-20staging: vt6655: remove global variable wpa_ResultVladimir A. Nazarenko2-12/+0
2014-10-20staging: vt6655: delete non-standard ioctl 0xFFVladimir A. Nazarenko1-32/+0
2014-10-20staging: rtl8723au: core: rtw_ap: Fix void function return statements style warning.Yeliz Taneroglu1-2/+0
2014-10-20staging: rtl8723au: core: rtw_security: Fix void function return statements style warning.Yeliz Taneroglu1-2/+0
2014-10-20staging: rtl8723au: core: rtw_wlan_util: Fix void function return statements style warning.Yeliz Taneroglu1-4/+0
2014-10-20staging: rtl8723au: core: rtw_pwrctrl: Fix void function return statements style warning.Yeliz Taneroglu1-1/+0
2014-10-20staging: rtl8723au: core: rtw_mlme: fix void function return statementsYeliz Taneroglu1-6/+0
2014-10-20staging: rtl8192u: Remove unused codeTapasweni Pathak1-4/+0
2014-10-20Staging: lustre: Fix line over 80 characters warningTina Johnson1-5/+7
2014-10-20staging: rtl8712: Fix unnecessary parentheses style warning in rtl871x_xmit.cEsra Altintas1-1/+1
2014-10-20staging: vt6655: Fixed C99 // comment errors in wpa.hEsra Altintas1-1/+1
2014-10-20staging: vt6655: Use ether_addr_copy functionDilek Uzulmez1-1/+1
2014-10-20staging: rtl8723au: core: rtw_xmit: Add blank line after declarationsYeliz Taneroglu1-0/+2
2014-10-20staging: rtl8723au: core: rtw_recv: Add blank line after declarationsYeliz Taneroglu1-0/+5
2014-10-20staging: rtl8723au: core: rtw_wlan_util: Add blank line after declarationsYeliz Taneroglu1-0/+2
2014-10-20staging: rtl8723au: core: rtw_pwrctrl: Add blank line after declarationsYeliz Taneroglu1-0/+2
2014-10-20staging: rtl8723au: core: rtw_mlme_ext: Add blank line after declarationsYeliz Taneroglu1-0/+9
2014-10-20staging: rtl8723au: core: rtw_mlme: Add blank line after declarationsYeliz Taneroglu1-0/+4
2014-10-20staging: rtl8723au: core: rtw_led: Add blank line after declarationsYeliz Taneroglu1-0/+1
2014-10-20staging: rtl8723au: core: rtw_ieee80211: Add blank line after declarationsYeliz Taneroglu1-0/+1
2014-10-20staging: rtl8723au: core: rtw_cmd: Add blank line after declarationsYeliz Taneroglu1-0/+3
2014-10-20Staging: octeon: ethernet-tx: fixed coding style warnings, missing blank linesRoberto Medina1-0/+11
2014-10-20staging: octeon-usb: fix checkpatch.pl warningsAleh Suprunovich1-8/+17
2014-10-20staging: rts5208: use ternary operators to reduce indentation levelGiedrius Statkevičius1-67/+23
2014-10-20staging: rts5208: divide lines to make them less than 80 characters longGiedrius Statkevičius1-9/+22
2014-10-20staging: rts5208: align divided lines to opening paranthesisGiedrius Statkevičius1-42/+45