aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09staging: rtl8188eu: use safe iterator in xmit_delivery_enabled_frames()Dan Carpenter1-6/+3
2021-06-09staging: rtl8188eu: use safe iterator in wakeup_sta_to_xmit()Dan Carpenter1-10/+4
2021-06-09staging: rtl8188eu: use safe iterator in dequeue_xmitframes_to_sleeping_queue()Dan Carpenter1-5/+3
2021-06-09staging: rtl8188eu: use safe iterator in tx_beacon_hdl()Dan Carpenter1-7/+4
2021-06-09staging: rtl8188eu: use safe iterator in stop_ap_mode()Dan Carpenter1-6/+2
2021-06-09staging: rtl8188eu: Use eth_broadcast_addr() to assign broadcast addressLiu Shixin1-5/+3
2021-06-09staging: rtl8188eu: Use is_{zero/broadcast}_ether_addr() instead of memcmp()Liu Shixin3-11/+11
2021-06-09staging: rtl8188eu: use standard kthread handlingMartin Kaiser1-10/+5
2021-06-09staging: rtl8188eu: use existing define for ethernet header lenMartin Kaiser1-2/+2
2021-06-09staging: rtl8188eu: make rtw_free_recvframe return voidMartin Kaiser1-5/+3
2021-06-09staging: rtl8188eu: refactor rtw_lps_ctrl_wk_cmdMartin Kaiser1-27/+16
2021-06-09staging: rtl8188eu: remove RT_TRACE and DBG_88E prints from rtw_cmd.cMartin Kaiser1-73/+4
2021-06-03staging: rtl8188eu: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+3
2021-05-19staging: rtl8188eu: use safe iterator in rtw_free_xmitframe_queueMartin Kaiser1-6/+4
2021-05-19staging: rtl8188eu: use safe iterator in rtw_sta_flushMartin Kaiser1-5/+3
2021-05-19staging: rtl8188eu: use safe iterator in rtw_acl_remove_staMartin Kaiser1-5/+3
2021-05-19staging: rtl8188eu: use safe iterator in expire_timeout_chkMartin Kaiser1-8/+4
2021-05-19staging: rtl8188eu: use safe iterator in rtw_free_all_stainfoMartin Kaiser1-5/+3
2021-05-19staging: rtl8188eu: use safe iterator in rtw_free_network_queueMartin Kaiser1-6/+4
2021-05-19staging: rtl8188eu: rename struct field bLedOnMichael Straube1-18/+18
2021-05-19staging: rtl8188eu: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-05-10staging: rtl8188eu: remove nic_hdl from struct mlme_privMartin Kaiser1-4/+1
2021-05-10staging: rtl8188eu: remove padapter from struct mlme_ext_privMartin Kaiser1-3/+1
2021-05-10staging: rtl8188eu: remove padapter from struct cmd_privMartin Kaiser1-4/+5
2021-05-10staging: rtl8188eu: don't block until cmdthread runsMartin Kaiser1-1/+0
2021-05-10staging: rtl8188eu: rtw_init_cmd_priv never failsMartin Kaiser1-2/+1
2021-05-10staging: rtl8188eu: remove enum WIFI_FRAME_SUBTYPEChristophe JAILLET3-48/+48
2021-05-10staging: rtl8188eu: Use list iterators and helpersGuenter Roeck5-129/+54
2021-05-10Staging: rtl8188eu: rtw_ioctl_set.c: fixed indentation issueAmos Gross1-5/+5
2021-05-10staging: rtl8188eu: core: rtw_security: Fix some formatting and misdocumentationLee Jones1-4/+6
2021-05-10staging: rtl8188eu: core: rtw_ieee80211: Fix incorrectly documented functionLee Jones1-1/+1
2021-04-14staging: rtl8188eu: Move channel_table away from rtw_mlme_ext.hFabio M. De Francesco1-0/+8
2021-04-09staging: rtl8188eu: simplify rtw_cmd_thread's main loopMartin Kaiser1-7/+6
2021-04-09staging: rtl8188eu: remove a dead assignmentMartin Kaiser1-2/+0
2021-04-09staging: rtl8188eu: remove duplicate if statementMartin Kaiser1-7/+0
2021-04-09staging: rtl8188eu: always free cmd_obj in the cmd threadMartin Kaiser1-21/+3
2021-04-09staging: rtl8188eu: move another static array from .h to .cMartin Kaiser1-1/+18
2021-04-09staging: rtl8188eu: move static array from .h to .cMartin Kaiser1-0/+18
2021-04-09staging: rtl8188eu: remove a constant variableMartin Kaiser1-2/+1
2021-04-08staging: rtl8188eu: clean up rtw_recv_entryMartin Kaiser1-16/+7
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-03-22staging: rtl8188eu: use netdev routines for private dataMartin Kaiser3-6/+9
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-Hartman1-0/+5
2021-03-14staging:r8188eu: replace cap_* definitions with native kernel WLAN_CAPABILITY_*Ivan Safonov2-6/+6
2021-03-14staging:r8188eu: replace get_(d|s)a with ieee80211_get_(D|S)AIvan Safonov2-5/+5
2021-03-10staging: rtl8188eu: Format commentsSuryashankar Das1-43/+29
2021-03-10staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data()Dan Carpenter1-0/+5