aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08Revert "staging:r8188eu: Use lib80211 to encrypt (CCMP) tx frames"Michael Straube1-72/+706
2018-08-05staging: rtl8188eu: remove unnecessary includesMichael Straube4-4/+0
2018-08-05staging: rtl8188eu: remove redundant includeMichael Straube1-1/+0
2018-08-05staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-2/+2
2018-08-05staging: rtl8188eu: rename rtw_IOL_appliedMichael Straube4-5/+5
2018-08-05staging: rtl8188eu: use phydm_regdefine11n.h from rtlwifiMichael Straube2-159/+1
2018-08-02staging: rtl8188eu: rename odm_RTL8188E - styleMichael Straube4-2/+2
2018-08-02staging: rtl8188eu: remove unused rtw_remove_bcn_ie()Michael Straube2-42/+0
2018-08-02staging: rtl8188eu: remove unused rtw_add_bcn_ie()Michael Straube2-68/+0
2018-08-02staging: rtl8188eu: remove unnecessary parentheses - styleMichael Straube1-2/+2
2018-08-02staging: rtl8188eu: fix comparsions to NULL - styleMichael Straube4-10/+10
2018-08-02staging: rtl8188eu: fix indentation - styleMichael Straube2-3/+3
2018-08-02staging: rtl8188eu: use is_broadcast_ether_addrMichael Straube1-24/+10
2018-08-02staging: rtl8188eu: use is_multicast_ether_addrMichael Straube1-2/+2
2018-07-30staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-3/+3
2018-07-30staging: rtl8188eu: fix comparsion to trueMichael Straube1-1/+1
2018-07-30staging: rtl8188eu: replace tabs with spacesMichael Straube1-3/+3
2018-07-30staging: rtl8188eu: remove redundant includesMichael Straube1-2/+0
2018-07-30staging: rtl8188eu: remove unused should_forbid_n_rate()Michael Straube2-36/+0
2018-07-30staging: rtl8188eu: remove unused dump_txrpt_ccx_88e()Michael Straube2-23/+0
2018-07-30Revert "staging:r8188eu: Use lib80211 to encrypt (TKIP) tx frames"Greg Kroah-Hartman1-80/+345
2018-07-30Merge 4.18-rc7 into staging-nextGreg Kroah-Hartman3-94/+160
2018-07-29staging: rtl8188eu: remove unused rtw_calculate_wlan_pkt_size_by_attribue()Michael Straube2-20/+0
2018-07-29staging: rtl8188eu: replace tabs with spacesMichael Straube1-3/+3
2018-07-29staging: rtl8188eu: fix comparsions to NULL - coding styleMichael Straube1-5/+5
2018-07-29staging: rtl8188eu: remove unused rtw_get_oper_choffset()Michael Straube2-6/+0
2018-07-29staging: rtl8188eu: remove unused rtw_get_oper_bw()Michael Straube2-6/+0
2018-07-29staging: rtl8188eu: remove unused CAM_empty_entry()Michael Straube2-6/+0
2018-07-29staging: rtl8188eu: remove unused ODM_RASupport_Init()Michael Straube2-12/+0
2018-07-29staging: rtl8188eu: remove unused sreset_get_wifi_status()Michael Straube2-28/+0
2018-07-24staging: rtl8188eu: fix lines over 80 charactersMichael Straube1-2/+2
2018-07-24staging: rtl8188eu: replace tabs with spacesMichael Straube1-6/+6
2018-07-24staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-10/+10
2018-07-24staging: rtl8188eu: fix comparsions to trueMichael Straube2-5/+5
2018-07-24staging: rtl8188eu: change return type to boolMichael Straube2-4/+4
2018-07-24staging: rtl8188eu: refactor rtw_is_cckratesonly_included()Michael Straube1-5/+4
2018-07-24staging: rtl8188eu: refactor rtw_is_cckrates_included()Michael Straube1-5/+5
2018-07-24staging: rtl8188eu: remove blank linesMichael Straube13-57/+0
2018-07-24staging: rtl8188eu/rtl8723bs: fix character encodingArnd Bergmann1-1/+1
2018-07-21staging: rtl8188eu: remove blank linesMichael Straube7-110/+0
2018-07-21staging: rtl8188eu: use is_multicast_ether_addrMichael Straube1-1/+1
2018-07-21staging: rtl8188eu: remove MacAddr_isBcst macroMichael Straube2-8/+1
2018-07-16staging: rtl8188eu: remove redundant header fileMichael Straube3-22/+0
2018-07-16staging: rtl8188eu: add spaces around '+'Michael Straube1-4/+4
2018-07-16staging: rtl8188eu: rename variableMichael Straube1-13/+13
2018-07-16staging: rtl8188eu: rename function parametersMichael Straube2-5/+5
2018-07-16staging: rtl8188eu: rename Efuse_PowerSwitchMichael Straube2-5/+5
2018-07-16staging: rtl8188eu: do not line break function definitionMichael Straube1-4/+1
2018-07-16staging: rtl8188eu: remove is_{multicast,broadcast}_mac_addrMichael Straube2-13/+1
2018-07-16staging:r8188eu: Use lib80211 to encrypt (CCMP) tx framesIvan Safonov1-706/+72