aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Merge 3.18-rc7 into staging-work.Greg Kroah-Hartman1-6/+6
2014-11-26staging: r8188eu: Fix scheduling while atomic error introduced in commit fadbe0cdLarry Finger1-6/+6
2014-11-07staging: rtl8188eu: unneeded return variableSudip Mukherjee1-4/+2
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He1-11/+11
2014-10-30staging: rt18188eu: Remove useless cast on NULLTapasweni Pathak1-1/+1
2014-10-30staging: rtl8188eu: core: Remove useless cast on void pointerTapasweni Pathak1-2/+2
2014-07-30staging: rtl8188eu: Remove wrapper function _addba_timer_hdl()navin patidar1-1/+2
2014-07-30staging: rtl8188eu: Remove wrapper function _link_timer_hdl()navin patidar1-1/+2
2014-07-30staging: rtl8188eu: Remove wrapper function _survey_timer_hdl()navin patidar1-1/+2
2014-07-09staging: rtl8188eu: Remove command _Set_H2C_MSG and its handlernavin patidar1-8/+0
2014-07-09staging: rtl8188eu: Remove command _LedBlink and its handlernavin patidar1-7/+0
2014-07-09staging: rtl8188eu: Remove command _SetChannelSwitch and its handlernavin patidar1-5/+0
2014-07-09staging: rtl8188eu: Remove command _TDLS and its handlernavin patidar1-18/+0
2014-07-09staging: rtl8188eu: rtw_cmd.h: Remove struct Tx_Beacon_paramnavin patidar1-6/+6
2014-07-09staging: rtl8188eu: rtw_cmd.h: Remove struct [join, create]bss_parmnavin patidar1-5/+5
2014-07-09staging: rtl8188eu: Remove struct evt_priv and its usesnavin patidar1-4/+0
2014-07-09staging: rtl8188eu: Remove P2P supportnavin patidar1-2923/+80
2014-06-26staging: rtl8188eu: Use get_unaligned_le16() instead of RTW_GET_LE16()navin patidar1-3/+3
2014-06-26staging: rtl8188eu: Replace _cancel_timer_ex() with del_timer_sync()navin patidar1-19/+18
2014-06-26staging: rtl8188eu: Replace rtw_list_delete() with list_del_init()navin patidar1-5/+5
2014-06-26staging: rtl8188eu:Remove rtw_zmalloc(), wrapper for kzalloc()navin patidar1-14/+14
2014-06-26staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar1-5/+5
2014-06-26staging: rtl8188eu: Remove rtw_is_list_empty(), wrapper for list_emty()navin patidar1-6/+6
2014-06-26staging: rtl8188eu: Remove function rtw_end_of_queue_search()navin patidar1-5/+2
2014-06-26staging: rtl8188eu: Remove rtw_list_insert_tail(), wrapper for list_add_tail()navin patidar1-2/+2
2014-06-26staging: rtl8188eu: Remove function _rtw_memset()navin patidar1-37/+37
2014-06-19staging:rtl8188eu: Remove function rtw_hal_sreset_linked_status_check()navin patidar1-2/+0
2014-05-24staging: rtl8188eu: Do not byteswap half initialized variableJes Sorensen1-3/+2
2014-05-24staging: rtl8188eu: Remove function rtw_hostapd_mlme_rx()navin patidar1-2/+0
2014-05-03staging: r8188eu: cleanup by using "len" consistentlyDan Carpenter1-3/+3
2014-03-17staging: r8188eu: fix coccinelle warningsFengguang Wu1-1/+1
2014-03-13staging: rtl8188eu: explicitly convert from __le16 to integerKristina Martšenko1-10/+19
2014-02-27staging: rtl8188eu: Fix typo in rtl8188eu/coreMasanari Iida1-18/+18
2014-02-15staging: r8188eu: Remove wrapper _exit_critical_mutex()Larry Finger1-1/+1
2014-02-15staging: r8188eu: Remove union wrapping of recv_frameLarry Finger1-71/+72
2014-02-14staging: r8188eu: Fix Smatch warningsLarry Finger1-1/+1
2014-02-11staging: r8188eu: Remove _func_enter and _func_exit macrosLarry Finger1-2/+0
2014-02-11staging: r8188eu: Eliminate macro to get next list itemLarry Finger1-4/+4
2014-02-11staging: r8188eu: Replace misspelled local container macroLarry Finger1-2/+2
2014-02-11staging: r8188eu: Replace wrapper around _rtw_memcmp()Larry Finger1-36/+40
2014-01-08staging: r8188eu: Replace wrappers for atomic_inc and atomic_inc_returnLarry Finger1-6/+6
2014-01-08staging: r8188eu: Replace wrapper around atomic_set()Larry Finger1-1/+1
2014-01-08staging: r8188eu: Replace wrapper rtw_yield_osLarry Finger1-1/+1
2013-12-20staging: r8188eu: Fix unused variable warningsLarry Finger1-8/+0
2013-12-20staging: r8188eu: Replace wrappers ODM_sleep_ms() and rtw_msleep_os() with a simple msleepLarry Finger1-8/+8
2013-12-20staging: r8188eu: Replace rtw_get_current_time() with jiffiesLarry Finger1-6/+6
2013-12-20staging: r8188eu: Remove wrapper around spin_unlock_bhLarry Finger1-11/+10
2013-12-20staging: r8188eu: Remove wrapper around spin_lock_bhLarry Finger1-14/+10
2013-11-10staging: rtl8188eu: correct code alignmentTeodora Baluta1-1/+1
2013-10-29staging: r8188eu: Fix sparse warnings in rtw_mlme_ext.cLarry Finger1-20/+21