aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29staging: rtl8723bs: Add missing braces in else statement.Quytelda Kahja1-1/+2
2018-03-29staging: rtl8723bs: Add spaces around ternary operators.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Fix lines with trailing open parentheses.Quytelda Kahja1-6/+5
2018-03-29staging: rtl8723bs: Remove unnecessary length #define's.Quytelda Kahja2-19/+3
2018-03-29staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.Quytelda Kahja2-12/+8
2018-03-29staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().Quytelda Kahja1-3/+3
2018-03-29staging: rtl8723bs: Remove braces from single statement conditionals.Quytelda Kahja1-9/+9
2018-03-29staging: rtl8723bs: Remove unecessary braces from switch statement.Quytelda Kahja1-27/+23
2018-03-29staging: rtl8723bs: Fix newlines in rtw_wx_set_auth().Quytelda Kahja1-9/+1
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.Quytelda Kahja3-45/+2
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja3-8/+3
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja3-20/+6
2018-03-29staging: rtl8723bs: Remove #defines shadowing enums in 'linux/ieee80211.h'Quytelda Kahja1-56/+0
2018-03-29drivers: staging: rtl8192e: fixed a space coding style issueRene Hickersberger1-1/+1
2018-03-29staging: r8822be: fix typos in header guard macrosColin Ian King2-2/+2
2018-03-29staging: bcm2835-audio: Release resources on module_exit()Kirill Marinushkin1-29/+25
2018-03-29staging: comedi: s626: Use Preferred kernel typePaul McQuade1-4/+4
2018-03-29staging: mt7621-dts: Replace spaces with tabs in indentationNishka Dasgupta1-1/+1
2018-03-29staging: ks7010: Remove unused member 'reg_net' from 'ks_wlan_private'.Quytelda Kahja1-1/+0
2018-03-29staging: ks7010: Change mac_address_valid to a bool instead of int.Quytelda Kahja3-5/+5
2018-03-29staging: ks7010: Remove unecessary cast.Quytelda Kahja1-1/+1
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_get_micSergio Paracuellos1-1/+1
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_appendSergio Paracuellos1-3/+3
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_initSergio Paracuellos1-1/+1
2018-03-29staging: ks7010: remove some dead code from ks_wlan_set_essid functionSergio Paracuellos1-15/+0
2018-03-29staging: ks7010: replace MichaelBlockFunction macro with inline functionSergio Paracuellos1-15/+16
2018-03-29staging: ks7010: replace GetUInt32 macro with get_unaligned_le32Sergio Paracuellos1-7/+4
2018-03-29staging: ks7010: replace PutUInt32 macro with put_unaligned_le32()Sergio Paracuellos1-11/+3
2018-03-29staging: ks7010: avoid camel cases in MichaelGetMIC functionSergio Paracuellos1-14/+13
2018-03-29staging: ks7010: replace macro MichaelClear with inline functionSergio Paracuellos1-8/+8
2018-03-29staging: ks7010: avoid camel cases in MichaelAppend functionSergio Paracuellos1-23/+22
2018-03-29staging: ks7010: avoid camel cases for MichaelInitFunctionSergio Paracuellos1-6/+5
2018-03-29staging: ks7010: avoid camel cases in MichaelMICFunctionSergio Paracuellos3-23/+21
2018-03-28staging: vt6655: Delete unused typedef enum _chip_typeNishka Dasgupta1-4/+0
2018-03-28staging: vt6655: Delete unused typedef struct _versionNishka Dasgupta1-7/+0
2018-03-28staging: vt6655: Delete unused typedef enum _CARD_STATUS_TYPENishka Dasgupta1-6/+0
2018-03-28staging: vt6655: Delete unused enum CARD_PKT_TYPENishka Dasgupta1-7/+0
2018-03-28staging: rtl8723bs: Remove duplicate #defines.Quytelda Kahja1-12/+0
2018-03-28staging: ks7010: factor out some functions from hostif_initSergio Paracuellos1-24/+53
2018-03-28staging: ks7010: avoid camel case in function name get_DWORDSergio Paracuellos1-11/+10
2018-03-28staging: ks7010: avoid camel case in function name get_WORDSergio Paracuellos1-10/+9
2018-03-28staging: ks7010: avoid camel case in function name get_BYTESergio Paracuellos1-12/+11
2018-03-28staging: ks7010: use GENMASK instead of custom defines in SME_WEP_VAL_MASKSergio Paracuellos1-1/+1
2018-03-28staging: ks7010: Fix spelling mistakes.Quytelda Kahja2-2/+2
2018-03-28staging: ks7010: use lower case names in michael_mic_t struct fieldsSergio Paracuellos3-38/+38
2018-03-28staging: wilc1000: fix memdup.cocci warningsFengguang Wu1-6/+4
2018-03-28staging: wilc1000: remove unused return variableHariPrasath Elango1-4/+2
2018-03-28staging: wilc1000: free memory allocated for general info message from firmwareAjay Singh1-17/+31
2018-03-28staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid leading tabsAjay Singh1-137/+149
2018-03-28staging: wilc1000: free allocated memory in wilc_add_rx_gtk()Ajay Singh1-6/+11