aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_ap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02staging: rtl8188eu: Revert part of "staging: rtl8188eu: fix comments with lines over 80 characters"Hans de Goede1-1/+1
2017-08-31staging:rtl8188eu Use __func__ instead of function nameJanani Sankara Babu1-1/+1
2017-08-28staging:rtl8188eu:core Fix add spaces around &Janani Sankara Babu1-7/+7
2017-05-29staging: rtl8188eu: fix comments with lines over 80 charactersJuliana Rodrigues1-9/+21
2017-05-15staging: rtl8188eu: core: removed comparison to NULLJuliana Rodrigues1-5/+5
2017-04-28staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()Dan Carpenter1-1/+1
2017-04-18staging: rtl8188eu: fix sparse signedness warnings in rtw_get_ieAishwarya Pant1-1/+1
2017-03-16staging: rtl8188eu: removed blank lines coding style problemAndrii Vladyka1-1/+0
2017-03-06staging:r8188eu: refactor rtw_check_beacon_data() - remove rtw_hal_get_hwreg() callIvan Safonov1-7/+2
2017-03-06staging:r8188eu: refactor add_RATid() - remove rtw_hal_get_hwreg() callIvan Safonov1-11/+2
2017-01-07staging:rtl8188eu:rtw_ap.c remove unnecessary bracesScott Matheina1-53/+53
2017-01-07staging:rtl8188eu:core Fixes Alignment should match opening braceScott Matheina1-20/+18
2016-09-18staging: rtl8188eu: core: Add spaces around operatorsAnchal Jain1-26/+26
2016-09-18staging: rtl8188eu: core: Fix comparison to NULLAnchal Jain1-6/+6
2016-09-12staging: r8188eu: remove p2p_* members from mlme_priv structureIvan Safonov1-3/+0
2016-09-01staging: r8188eu: replace HT_caps_element with ieee80211_ht_cap structureIvan Safonov1-5/+5
2016-09-01staging: r8188eu: simplify HT_caps_element structureIvan Safonov1-3/+3
2016-09-01staging: r8188eu: change rtw_ieee80211_ht_cap type of structures members to ieee80211_ht_capIvan Safonov1-5/+10
2016-09-01staging: r8188eu: replace rtw_ieee80211_ht_cap with ieee80211_ht_cap type in rtw_check_beacon_data functionIvan Safonov1-3/+3
2016-09-01staging: r8188eu: remove rtw_ap_inform_ch_switch functionIvan Safonov1-34/+0
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-5/+0
2016-03-11Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.cClaudiu Beznea1-67/+64
2016-03-11staging: rtl8188eu: Remove unnecessary paranthesesBhaktipriya Shridhar1-1/+1
2016-02-07staging: rtl8188eu: don't cast to void* when calling memset()Luca Ceresoli1-2/+2
2015-11-15staging: rtl8188eu: core: rtw_ap : Remove unnecessary functionsAmitoj Kaur Chawla1-53/+1
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov1-1/+1
2015-07-14staging: rtl8188eu: core: Fixed 80 character length warningSreenath Madasu1-1/+2
2015-07-14staging: rtl8188eu: don't duplicate ieee80211 WLAN_CAPABILITY_* constantsJakub Sitnicki1-1/+1
2015-06-12staging: rtl8188eu: fix wrong debug printLuca Ceresoli1-1/+1
2015-05-31staging: rtl8188eu: core: Fix line over 80 charactersJagan Teki1-16/+36
2015-05-08rtl8188eu: don't duplicate ieee80211 constants for status/reasonPaul Gortmaker1-0/+2
2015-02-26Staging: rtl8188eu: Use put_unaligned_le16Vaishali Thakkar1-5/+3
2015-01-17staging: rtl8188eu: Fixed a space coding style issue.Gangadhar Vukkesala1-1/+1
2014-10-20Staging: rtl8188eu: core: Remove variable that is not very useful.Heena Sirwani1-8/+5
2014-10-20staging: rtl8188eu: Fix prefer ether_addr_copy() over memcpy()Ebru Akagunduz1-2/+2
2014-07-09staging: rtl8188eu: Remove P2P supportnavin patidar1-8/+0
2014-06-26staging: rtl8188eu: Use get_unaligned_le16() instead of RTW_GET_LE16()navin patidar1-2/+2
2014-06-26staging: rtl8188eu: Replace rtw_list_delete() with list_del_init()navin patidar1-6/+6
2014-06-26staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar1-3/+3
2014-06-26staging: rtl8188eu: Remove function rtw_end_of_queue_search()navin patidar1-8/+8
2014-06-26staging: rtl8188eu: Remove rtw_list_insert_tail(), wrapper for list_add_tail()navin patidar1-1/+1
2014-06-26staging: rtl8188eu: Remove function _rtw_memset()navin patidar1-6/+6
2014-05-24staging: rtl8188eu: fix potential leak in update_bcn_wps_ie()Christian Engelmayer1-4/+4
2014-03-07Staging:rtl8188eu: fix kfree(NULL) is safe this check is probably not required in rtw_ap.cEbru Akagunduz1-2/+1
2014-02-27staging: rtl8188eu: Fix typo in rtl8188eu/coreMasanari Iida1-7/+7
2014-02-11staging: r8188eu: Eliminate macro to get next list itemLarry Finger1-16/+16
2014-02-11staging: r8188eu: Replace misspelled local container macroLarry Finger1-8/+8
2014-02-11staging: r8188eu: Replace wrapper around _rtw_memcmp()Larry Finger1-8/+8
2013-12-20staging: r8188eu: Fix unused variable warningsLarry Finger1-12/+0
2013-12-20staging: r8188eu: Remove calls to _rtw_spinlock_freeLarry Finger1-2/+0