summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-05staging: r8188eu: remove unnecessary type casts (struct wlan_bssid_ex *)Ivan Safonov1-10/+10
2020-09-22staging: r8188eu: replace WIFI_REASON_CODE enum with native ieee80211_reasoncodeIvan Safonov1-2/+2
2020-09-22staging: rtl8188eu: clean up block comment style issuesMichael Straube1-9/+3
2020-09-17staging: rtl8188eu: clean up comparsion style issuesMichael Straube1-3/+3
2020-09-16staging: rtl8188eu: remove extra indentationsMichael Straube1-3/+3
2020-09-07staging: r8188eu: replace enum rtw_ieee80211_spectrum_mgmt_actioncode with ie...Ivan Safonov1-5/+5
2020-07-28staging: r8188eu: use proper type for second argiment of rtw_(aes|tkip|wep)_(...Ivan Safonov1-1/+1
2020-07-10staging: rtl8188eu: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-25Staging: rtl8188eu: Fix alignment coding style issuePeilin Ye1-25/+21
2020-04-13staging: rtl8188eu: remove 5 GHz if testMichael Straube1-1/+1
2020-04-13staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-2/+2
2020-03-11staging: rtl8188eu: fix typo s/informations/informationAndre Pinto1-1/+1
2020-01-22staging: rtl8188eu: remove else after break or returnMichael Straube1-26/+23
2019-12-17staging: rtl8188eu: add spaces around operators in rtw_mlme_ext.cMichael Straube1-56/+57
2019-12-17staging: rtl8188eu: cleanup comparsions to NULL in rtw_mlme_ext.cMichael Straube1-19/+19
2019-09-30staging: rtl8188eu: cleanup long line in rtw_mlme_ext.cMichael Straube1-1/+1
2019-07-22staging: rtl8188eu: core: Replace function Set_MSR()Nishka Dasgupta1-1/+1
2019-06-06staging: rtl8188eu: core: Remove initialisation of return variableNishka Dasgupta1-1/+1
2019-01-15staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to cor...Florian Büstgens1-19/+19
2018-12-19staging: rtl8188eu: add spaces around '&' in rtw_mlme_ext.cMichael Straube1-45/+45
2018-12-19staging: rtl8188eu: simplify null array initializationsMichael Straube1-2/+2
2018-12-19staging: rtl8188eu: change order of declarations to improve readabilityMichael Straube1-1/+1
2018-12-19staging: rtl8188eu: make some arrays static in rtw_mlme_ext.cMichael Straube1-3/+3
2018-12-19staging: rtl8188eu: constify some arraysMichael Straube1-7/+7
2018-12-19staging: rtl8188eu: convert unsigned char arrays to u8Michael Straube1-8/+8
2018-12-19staging: rtl8188eu: remove redundant declaration in rtw_mlme_ext.cMichael Straube1-2/+0
2018-12-19staging: rtl8188eu: remove unused arrays WFD_OUI and WMM_INFO_OUIMichael Straube1-2/+0
2018-12-19staging: rtl8188eu: remove unnecessary parentheses in rtw_mlme_ext.cMichael Straube1-161/+161
2018-12-19staging: rtl8188eu: remove unnecessary comments in rtw_mlme_ext.cMichael Straube1-4/+4
2018-12-19staging: rtl8188eu: add blank line after declarationsMichael Straube1-0/+1
2018-12-19staging: rtl8188eu: remove blank lines between declarationsMichael Straube1-2/+0
2018-12-19staging: rtl8188eu: remove commented declarations in rtw_mlme_ext.cMichael Straube1-3/+0
2018-12-19staging: rtl8188eu: replace tabs with spaces in rtw_mlme_ext.cMichael Straube1-6/+6
2018-12-19staging: rtl8188eu: cleanup declarations in rtw_mlme_ext.cMichael Straube1-241/+241
2018-10-09staging: rtl8188eu: change array type to const u8Michael Straube1-1/+1
2018-10-09staging: rtl8188eu: rewrite if tests - styleMichael Straube1-1/+1
2018-10-09staging: rtl8188eu: cleanup array declaration - styleMichael Straube1-18/+14
2018-10-09staging: rtl8188eu: fix line over 80 characters - styleMichael Straube1-1/+4
2018-09-28staging: rtl8188eu: Skip unnecessary field checksAymen Qader1-3/+3
2018-09-18staging: rtl8188eu: Fix a sleep-in-atomic-context bug in issue_deauth_ex()Jia-Ju Bai1-1/+1
2018-09-18staging: rtl8188eu: remove code that is valid only for 5 GHzRobert Węcławski1-12/+1
2018-07-21staging: rtl8188eu: remove blank linesMichael Straube1-45/+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-50/+50
2018-03-08staging: rtl8188eu: use __func__ instead of function nameSantha Meena Ramamoorthy1-11/+11
2018-03-06staging: rtl8188eu: replace NULL comparison with variableSantha Meena Ramamoorthy1-25/+25
2017-12-13rtl8188eu: Fix a possible sleep-in-atomic bug in set_tx_beacon_cmdJia-Ju Bai1-2/+2
2017-11-02staging: rtl8188eu: Fix bug introduced by convert timers to use timer_setup()Hans de Goede1-1/+1
2017-10-18staging: rtl8188eu: Convert timers to use timer_setup()Kees Cook1-6/+8