summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/core/rtw_recv.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-01staging: rtl8188eu: remove rtl8188eu driver from staging dirPhillip Potter1-1812/+0
2021-06-25staging: rtl8188eu: remove DRIVER_PREFIX preprocessor definitionPhillip Potter1-23/+0
2021-06-25staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_recv.cPhillip Potter1-179/+13
2021-06-15staging: rtl8188eu: remove converted netdev_dbg calls from core/rtw_recv.cPhillip Potter1-57/+9
2021-06-14staging: rtl8188eu: convert DBG_88E calls in core/rtw_recv.cPhillip Potter1-17/+38
2021-06-09staging: rtl8188eu: Use is_{zero/broadcast}_ether_addr() instead of memcmp()Liu Shixin1-5/+6
2021-06-09staging: rtl8188eu: use existing define for ethernet header lenMartin Kaiser1-2/+2
2021-06-09staging: rtl8188eu: make rtw_free_recvframe return voidMartin Kaiser1-5/+3
2021-05-10staging: rtl8188eu: remove enum WIFI_FRAME_SUBTYPEChristophe JAILLET1-4/+4
2021-04-08staging: rtl8188eu: clean up rtw_recv_entryMartin Kaiser1-16/+7
2021-03-14staging:r8188eu: replace get_(d|s)a with ieee80211_get_(D|S)AIvan Safonov1-2/+2
2020-10-26staging: r8188eu: use native wireless IE codes from linux/ieee80211.hIvan Safonov1-2/+2
2020-07-28staging: r8188eu: use proper type for second argiment of rtw_(aes|tkip|wep)_(...Ivan Safonov1-3/+3
2020-07-23staging: rtl8188eu: Fix an indent coding style issueMrinal Pandey1-2/+2
2020-07-03staging: rtl8188eu: Fix CHECK of coding styleSimon Fong1-4/+3
2020-07-01staging: rtl8188eu: core: Fix WARNING of Block commentsSimon Fong1-6/+6
2020-07-01staging: rtl8188eu: add spaces around operatorsMichael Straube1-35/+35
2020-06-25Staging: rtl8188eu: Fix alignment coding style issuePeilin Ye1-4/+4
2020-06-25staging: rtl8188eu: use common packet header constantsMichael Straube1-13/+5
2020-04-28staging:r8188eu: avoid skb_clone for amsdu to msdu conversionIvan Safonov1-13/+6
2019-09-03staging: r8188eu: use skb_put_data instead of skb_put/memcpy pairIvan Safonov1-5/+1
2019-08-03staging: rtl8188eu: core: rtw_recv.c: Remove Unnecessary parenthesesSaurav Girepunje1-4/+4
2019-05-22Staging: rtl8188eu: core: Use !x in place of NULL comparisonsPuranjay Mohan1-7/+7
2019-04-16staging: rtl8188eu: make sta2sta_data_frame() staticMichael Straube1-2/+3
2019-04-16staging: rtl8188eu: remove unnecessary declarationMichael Straube1-6/+0
2019-03-21staging: rtl8188eu: core: Add spaces around operatorsVatsala Narang1-3/+3
2019-03-21staging: rtl8188eu: core: Remove unnecessary parenthesesVatsala Narang1-5/+5
2019-03-21staging: r8188eu: refactor recvframe_defrag()Ivan Safonov1-7/+6
2019-03-21staging: rtl8188eu: core: rtw_recv.c: Modify return type suggested by Coccine...Sanjana Sanikommu1-4/+2
2019-03-18staging: rtl8188eu: core: rtw_recv.c: Fix a tab indent issueSanjana Sanikommu1-2/+2
2019-03-18staging: rtl8188eu: core: rtw_recv.c: fix a paranthesis issue around pframe -...Sanjana Sanikommu1-4/+4
2019-03-18staging: rtl8188eu: core: rtw_recv.c: fix a space issueSanjana Sanikommu1-5/+7
2018-11-26staging: rtl8188eu: cleanup remaining comparsions to trueMichael Straube1-8/+8
2018-11-22staging: rtl8188eu: rename LedControl8188eu to avoid CamelCaseMichael Straube1-2/+2
2018-10-15staging: rtl8188eu: cleanup comparsions to falseMichael Straube1-1/+1
2018-10-03staging: rtl8188eu: cleanup inconsistent indentingMichael Straube1-1/+1
2018-09-28staging: rtl8188eu: Simplify memcmp logical checksNathan Chancellor1-2/+2
2018-08-27staging: rtl8188eu: use is_multicast_ether_addr in rtw_recv.cMichael Straube1-17/+18
2018-07-30Merge 4.18-rc7 into staging-nextGreg Kroah-Hartman1-47/+114
2018-07-21staging: rtl8188eu: use is_multicast_ether_addrMichael Straube1-1/+1
2018-07-21staging: rtl8188eu: remove MacAddr_isBcst macroMichael Straube1-1/+1
2018-07-16staging: rtl8188eu: remove is_{multicast,broadcast}_mac_addrMichael Straube1-2/+1
2018-07-16Revert "staging:r8188eu: Use lib80211 to support TKIP"Hans de Goede1-47/+114
2018-06-28staging: rtl8188eu: remove blank linesMichael Straube1-4/+0
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube1-9/+1
2018-03-14staging:r8188eu: Use lib80211 to support TKIPIvan Safonov1-114/+47
2018-03-08staging: rtl8188eu: use __func__ instead of function nameSantha Meena Ramamoorthy1-22/+22
2018-03-06staging: rtl8188eu: replace NULL comparison with variableSantha Meena Ramamoorthy1-10/+10
2018-02-19staging:r8188eu: Use lib80211 to decrypt WEP-framesIvan Safonov1-1/+1
2017-11-02staging: rtl8188eu: Revert 4 commits breaking ARPHans de Goede1-33/+50