summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_rx.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192e: clean up comparisons to NULLMichael Straube2023-10-211-13/+11
* staging: rtl8192e: Remove constant variable bToOtherSTAPhilipp Hortmann2023-10-051-20/+12
* staging: rtl8192e: Remove constant variable net_promiscuous_mdPhilipp Hortmann2023-10-051-6/+2
* staging: rtl8192e: Remove constant variable promiscuous_onPhilipp Hortmann2023-10-051-12/+10
* staging: rtl8192e: Remove constant variable fltr_src_sta_framePhilipp Hortmann2023-10-051-10/+0
* staging: rtl8192e: Resolve circular locking with rx_pkt_pending_timerPhilipp Hortmann2023-09-261-0/+4
* staging: rtl8192e: Remove mode IW_MODE_ADHOC from rtllib_rx.cPhilipp Hortmann2023-09-261-38/+0
* Staging: rtl8192e: Rename function GetTs()Tree Davies2023-09-261-2/+2
* staging: rtl8192e: Replace frame control constants with IEEE80211_FCTL_*Philipp Hortmann2023-09-171-18/+18
* staging: rtl8192e: Replace usage of RTLLIB_FCTL_DSTODS with functionPhilipp Hortmann2023-09-171-7/+7
* staging: rtl8192e: Replace control subframe types with IEEE80211_STYPE_*Philipp Hortmann2023-09-171-6/+6
* staging: rtl8192e: Remove struct rtllib_hdr_4addrqosPhilipp Hortmann2023-09-171-9/+9
* staging: rtl8192e: Remove struct rtllib_hdr_3addrqosPhilipp Hortmann2023-09-171-9/+9
* staging: rtl8192e: Remove struct rtllib_hdr_4addrPhilipp Hortmann2023-09-171-48/+48
* staging: rtl8192e: Replace struct rtllib_hdr_3addr in structs of rtllib.hPhilipp Hortmann2023-09-171-1/+1
* staging: rtl8192e: Replace struct rtllib_hdr_3addr in rtllib_rx.cPhilipp Hortmann2023-09-171-5/+5
* staging: rtl8192e: Use standard function in rtllib_rx_check_duplicate()Philipp Hortmann2023-09-171-5/+2
* staging: rtl8192e: Use standard function in rtllib_process_probe_response()Philipp Hortmann2023-09-171-12/+7
* staging: rtl8192e: Use standard ieee80211 function in rtllib_rx_mgt()Philipp Hortmann2023-09-171-13/+5
* staging: rtl8192e: Remove useless equation in debug outputPhilipp Hortmann2023-09-171-6/+3
* Staging: rtl8192e: Rename variable pTS in function rtllib_rx_InfraAdhoc()Tree Davies2023-09-131-4/+4
* Staging: rtl8192e: Rename variable pRxTS in function rtllib_rx_check_duplicate()Tree Davies2023-09-131-6/+6
* Staging: rtl8192e: Rename variable pTS in function RxReorderIndicatePacket()Tree Davies2023-09-131-29/+29
* Staging: rtl8192e: Rename variable pTS in function rtllib_FlushRxTsPendingPkts()Tree Davies2023-09-131-5/+5
* Staging: rtl8192e: Rename variable pTS in function AddReorderEntry()Tree Davies2023-09-131-3/+3
* staging: rtl8192e: Remove unsupported mode IW_MODE_MESHPhilipp Hortmann2023-08-221-12/+8
* staging: rtl8192e: Remove unsupported mode IW_MODE_REPEATPhilipp Hortmann2023-08-221-2/+0
* staging: rtl8192e: Remove unsupported mode IW_MODE_MASTERPhilipp Hortmann2023-08-221-3/+1
* staging: rtl8192e: Remove empty function rtllib_rx_Mesh()Philipp Hortmann2023-07-301-7/+0
* staging: rtl8192e: Remove empty function rtllib_rx_Master()Philipp Hortmann2023-07-301-7/+0
* staging: rtl8192e: Remove variable host_decrypt as it is constantPhilipp Hortmann2023-07-271-23/+21
* staging: rtl8192e: Rename variable LeisurePSLeaveYogesh Hegde2023-06-191-1/+1
* staging: rtl8192e: Rename RTLLIB_LINKED to MAC80211_LINKEDPhilipp Hortmann2023-06-191-6/+6
* staging: rtl8192e: Rename RTLLIB_NOLINK to MAC80211_NOLINKPhilipp Hortmann2023-06-191-1/+1
* staging: rtl8192e: Rename state to link_statePhilipp Hortmann2023-06-191-7/+7
* staging: rtl8192e: Rename constant IEEE_x to WIRELESS_MODE_xPhilipp Hortmann2023-06-191-6/+6
* staging: rtl8192e: Remove unsupported modes IEEE_N_5G and IEEE_APhilipp Hortmann2023-06-191-3/+1
* staging: rtl8192e: Remove variable stats->freq as it is constantPhilipp Hortmann2023-06-191-14/+5
* staging: rtl8192e: Add cfg80211.h and remove defined variablesPhilipp Hortmann2023-06-151-12/+0
* staging: rtl8192e: add missing braces {}Stephan Snyman2023-05-081-5/+9
* staging: rtl8192e: remove blank lines after '{'Khadija Kamran2023-03-251-4/+0
* staging: rtl8192e: add spaces around binary operatorsKhadija Kamran2023-03-251-27/+27
* staging: rtl8192e: add blank lines after declarationsKhadija Kamran2023-03-251-0/+2
* staging: rtl8192e: remove extra blank linesKhadija Kamran2023-03-251-13/+0
* staging: rtl8192e: Remove checks of pointer to LeisureP.. and start_se..Philipp Hortmann2023-03-081-2/+1
* staging: rtl8192e: Remove checks of pointer to handle_a.. and handle_b..Philipp Hortmann2023-03-081-3/+1
* staging: rtl8192e: Fix spelling mistake "ContryIE" -> "CountryIE"Colin Ian King2022-12-081-1/+1
* staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor()YueHaibing2022-12-051-1/+1
* staging: rtl8192e: Rename pHTInfoPhilipp Hortmann2022-11-171-6/+6
* staging: rtl8192e: Rename bFilterSour.., CCKPresentAt.. and ResetProg..Philipp Hortmann2022-11-171-1/+1