summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: remove unused P2P_PRIVATE_IOCTL_SET_LENMichael Straube2019-02-281-2/+0
* staging: rtl8188eu: remove unused enum P2P_PROTO_WK_IDMichael Straube2019-02-281-10/+0
* staging: rtl8188eu: cleanup comparsions to NULL in rtl8188eu_xmit.cMichael Straube2019-02-261-2/+2
* staging: rtl8188eu: add spaces around '*' in rtl8188e_cmd.cMichael Straube2019-02-261-4/+4
* staging: rtl8188eu: remove unused function declarationsMichael Straube2019-02-262-10/+0
* staging: rtl8188eu: remove blank line between declarationsMichael Straube2019-02-261-1/+0
* staging: rtl8188eu: cleanup declarations in rtl8188e_cmd.cMichael Straube2019-02-261-14/+14
* staging: rtl8188eu: remove unnecessary parentheses in rtl8188e_cmd.cMichael Straube2019-02-261-21/+21
* staging: rtl8188eu: fix bad indentation for conditional statementStephen Martin2019-02-191-1/+1
* staging: rtl8188eu: cleanup ODM_CmnInfoPtrArrayHook()Michael Straube2019-02-041-10/+1
* staging: rtl8188eu: refactor rtw_reset_securitypriv()Michael Straube2019-01-301-14/+15
* staging: rtl8188eu: &array[0] -> arrayMichael Straube2019-01-301-2/+2
* staging: rtl8188eu: remove unncessary asignment to cleanup long lineMichael Straube2019-01-301-2/+1
* staging: rtl8188eu: cleanup declarations in mlme_linux.cMichael Straube2019-01-301-4/+4
* staging: rtl8188eu: remove unnecessary initializationsMichael Straube2019-01-301-3/+3
* staging: rtl8188eu: cleanup comments in mlme_linux.cMichael Straube2019-01-301-6/+11
* Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman2019-01-281-0/+1
|\
| * staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1Michael Straube2019-01-151-0/+1
* | staging: rtw_ieee80211: fix constant comparison warningStephen Martin2019-01-251-2/+2
* | staging: rtl8188eu: cleanup indenting issue in mlme_linux.cMichael Straube2019-01-181-3/+2
* | staging: rtl8188eu: add spaces around operators in mlme_linux.cMichael Straube2019-01-181-2/+2
* | staging: rtl8188eu: add spaces around operators in os_intfs.cMichael Straube2019-01-181-3/+3
* | staging: rtl8188eu: cleanup declarations in os_intfs.cMichael Straube2019-01-181-6/+6
* | staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to cor...Florian Büstgens2019-01-1513-96/+96
* | staging: rtl8188eu: remove unnecessary parentheses in os_intfs.cMichael Straube2019-01-151-2/+2
* | staging: rtl8188eu: Replace kzalloc with kcallocGustavo A. R. Silva2019-01-151-1/+3
|/
* staging: rtl8188eu: Fix module loading from tasklet for WEP encryptionLarry Finger2019-01-071-2/+2
* staging: rtl8188eu: Fix module loading from tasklet for CCMP encryptionLarry Finger2019-01-071-1/+1
* staging: rtl8188eu: cleanup brace coding style issuesMichael Straube2018-12-195-12/+9
* staging: rtl8188eu: add spaces around '&' in rtw_mlme_ext.cMichael Straube2018-12-191-45/+45
* staging: rtl8188eu: change return type of is_basicrate() to boolMichael Straube2018-12-191-1/+1
* staging: rtl8188eu: simplify null array initializationsMichael Straube2018-12-192-6/+4
* staging: rtl8188eu: change order of declarations to improve readabilityMichael Straube2018-12-191-1/+1
* staging: rtl8188eu: make some arrays static in rtw_mlme_ext.cMichael Straube2018-12-192-8/+3
* staging: rtl8188eu: constify some arraysMichael Straube2018-12-194-27/+27
* staging: rtl8188eu: convert unsigned char arrays to u8Michael Straube2018-12-194-27/+27
* staging: rtl8188eu: remove redundant declaration in rtw_mlme_ext.cMichael Straube2018-12-191-2/+0
* staging: rtl8188eu: remove unused arrays WFD_OUI and WMM_INFO_OUIMichael Straube2018-12-192-4/+0
* staging: rtl8188eu: remove unnecessary parentheses in rtw_mlme_ext.cMichael Straube2018-12-191-161/+161
* staging: rtl8188eu: remove unnecessary comments in rtw_mlme_ext.cMichael Straube2018-12-191-4/+4
* staging: rtl8188eu: add blank line after declarationsMichael Straube2018-12-191-0/+1
* staging: rtl8188eu: remove blank lines between declarationsMichael Straube2018-12-191-2/+0
* staging: rtl8188eu: remove commented declarations in rtw_mlme_ext.cMichael Straube2018-12-191-3/+0
* staging: rtl8188eu: replace tabs with spaces in rtw_mlme_ext.cMichael Straube2018-12-191-6/+6
* staging: rtl8188eu: cleanup declarations in rtw_mlme_ext.cMichael Straube2018-12-191-241/+241
* staging: rtl8188eu: reuse Hal_GetChnlGroup88E()Michael Straube2018-12-123-15/+6
* staging: rtl8188eu: simplify loop in rtl88eu_phy_iq_calibrate()Michael Straube2018-12-121-9/+4
* staging: rtl8188eu: remove unused code in rtw_cmd.cMichael Straube2018-12-061-12/+0
* staging: rtl8188eu: rename struct field Wifi_Error_StatusMichael Straube2018-12-063-5/+5
* staging: rtl8188eu: replace if else with ternary operatorMichael Straube2018-12-061-4/+3