summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: use netdev routines for private dataMartin Kaiser2021-03-2211-128/+78
* staging: rtl8188eu: Removed Unnecessary loggingPaul McQuade2021-03-201-6/+0
* staging: rtl8188eu: Fix couple of typosBhaskar Chowdhury2021-03-201-1/+1
* Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman2021-03-152-2/+9
|\
| * staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()Dan Carpenter2021-03-101-2/+4
| * staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data()Dan Carpenter2021-03-101-0/+5
* | staging:r8188eu: use ieee80211_is_ctl instead IsFrameTypeCtrlIvan Safonov2021-03-142-11/+5
* | staging:r8188eu: replace cap_* definitions with native kernel WLAN_CAPABILITY_*Ivan Safonov2021-03-143-18/+6
* | staging:r8188eu: remove unused definitions from wifi.hIvan Safonov2021-03-141-92/+0
* | staging:r8188eu: replace get_(d|s)a with ieee80211_get_(D|S)AIvan Safonov2021-03-144-51/+7
* | staging: rtl8188eu: Replace one-element array with flexible-array in struct n...Gustavo A. R. Silva2021-03-101-1/+1
* | staging: rtl8188eu: rename parameters of odm_phy_status_query()Michael Straube2021-03-102-9/+8
* | staging: rtl8188eu: rename ODM_PhyStatusQuery()Michael Straube2021-03-103-9/+9
* | staging: rtl8188eu: Format commentsSuryashankar Das2021-03-101-43/+29
|/
* staging:r8188eu: use IEEE80211_FCTL_* kernel definitionsIvan Safonov2021-02-131-30/+21
* staging: rtl8188eu: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-041-1/+1
* staging: rtl8188eu: Add Edimax EW-7811UN V2 to device tableMartin Kaiser2021-02-041-0/+1
* staging:r8188eu: replace enum WIFI_STATUS_CODE with native kernel definitionsIvan Safonov2021-01-312-36/+22
* staging: rtl8188eu: fix rtw_xmit_entry's return valueMartin Kaiser2021-01-261-1/+1
* staging: rtl8188eu: clean up the useless codeKaixu Xia2020-11-231-7/+0
* drivers: staging: rtl8188eu: Fix spelling in two comments i.e defalut to defaultBhaskar Chowdhury2020-11-061-2/+2
* staging: rtl8188eu: remove commented definesMichael Straube2020-10-271-11/+0
* staging: r8188eu: inline rtw_init_netdev_name()Ivan Safonov2020-10-263-11/+5
* staging: rtl8188eu: rearrange lines exceeding 100 columnsDeepak R Varma2020-10-261-6/+12
* staging: r8188eu: use native wireless IE codes from linux/ieee80211.hIvan Safonov2020-10-2614-184/+147
* staging: rtl8188eu: Fix long linesFan Fei2020-10-091-23/+51
* staging: r8188eu: remove unnecessary type casts (struct wlan_bssid_ex *)Ivan Safonov2020-10-055-20/+20
* staging: rtl8188eu: clean up indent style issueMichael Straube2020-10-011-1/+1
* staging: rtl8188eu: remove unused variable ratelenMichael Straube2020-10-013-7/+5
* staging: rtl8188eu: remove cckrates{only}_included()Michael Straube2020-10-012-33/+4
* staging: rtl8188eu: rename struct field bUsed -> usedMichael Straube2020-10-013-5/+5
* staging: rtl8188eu: use ETH_ALENMichael Straube2020-10-011-1/+1
* staging: rtl8188eu: rename struct field Bssid -> bssidMichael Straube2020-10-013-6/+6
* staging: rtl8188eu: clean up comparsions to NULLMichael Straube2020-10-011-4/+4
* staging: rtl8188eu: remove unused macros and definitionsMichael Straube2020-10-011-58/+0
* staging: rtl8188eu: Reapply "staging:r8188eu: Use lib80211 to encrypt (CCMP) ...Michael Straube2020-09-271-706/+72
* staging: r8188eu: replace WIFI_REASON_CODE enum with native ieee80211_reasoncodeIvan Safonov2020-09-222-33/+2
* staging: rtl8188eu: clean up alignment style issuesMichael Straube2020-09-228-90/+87
* staging: rtl8188eu: clean up block comment style issuesMichael Straube2020-09-225-28/+21
* staging: rtl8188eu: clean up comparsion style issuesMichael Straube2020-09-176-14/+14
* staging: rtl8188eu: use __func__ in hal directoryMichael Straube2020-09-177-50/+50
* staging: rtl8188eu: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-165-10/+8
* staging: rtl8188eu: clean up blank line style issuesMichael Straube2020-09-168-6/+8
* staging: rtl8188eu: remove extra indentationsMichael Straube2020-09-164-42/+42
* staging: rtl8188eu: clean up whitespace in wpa_set_encryption()Michael Straube2020-09-071-6/+6
* staging: r8188eu: replace enum rtw_ieee80211_spectrum_mgmt_actioncode with ie...Ivan Safonov2020-09-072-15/+5
* staging: rtl8188eu: use __func__ in os_depMichael Straube2020-09-013-65/+65
* staging: r8188eu: remove unnecessary type cast of rtw_netdev_priv() resultIvan Safonov2020-08-186-58/+58
* staging: r8188eu: replace rtw_netdev_priv define with inline functionIvan Safonov2020-08-021-2/+5
* Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable authmodeDinghao Liu2020-07-281-1/+3