aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09staging: rtl8188eu: use safe iterator in tx_beacon_hdl()Dan Carpenter1-7/+4
2021-06-09staging: rtl8188eu: Use eth_broadcast_addr() to assign broadcast addressLiu Shixin1-5/+3
2021-06-09staging: rtl8188eu: Use is_{zero/broadcast}_ether_addr() instead of memcmp()Liu Shixin1-4/+3
2021-06-03staging: rtl8188eu: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-19staging: rtl8188eu: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-05-10staging: rtl8188eu: remove padapter from struct mlme_ext_privMartin Kaiser1-3/+1
2021-05-10staging: rtl8188eu: remove enum WIFI_FRAME_SUBTYPEChristophe JAILLET1-43/+43
2021-05-10staging: rtl8188eu: Use list iterators and helpersGuenter Roeck1-12/+7
2021-03-14staging:r8188eu: replace cap_* definitions with native kernel WLAN_CAPABILITY_*Ivan Safonov1-3/+3
2021-03-14staging:r8188eu: replace get_(d|s)a with ieee80211_get_(D|S)AIvan Safonov1-3/+3
2021-01-31staging:r8188eu: replace enum WIFI_STATUS_CODE with native kernel definitionsIvan Safonov1-22/+22
2020-10-26staging: r8188eu: use native wireless IE codes from linux/ieee80211.hIvan Safonov1-61/+61
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 ieee80211_spectrum_mgmt_actioncodeIvan Safonov1-5/+5
2020-07-28staging: r8188eu: use proper type for second argiment of rtw_(aes|tkip|wep)_(decrypt|encrypt)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 correct code style.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