aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
AgeCommit message (Expand)AuthorFilesLines
2021-04-08staging: rtl8188eu: remove unnecessary variableMartin Kaiser1-4/+2
2021-04-08staging: rtl8188eu: clean up rtw_recv_entryMartin Kaiser1-16/+7
2021-04-08staging: rtl8188eu: set pipe only onceMartin Kaiser1-10/+12
2021-04-08staging: rtl8188eu: move defines into the .c fileMartin Kaiser2-8/+8
2021-04-08staging: rtl8188eu: remove unused definesMartin Kaiser1-5/+0
2021-04-08staging: rtl8188eu: remove unnecessary bracketsMartin Kaiser1-1/+1
2021-04-08staging: rtl8188eu: remove unused macrosMartin Kaiser1-8/+0
2021-04-07staging: rtl8188eu: remove an obsolete commentMartin Kaiser1-2/+0
2021-04-07staging: rtl8188eu: clean up usb_write32Martin Kaiser1-8/+3
2021-04-07staging: rtl8188eu: clean up usb_write16Martin Kaiser1-9/+3
2021-04-07staging: rtl8188eu: clean up usb_write8Martin Kaiser1-7/+3
2021-04-07staging: rtl8188eu: clean up usb_read32Martin Kaiser1-6/+2
2021-04-07staging: rtl8188eu: clean up usb_read16Martin Kaiser1-5/+2
2021-04-07staging: rtl8188eu: clean up usb_read8Martin Kaiser1-7/+3
2021-04-07staging: rtl8188eu: use actual request type as parameterMartin Kaiser2-35/+20
2021-04-07staging: rtl8188eu: ctrl vendor req index is not usedMartin Kaiser1-23/+10
2021-04-07staging: rtl8188eu: ctrl vendor req value is always 0x05Martin Kaiser1-20/+12
2021-04-07staging: rtl8188eu: remove unused efuse hal componentsMartin Kaiser2-24/+0
2021-04-05staging: rtl8188eu: core: replace spaces with a tabDeborah Brouwer1-3/+3
2021-04-05staging: rtl8188eu: core: add comma within a commentDeborah Brouwer1-1/+1
2021-04-02staging: rtl8188eu: (trivial) remove a duplicate debug printMartin Kaiser1-1/+0
2021-04-02staging: rtl8188eu: remove unused function parameterMartin Kaiser1-3/+2
2021-03-26staging: rtl8188eu: Fix null pointer dereference on free_netdev callColin Ian King1-1/+2
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 ndis_802_11_var_ieGustavo 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