aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl819x_BAProc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18staging: rtl8192e: Convert timers to use timer_setup()Kees Cook1-6/+9
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-6/+4
2017-03-06staging: rtl8192e: replace explicit NULL comparisonGargi Sharma1-2/+2
2016-11-15staging: rtl8192e: Fixed coding style wornings on Block comments.Yamanappagouda Patil1-1/+1
2016-02-20staging: rtl8192e: Drop useless initialisationBhaktipriya Shridhar1-3/+3
2015-09-29staging: rtl8192e: Fix FSF_MAILING_ADDRESS warningsMateusz Kulikowski1-4/+0
2015-09-29staging: rtl8192e: Fix CONSTANT_COMPARISON warningsMateusz Kulikowski1-2/+2
2015-07-22Staging: rtl8192e: pointer math bug in rtllib_rx_DELBA()Dan Carpenter1-4/+1
2015-06-01staging: rtl8192e: Fix OOM_MESSAGE warningsMateusz Kulikowski1-6/+2
2015-06-01staging: rtl8192e: Remove RTLLIB_DEBUG_DATA()Mateusz Kulikowski1-4/+16
2015-06-01staging: rtl8192e: Remove RTLLIB_DEBUG()Mateusz Kulikowski1-21/+14
2015-06-01staging: rtl8192e: Replace RTLLIB_DEBUG(DL_ERR) with netdev_*()Mateusz Kulikowski1-41/+38
2015-06-01staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warningsMateusz Kulikowski1-6/+7
2015-03-20staging: rtl8192e: fix coding style issues (merge broken strings)Mateusz Kulikowski1-36/+41
2015-03-16Staging: rtl8192e: Eliminate use of MSECS macroVaishali Thakkar1-1/+1
2014-12-02drivers: staging: rtl8192e: Include "asm/unaligned.h" instead of "access_ok.h" in "rtl819x_BAProc.c"Chen Gang1-1/+2
2014-11-03Staging: rtl8192e: Use put_unaligned_le16Vaishali Thakkar1-12/+11
2014-10-29Staging: rtl8192e: Change variable type from u16 to __le16Vaishali Thakkar1-2/+2
2014-10-29Staging: rtl8192e: Revert one previous commitVaishali Thakkar1-5/+5
2014-09-19Staging: rtl8192e: Fix void function return statements style warningMahati Chamarthy1-4/+0
2014-09-19Staging: rtl8192e: Fix unnecessary parentheses style warningMahati Chamarthy1-1/+1
2014-08-30staging: rtl8192e: fixed coding style issuesMatthew Casey1-0/+5
2014-04-25staging: rtl8192e: A word in printk is split into 2 linesMasanari Iida1-2/+2
2014-04-25Staging:rtl8192e:rtl819x_BAProc:Remove whitespacesPaul McQuade1-5/+5
2013-11-10Staging: rtl8192e: Fix incorrect type in assignment in rtl819x_BAProc.cRashika Kheria1-5/+5
2011-11-30rtl8192e: create generic rtllib_debug.hSean MacLennan1-1/+0
2011-09-06staging: rtl8192e: Fix format warningLarry Finger1-1/+1
2011-09-06staging: rtl8192e: Fix smatch warning in rtl819x_BAProc.cLarry Finger1-3/+3
2011-08-25staging: rtl8192e: Fix sparse (non-endian) messages - Part ILarry Finger1-12/+12
2011-08-25staging: rtl8192e: Remove MAC_FMT and MAC_ARG for %pMLarry Finger1-8/+7
2011-08-25staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VLarry Finger1-214/+189
2011-08-24staging: rtl8192e: Convert typedef TR_SELECT to enum tr_selectLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef DELBA_PARAM_SET to union delba_param_setLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef BA_PARAM_SET to union ba_param_setLarry Finger1-4/+4
2011-08-24staging: rtl8192e: Convert typedef SEQUENCE_CONTROL to union sequence_controlLarry Finger1-2/+2
2011-08-24staging: rtl8192e: Convert typedef BA_RECORD to struct ba_recordLarry Finger1-16/+16
2011-08-23staging: rtl8192e: Convert typedef TS_COMMON_INFO to struct ts_common_infoLarry Finger1-5/+5
2011-08-23staging: rtl8192e: Convert typedef RX_TS_RECORD to struct rx_ts_recordLarry Finger1-5/+5
2011-08-23staging: rtl8192e: Convert typedef TX_TS_RECORD to struct tx_ts_recordLarry Finger1-7/+7
2011-08-23staging: rtl8192e: Remove dead code associated with RTK_DMP_PLATFORMLarry Finger1-3/+0
2011-08-23staging: rtl8192e: Remove dead code associated with USB_USE_ALIGNMENTLarry Finger1-23/+0
2011-08-23From: wlanfae <wlanfae@realtek.com>Larry Finger1-0/+618