aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/core/rtw_recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-16staging: rtl8723au: core: rtw_recv: Remove useless initialisationAmitoj Kaur Chawla1-3/+3
2015-07-22staging: rtl8723au: fix incorrect type in assignment warningSteve Pennington1-2/+1
2015-03-26staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches1-132/+112
2015-03-26staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches1-26/+16
2015-03-16Staging: rtl8723au: Remove parentheses around right side an assignmentHaneen Mohammed1-2/+2
2014-12-02staging: rtl8723au: recv_priv->rssi is not used for anythingJes Sorensen1-6/+4
2014-12-02staging: rtl8723au: recv_priv.is_signal_dbg is never setJes Sorensen1-58/+46
2014-11-26staging: rtl8723au: Remove sw led handlingJes Sorensen1-3/+0
2014-11-26staging: rtl8723au: portctrl(): Remove a pile of unnecessary clutterJes Sorensen1-36/+4
2014-10-27staging: rtl8723au: core: Remove uneeded return variableRoberta Dobrescu1-3/+1
2014-10-27staging: rtl8723au: Remove uneeded semicolonRoberta Dobrescu1-1/+1
2014-10-27Staging: rtl8723au: core: Dont have { on new lineTina Ruchandani1-6/+3
2014-10-20staging: rtl8723au: core: rtw_recv: Add blank line after declarationsYeliz Taneroglu1-0/+5
2014-09-11drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible' errorsGreg Donald1-5/+5
2014-09-08drivers: staging: rtl8723au: Fix "space required before that '*'" errorsGreg Donald1-1/+1
2014-08-30drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald1-2/+2
2014-07-22staging: rtl8723au: Fix typo in rtl8723au/coreMasanari Iida1-4/+4
2014-05-28staging: rtl8723au: Remove redundant casting in rtw_recv.cSachin Kamat1-2/+1
2014-05-25staging: rtl8723au: Don't check check_fwstate() == falseJes Sorensen1-2/+1
2014-05-25staging: rtl8723au: Don't explicitly check check_fwstate() == trueJes Sorensen1-13/+13
2014-05-25staging: rtl8723au: Use ieee80211.h defines for IV/ICV len valuesJes Sorensen1-6/+6
2014-05-23staging: rtl8723au: Use WLAN_CIPHER_SUITE_* to mark crypto typeJes Sorensen1-15/+15
2014-05-23staging: rtl8723au: We don't support SMS4 or WEP+WPA mixed encryptionJes Sorensen1-4/+0
2014-05-23staging: rtl8723au: Fix up some random bit-flag handlingJes Sorensen1-6/+6
2014-05-16staging: rtl8723au: decryptor() use int to store error codesJes Sorensen1-2/+1
2014-05-16staging: rtl8723au: Make direct calls to GetHalDefVar8192CUsb()Jes Sorensen1-1/+1
2014-05-16staging: rtl8723au: Call xmit/recv handlers directly instead of via HAL wrappersJes Sorensen1-1/+3
2014-05-16staging: rtl8723au: Disentangle recv/xmit_priv init/free from HAL wrappersJes Sorensen1-2/+3
2014-05-15staging: rtl8723au: Eliminate _rtw_queue_empty23a()Jes Sorensen1-3/+3
2014-05-15staging: rtl8723au: rtw_free_recvframe23a() is always passed precvpriv->free_recv_queueJes Sorensen1-34/+22
2014-05-15staging: rtl8723au: Remove unused semaphore 'allrxreturnevt'Jes Sorensen1-2/+0
2014-05-15staging: rtl8723au: Use kmalloc instead of vmalloc to allocate recv_frame poolJes Sorensen1-29/+11
2014-05-15staging: rtl8723au: Use struct ieee80211_pspoll to obtain 'aid'Jes Sorensen1-3/+3
2014-05-15staging: rtl8723au: validate_recv_data_frame() use fctl knowledge to obtain bssidJes Sorensen1-12/+11
2014-05-15staging: rtl8723au: Remove to_fr_ds packet attributeJes Sorensen1-12/+6
2014-05-15staging: rtl8723au: Declare validate_recv_*_frame() staticJes Sorensen1-12/+6
2014-04-26staging: r8723au: Set undeclared routines to staticLarry Finger1-2/+2
2014-04-15staging: rtl8723au: Remove unnecessary abstraction rtw_os_recv_resource_alloc23a()Jes Sorensen1-2/+0
2014-04-15staging: rtl8723au: rtw_recv.c: Use the kernel's WLAN_EID_* definitionsJes Sorensen1-4/+4
2014-04-14staging: rtl8723au: Simplify retrieving the ether_type in portctrl()Jes Sorensen1-5/+3
2014-04-14staging: rtl8723au: Calling rtw_get_stainfo() with a NULL sta_addr will return NULLJes Sorensen1-2/+2
2014-04-14staging: rtl8723au: Fix case where ethtype was never obtained and always be checked against 0Jes Sorensen1-12/+8
2014-04-14staging: rtl8723au: Use proper ETH_P_* types in rtw_recv.cJes Sorensen1-2/+2
2014-04-05staging: r8723au: Add source files for new driver - part 1Larry Finger1-0/+2471