summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/core/rtw_ap.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-01staging: rtl8188eu: remove rtl8188eu driver from staging dirPhillip Potter1-1665/+0
2021-07-27staging: rtl8188eu: Line over 100 charactersJignesh Patel1-2/+5
2021-07-27staging: rtl8188eu: remove unnecessary blank lines in core/rtw_ap.cBenjamin Philip1-3/+0
2021-06-15staging: rtl8188eu: remove all DBG_88E calls from core/rtw_ap.cPhillip Potter1-76/+2
2021-06-09staging: rtl8188eu: use safe iterator in stop_ap_mode()Dan Carpenter1-6/+2
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-10staging: rtl8188eu: Use list iterators and helpersGuenter Roeck1-36/+14
2021-03-20staging: rtl8188eu: Removed Unnecessary loggingPaul McQuade1-6/+0
2021-03-10staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data()Dan Carpenter1-0/+5
2020-10-26staging: r8188eu: use native wireless IE codes from linux/ieee80211.hIvan Safonov1-27/+27
2020-10-05staging: r8188eu: remove unnecessary type casts (struct wlan_bssid_ex *)Ivan Safonov1-5/+5
2020-07-03staging: rtl8188eu: use common ieee80211 constantsMichael Straube1-6/+6
2020-04-13staging: rtl8188eu: Line over 80 charactersSoumyajit Deb1-22/+45
2020-04-13staging: rtl8188eu: Remove unnecessary extra parenthesesSoumyajit Deb1-11/+11
2020-04-13staging: rtl8188eu: Properly structure the multiline commentSoumyajit Deb1-11/+11
2020-01-14staging: rtl8188eu: remove unused parameters from rtw_check_network_typeMichael Straube1-2/+2
2019-10-25staging: rtl8188eu: remove code valid only for 5 GHzMichael Straube1-9/+3
2019-10-04staging: rtl8188eu: cleanup comments in update_hw_ht_paramMichael Straube1-8/+5
2019-10-04staging: rtl8188eu: cleanup whitespace in update_hw_ht_paramMichael Straube1-4/+2
2019-10-04staging: rtl8188eu: rename variables to avoid mixed caseMichael Straube1-6/+6
2019-10-04staging: rtl8188eu: convert variables from unsigned char to u8Michael Straube1-4/+4
2019-04-25staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-3/+3
2019-04-25staging: rtl8188eu: add spaces around operators in rtw_ap.cMichael Straube1-9/+12
2019-03-18staging: rtl8188eu: core: rtw_ap.c: Fix multiple blank linesSanjana Sanikommu1-1/+0
2019-03-18staging: rtl8188eu: cleanup spacing styleRobert Eshleman1-3/+3
2019-01-15staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to cor...Florian Büstgens1-4/+4
2018-11-26staging: rtl8188eu: cleanup remaining comparsions to trueMichael Straube1-2/+2
2018-09-18staging: rtl8188eu: remove code that is valid only for 5 GHzRobert Węcławski1-16/+7
2018-08-27staging: rtl8188eu: Removed unnecessary parenthesesBhaskar Singh1-1/+1
2018-08-02staging: rtl8188eu: remove unused rtw_remove_bcn_ie()Michael Straube1-40/+0
2018-08-02staging: rtl8188eu: remove unused rtw_add_bcn_ie()Michael Straube1-66/+0
2018-07-13staging: rtl8188eu: break line longer than 80 colsKacper Kołodziej1-1/+2
2018-07-11staging: rtl8188eu: remove blank linesMichael Straube1-6/+0
2018-06-28staging: rtl8188eu: remove blank linesMichael Straube1-1/+0
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube1-9/+1
2018-05-31Staging:rtl888eu:include Fix CamelCase issueJanani Sankara Babu1-36/+36
2017-11-02staging: rtl8188eu: Revert part of "staging: rtl8188eu: fix comments with lin...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(...Ivan 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