summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723au/core/rtw_recv.c
AgeCommit message (Expand)Author
2016-09-10staging: Remove rtl8723au driverJes Sorensen
2016-03-29Staging: rtl8723au: Remove function rtw_enqueue_{recvbuf23a/recvbuf23a_to_head}Bhumika Goyal
2016-03-12staging: rtl8723au: Eliminate commented out codeJanani Ravichandran
2016-03-11staging: rtl8723au: core: rtw_recv: use list_first_entry()Geliang Tang
2016-03-11staging: rtl8723au: core: rtw_recv: use list_first_entry_or_null()Geliang Tang
2016-02-20staging: rtl8723au: whitespace and blank line cleaningGeliang Tang
2016-02-20staging: rtl8723au: core: rtw_recv: remove useless codesGeliang Tang
2016-02-20staging: rtl8723au: use list_for_each_entry*()Geliang Tang
2016-02-08staging: rtl8723au: use %pM and %ph formattingDaniil Leshchev
2015-10-17staging: rtl8723au: core: rtw_recv: Remove useless initialisationAmitoj Kaur Chawla
2015-07-23staging: rtl8723au: fix incorrect type in assignment warningSteve Pennington
2015-03-26staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches
2015-03-26staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches
2015-03-16Staging: rtl8723au: Remove parentheses around right side an assignmentHaneen Mohammed
2014-12-03staging: rtl8723au: recv_priv->rssi is not used for anythingJes Sorensen
2014-12-03staging: rtl8723au: recv_priv.is_signal_dbg is never setJes Sorensen
2014-11-26staging: rtl8723au: Remove sw led handlingJes Sorensen
2014-11-26staging: rtl8723au: portctrl(): Remove a pile of unnecessary clutterJes Sorensen
2014-10-27staging: rtl8723au: core: Remove uneeded return variableRoberta Dobrescu
2014-10-27staging: rtl8723au: Remove uneeded semicolonRoberta Dobrescu
2014-10-27Staging: rtl8723au: core: Dont have { on new lineTina Ruchandani
2014-10-20staging: rtl8723au: core: rtw_recv: Add blank line after declarationsYeliz Taneroglu
2014-09-11drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible'...Greg Donald
2014-09-08drivers: staging: rtl8723au: Fix "space required before that '*'" errorsGreg Donald
2014-08-30drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald
2014-07-22staging: rtl8723au: Fix typo in rtl8723au/coreMasanari Iida
2014-05-28staging: rtl8723au: Remove redundant casting in rtw_recv.cSachin Kamat
2014-05-25staging: rtl8723au: Don't check check_fwstate() == falseJes Sorensen
2014-05-25staging: rtl8723au: Don't explicitly check check_fwstate() == trueJes Sorensen
2014-05-25staging: rtl8723au: Use ieee80211.h defines for IV/ICV len valuesJes Sorensen
2014-05-23staging: rtl8723au: Use WLAN_CIPHER_SUITE_* to mark crypto typeJes Sorensen
2014-05-23staging: rtl8723au: We don't support SMS4 or WEP+WPA mixed encryptionJes Sorensen
2014-05-23staging: rtl8723au: Fix up some random bit-flag handlingJes Sorensen
2014-05-16staging: rtl8723au: decryptor() use int to store error codesJes Sorensen
2014-05-16staging: rtl8723au: Make direct calls to GetHalDefVar8192CUsb()Jes Sorensen
2014-05-16staging: rtl8723au: Call xmit/recv handlers directly instead of via HAL wrappersJes Sorensen
2014-05-16staging: rtl8723au: Disentangle recv/xmit_priv init/free from HAL wrappersJes Sorensen
2014-05-15staging: rtl8723au: Eliminate _rtw_queue_empty23a()Jes Sorensen
2014-05-15staging: rtl8723au: rtw_free_recvframe23a() is always passed precvpriv->free_...Jes Sorensen
2014-05-15staging: rtl8723au: Remove unused semaphore 'allrxreturnevt'Jes Sorensen
2014-05-15staging: rtl8723au: Use kmalloc instead of vmalloc to allocate recv_frame poolJes Sorensen
2014-05-15staging: rtl8723au: Use struct ieee80211_pspoll to obtain 'aid'Jes Sorensen
2014-05-15staging: rtl8723au: validate_recv_data_frame() use fctl knowledge to obtain b...Jes Sorensen
2014-05-15staging: rtl8723au: Remove to_fr_ds packet attributeJes Sorensen
2014-05-15staging: rtl8723au: Declare validate_recv_*_frame() staticJes Sorensen
2014-04-26staging: r8723au: Set undeclared routines to staticLarry Finger
2014-04-15staging: rtl8723au: Remove unnecessary abstraction rtw_os_recv_resource_alloc...Jes Sorensen
2014-04-15staging: rtl8723au: rtw_recv.c: Use the kernel's WLAN_EID_* definitionsJes Sorensen
2014-04-14staging: rtl8723au: Simplify retrieving the ether_type in portctrl()Jes Sorensen
2014-04-14staging: rtl8723au: Calling rtw_get_stainfo() with a NULL sta_addr will retur...Jes Sorensen