summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
AgeCommit message (Expand)AuthorFilesLines
2021-03-22staging: rtl8188eu: use netdev routines for private dataMartin Kaiser11-128/+78
2021-03-20staging: rtl8188eu: Removed Unnecessary loggingPaul McQuade1-6/+0
2021-03-20staging: rtl8188eu: Fix couple of typosBhaskar Chowdhury1-1/+1
2021-03-15Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman2-2/+9
2021-03-14staging:r8188eu: use ieee80211_is_ctl instead IsFrameTypeCtrlIvan Safonov2-11/+5
2021-03-14staging:r8188eu: replace cap_* definitions with native kernel WLAN_CAPABILITY_*Ivan Safonov3-18/+6
2021-03-14staging:r8188eu: remove unused definitions from wifi.hIvan Safonov1-92/+0
2021-03-14staging:r8188eu: replace get_(d|s)a with ieee80211_get_(D|S)AIvan Safonov4-51/+7
2021-03-10staging: rtl8188eu: Replace one-element array with flexible-array in struct n...Gustavo A. R. Silva1-1/+1
2021-03-10staging: rtl8188eu: rename parameters of odm_phy_status_query()Michael Straube2-9/+8
2021-03-10staging: rtl8188eu: rename ODM_PhyStatusQuery()Michael Straube3-9/+9
2021-03-10staging: rtl8188eu: Format commentsSuryashankar Das1-43/+29
2021-03-10staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()Dan Carpenter1-2/+4
2021-03-10staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data()Dan Carpenter1-0/+5
2021-02-13staging:r8188eu: use IEEE80211_FCTL_* kernel definitionsIvan Safonov1-30/+21
2021-02-04staging: rtl8188eu: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-1/+1
2021-02-04staging: rtl8188eu: Add Edimax EW-7811UN V2 to device tableMartin Kaiser1-0/+1
2021-01-31staging:r8188eu: replace enum WIFI_STATUS_CODE with native kernel definitionsIvan Safonov2-36/+22
2021-01-26staging: rtl8188eu: fix rtw_xmit_entry's return valueMartin Kaiser1-1/+1
2020-11-23staging: rtl8188eu: clean up the useless codeKaixu Xia1-7/+0
2020-11-06drivers: staging: rtl8188eu: Fix spelling in two comments i.e defalut to defaultBhaskar Chowdhury1-2/+2
2020-10-27staging: rtl8188eu: remove commented definesMichael Straube1-11/+0
2020-10-26staging: r8188eu: inline rtw_init_netdev_name()Ivan Safonov3-11/+5
2020-10-26staging: rtl8188eu: rearrange lines exceeding 100 columnsDeepak R Varma1-6/+12
2020-10-26staging: r8188eu: use native wireless IE codes from linux/ieee80211.hIvan Safonov14-184/+147
2020-10-09staging: rtl8188eu: Fix long linesFan Fei1-23/+51
2020-10-05staging: r8188eu: remove unnecessary type casts (struct wlan_bssid_ex *)Ivan Safonov5-20/+20
2020-10-01staging: rtl8188eu: clean up indent style issueMichael Straube1-1/+1
2020-10-01staging: rtl8188eu: remove unused variable ratelenMichael Straube3-7/+5
2020-10-01staging: rtl8188eu: remove cckrates{only}_included()Michael Straube2-33/+4
2020-10-01staging: rtl8188eu: rename struct field bUsed -> usedMichael Straube3-5/+5
2020-10-01staging: rtl8188eu: use ETH_ALENMichael Straube1-1/+1
2020-10-01staging: rtl8188eu: rename struct field Bssid -> bssidMichael Straube3-6/+6
2020-10-01staging: rtl8188eu: clean up comparsions to NULLMichael Straube1-4/+4
2020-10-01staging: rtl8188eu: remove unused macros and definitionsMichael Straube1-58/+0
2020-09-27staging: rtl8188eu: Reapply "staging:r8188eu: Use lib80211 to encrypt (CCMP) ...Michael Straube1-706/+72
2020-09-22staging: r8188eu: replace WIFI_REASON_CODE enum with native ieee80211_reasoncodeIvan Safonov2-33/+2
2020-09-22staging: rtl8188eu: clean up alignment style issuesMichael Straube8-90/+87
2020-09-22staging: rtl8188eu: clean up block comment style issuesMichael Straube5-28/+21
2020-09-17staging: rtl8188eu: clean up comparsion style issuesMichael Straube6-14/+14
2020-09-17staging: rtl8188eu: use __func__ in hal directoryMichael Straube7-50/+50
2020-09-16staging: rtl8188eu: convert tasklets to use new tasklet_setup() APIAllen Pais5-10/+8
2020-09-16staging: rtl8188eu: clean up blank line style issuesMichael Straube8-6/+8
2020-09-16staging: rtl8188eu: remove extra indentationsMichael Straube4-42/+42
2020-09-07staging: rtl8188eu: clean up whitespace in wpa_set_encryption()Michael Straube1-6/+6
2020-09-07staging: r8188eu: replace enum rtw_ieee80211_spectrum_mgmt_actioncode with ie...Ivan Safonov2-15/+5
2020-09-01staging: rtl8188eu: use __func__ in os_depMichael Straube3-65/+65
2020-08-18staging: r8188eu: remove unnecessary type cast of rtw_netdev_priv() resultIvan Safonov6-58/+58
2020-08-02staging: r8188eu: replace rtw_netdev_priv define with inline functionIvan Safonov1-2/+5
2020-07-28Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable authmodeDinghao Liu1-1/+3