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