summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_recv.c
AgeCommit message (Expand)AuthorFilesLines
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-02staging: 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
2017-10-18staging: rtl8188eu: Convert timers to use timer_setup()Kees Cook1-8/+9
2017-10-03Staging: rtl8188eu: core: Use list_entry instead of container_ofSrishti Sharma1-7/+7
2017-09-29Staging: rtl8188eu: core: Fix line over 80 charactersGeorgiana Chelu1-8/+16
2017-09-29Staging: rtl8188eu: core: Add spaces around '+'Georgiana Chelu1-1/+1
2017-09-29Staging: rtl8188eu: core: Use __func__ instead of function nameGeorgiana Chelu1-10/+10
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-3/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2017-05-15staging:r8188eu: trim IV/ICV fields in validate_recv_data_frame()Ivan Safonov1-7/+10
2017-05-15staging:r8188eu: move IV/ICV trimming into decrypt() and also place it after ...Ivan Safonov1-50/+30
2017-04-08staging:r8188eu: remove sw_decrypt member of security_priv structIvan Safonov1-2/+2
2017-03-23staging:r8188eu: add iv length to frame data offsetIvan Safonov1-1/+1
2017-03-06staging:r8188eu: use DIV_ROUND_UP() in rtw_signal_stat_timer_hdl()Ivan Safonov1-8/+2
2017-02-09staging:r8188eu: replace recv_frame->rx_(data|len|tail) with pkt->(data|len|t...Ivan Safonov1-48/+44
2017-01-16staging: rtl: fix possible NULL pointer dereferenceArnd Bergmann1-0/+2
2017-01-10staging: rtl8188eu: fixed 'braces are not necessary for single statement bloc...Yamanappagouda Patil1-5/+4
2017-01-05staging:r8188eu: remove unused WIFI_MP_*STATE and WIFI_MP_CTX* definitionsIvan Safonov1-41/+1
2017-01-03staging: rtl8188eu: remove unused members from struct recv_privLuca Ceresoli1-36/+39
2017-01-03staging: rtl8188eu: In core directory, fixed 'missing a balnk line after decl...Yamanappagouda Patil1-1/+8
2016-10-16staging:r8188eu: change poiter type from u8 to void for pallocated_frame_buf ...Ivan Safonov1-1/+1