summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/core/rtw_mlme.c
AgeCommit message (Expand)Author
2016-09-25staging: rtl8188eu: core: rtw_mlme: Remove return statement from void functionGeorgiana Rodica Chelu
2016-09-12staging: r8188eu: rename GetHwReg8188EU to rtw_hal_get_hwregIvan Safonov
2016-09-12staging: r8188eu: remove num_of_scanned member of mlme_priv structure and cor...Ivan Safonov
2016-09-12staging: r8188eu: remove p2p_* members from mlme_priv structureIvan Safonov
2016-09-01staging: r8188eu: remove dead code from rtw_update_ht_cap functionIvan Safonov
2016-09-01staging: r8188eu: remove rx_ampdu_maxlen member of ht_privIvan Safonov
2016-09-01staging: r8188eu: replace HT_caps_element with ieee80211_ht_cap structureIvan Safonov
2016-09-01staging: r8188eu: simplify HT_caps_element structureIvan Safonov
2016-09-01staging: r8188eu: change rtw_ieee80211_ht_cap type of local variables to ieee...Ivan Safonov
2016-09-01staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(str...Ivan Safonov
2016-03-28staging: rtl8188eu: core: rtw_mlme: Clean up tests if NULL returned on failureBhaktipriya Shridhar
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann
2016-02-20Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfreeBhumika Goyal
2016-02-08staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang
2015-11-16staging: rtl8188eu: while loop replaced by for loopIvan Safonov
2015-11-16staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng
2015-10-29staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ieIvan Safonov
2015-08-04Staging: rtl8188eu/core: fixed code indentation warning as reported by checkp...Mayank Bareja
2015-07-24drivers: staging: rtl8188eu Refactored rtw_free_assoc_resourcesBuţiu Alexandru Octavian
2015-07-15staging: rtl8188eu: core: rtw_mlme: remove space before ','Sunil Shahu
2015-07-15staging: rtl8188eu: don't duplicate ieee80211 WLAN_CAPABILITY_* constantsJakub Sitnicki
2015-06-13staging: rtl8188eu: remove unused variablesSudip Mukherjee
2015-06-11staging: rtl8188eu: eliminate spaces before commasAndrzej Pietrasiewicz
2015-03-16Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed
2015-03-16Staging: rtl8188eu: Eliminate use of _init_timerVaishali Thakkar
2015-03-16Staging: rtl8188eu: Eliminate use of _set_timerVaishali Thakkar
2014-11-04staging: rtl8188eu: Fix coding style space related ERROR problemsJia He
2014-10-30staging: rtl8188eu: core: Remove useless cast on void pointerTapasweni Pathak
2014-10-28staging: rtl8188eu: core: Remove redundant memset before memcpyTapasweni Pathak
2014-10-27staging: rtl8188eu: core: fix null dereference on exit path in rtw_mlme.cJiayi Ye
2014-07-31staging: rtl8188eu: Remove wrapper function _dynamic_check_timer_handlder()navin patidar
2014-07-31staging: rtl8188eu: Remove wrapper function _rtw_scan_timeout_handler()navin patidar
2014-07-31staging: rtl8188eu: Remove wrapper function rtw_join_timeout_handler()navin patidar
2014-07-13staging: rtl8188eu: Rename _rtw_init_mlme_priv() to rtw_init_mlme_priv()navin patidar
2014-07-13staging: rtl8188eu: Rename _rtw_free_mlme_priv() to rtw_free_mlme_priv()navin patidar
2014-07-13staging: rtl8188eu: Remove unused function _rtw_enqueue_network()navin patidar
2014-07-13staging: rtl8188eu: Remove unused function _rtw_dequeue_network()navin patidar
2014-07-13staging: rtl8188eu: Make _rtw_free_network() staticnavin patidar
2014-07-13staging: rtl8188eu: Rename _rtw_find_network() to rtw_find_network()navin patidar
2014-07-13staging: rtl8188eu: Rename _rtw_free_network_queue() to rtw_free_network_queue()navin patidar
2014-07-13staging: rtl8188eu: Remove unused function rtw_get_timestampe_from_ie()navin patidar
2014-07-10staging: rtl8188eu: Remove P2P supportnavin patidar
2014-07-10staging: rtl8188eu: Remove usb_osintf.h header file.navin patidar
2014-06-27staging: rtl8188eu: Replace _cancel_timer() with del_timer_sync()navin patidar
2014-06-27staging: rtl8188eu: Replace _rtw_queue_empty() with list_empty()navin patidar
2014-06-27staging: rtl8188eu: Replace rtw_list_delete() with list_del_init()navin patidar
2014-06-27staging: rtl8188eu:Remove rtw_zmalloc(), wrapper for kzalloc()navin patidar
2014-06-27staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar
2014-06-27staging: rtl8188eu: Remove function rtw_end_of_queue_search()navin patidar
2014-06-27staging: rtl8188eu: Remove rtw_list_insert_tail(), wrapper for list_add_tail()navin patidar