aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-02staging: rtl8188eu: usb_dvobj_init(): A NULL pointer check for usb_host_endpoints makes no senseJes Sorensen1-18/+15
2014-12-02Merge 3.18-rc7 into staging-work.Greg Kroah-Hartman1-0/+1
2014-11-27staging: r8188eu: Add new device ID for DLink GO-USB-N150Larry Finger1-0/+1
2014-11-26rtl8188eu: Simplify rtw_endofpktfile() in xmit_linux.cKrzysztof Konopko1-7/+1
2014-11-07staging: rtl8188eu: unneeded return variableSudip Mukherjee2-8/+5
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He4-5/+5
2014-11-03staging: r8188eu: cleanups in rtw_android_set_block()Dan Carpenter1-12/+7
2014-11-03staging: r8188eu: get a string from the user correctlyDan Carpenter1-16/+6
2014-10-30staging: rtl8188eu: os_dep: Remove useless cast on void pointerTapasweni Pathak1-2/+2
2014-10-30staging: rtl8188eu: os_dep: Used min_t instead of minGulsah Kose1-1/+2
2014-10-30staging: rtl8188eu: os_dep: Removed unnecessary return.Gulsah Kose1-2/+0
2014-10-27staging: rtl8188eu: os_dep: Remove null check before kfreeTapasweni Pathak1-12/+6
2014-10-23staging: rtl8188eu: os_dep: Replaced kzalloc and memcpy with kmemdupTapasweni Pathak1-3/+1
2014-10-23staging: rtl8188eu: os_dep: Remove useless cast on kzallocTapasweni Pathak1-1/+1
2014-10-14staging: r8188eu: replace strnicmp with strncasecmpRasmus Villemoes1-1/+1
2014-09-19Staging: rtl8188eu: os_dep: Compression of lines for immediate returnVaishali Thakkar1-7/+2
2014-08-31Merge 3.17-rc3 into staging-nextGreg Kroah-Hartman1-0/+2
2014-08-25staging: r8188eu: Add new USB IDLarry Finger1-0/+1
2014-08-25staging/rtl8188eu: add 0df6:0076 Sitecom Europe B.V.Holger Paradies1-0/+1
2014-08-16staging: rtl8188eu: Cleanup firmware initialization codenavin patidar1-3/+4
2014-07-30staging: rtl8188eu: Remove wrapper function _rtw_reordering_ctrl_timeout_handler()navin patidar1-9/+1
2014-07-30staging: rtl8188eu: Remove unused function rtw_os_read_port()navin patidar1-12/+0
2014-07-30staging: rtl8188eu: Remove wrapper function _addba_timer_hdl()navin patidar1-7/+1
2014-07-30staging: rtl8188eu: Remove wrapper function _link_timer_hdl()navin patidar1-7/+1
2014-07-30staging: rtl8188eu: Remove wrapper function _survey_timer_hdl()navin patidar1-8/+1
2014-07-30staging: rtl8188eu: Remove wrapper function _dynamic_check_timer_handlder()navin patidar1-11/+1
2014-07-30staging: rtl8188eu: Remove wrapper function _rtw_scan_timeout_handler()navin patidar1-8/+1
2014-07-30staging: rtl8188eu: Remove wrapper function rtw_join_timeout_handler()navin patidar1-9/+1
2014-07-26staging: rtl8188eu: Fix static symbol sparse warningsJeff Oczek1-0/+1
2014-07-09staging: rtl8188eu: Remove unused functions rtw_cbuf_[full, empty, push, pop]()navin patidar1-65/+0
2014-07-09staging: rtl8188eu: Remove unused function rtw_cbuf_alloc()navin patidar1-21/+0
2014-07-09staging: rtl8188eu: Use msecs_to_jiffies() instead of rtw_ms_to_systime()navin patidar1-5/+0
2014-07-09staging: rtl8188eu: use jiffies_to_msecs() instead of rtw_systime_to_ms()navin patidar1-6/+1
2014-07-09staging: rtl8188eu: Remove function rtw_alloc_etherdev()navin patidar2-26/+1
2014-07-09staging: rtl8188eu: Remove unused function rtw_change_ifname()navin patidar1-55/+0
2014-07-09staging: rtl8188eu: Remove dummy function rtw_free_cmd_priv()navin patidar1-2/+0
2014-07-09staging: rtl8188eu: Remove function rtw_setdatarate_cmd()navin patidar1-7/+0
2014-07-09staging: rtl8188eu: Remove struct evt_priv and its usesnavin patidar1-8/+0
2014-07-09staging: rtl8188eu: Remove P2P supportnavin patidar3-103/+1
2014-07-09staging: rtl8188eu: Remove mp( mesh point) mode supportnavin patidar2-8/+1
2014-07-09staging: rtl8188eu: Remove usb_osintf.h header file.navin patidar3-12/+9
2014-07-09staging: rtl8188eu: Remove files rtw_mp_ioctl.[c,h]navin patidar1-1/+0
2014-07-09staging: rtl8188eu: Remove WEXT_PRIV private ioctl handlersnavin patidar1-4847/+0
2014-07-09staging: rtl8188eu: re-use hex_to_bin() instead of custom codeAndy Shevchenko1-3/+3
2014-07-09staging: rtl8188eu: substitute custom hex2bin()Andy Shevchenko1-15/+31
2014-07-09staging: rtl8188eu: re-use mac_pton() helperAndy Shevchenko1-74/+27
2014-06-26staging: rtl8188eu: Use round_up() instead of _RND4()navin patidar1-1/+1
2014-06-26staging: rtl8188eu: Use round_up() instead of _RND128()navin patidar1-1/+1
2014-06-26staging: rtl8188eu: Replace _cancel_timer_ex() with del_timer_sync()navin patidar2-9/+9
2014-06-26staging: rtl8188eu: Replace _rtw_queue_empty() with list_empty()navin patidar1-5/+0