summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/11n_rxreorder.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-14mwifiex: add AMSDU inside AMPDU supportAmitkumar Karwar1-2/+61
2014-03-14mwifiex: create separate function mwifiex_11n_dispatch_pkt()Amitkumar Karwar1-23/+24
2014-03-14mwifiex: code rearrangement for better readabilityAmitkumar Karwar1-19/+19
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao1-1/+1
2014-02-28mwifiex: Track BA sequence number resetPaul Stewart1-6/+21
2014-02-25mwifiex: remove redundant del_timerAvinash Patil1-1/+0
2014-02-25mwifiex: use del_timer_sync instead of del_timerAvinash Patil1-1/+1
2014-02-13mwifiex: separate BA params for TDLS link if 11ac is supportedAvinash Patil1-2/+19
2014-02-13mwifiex: AMPDU support for TDLS linkAvinash Patil1-1/+5
2013-04-22mwifiex: make use of msecs_to_jiffies()Bing Zhao1-1/+1
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-4/+1
2012-10-29mwifiex: rx path enhancement to derive priv only onceAvinash Patil1-5/+3
2012-09-28mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil1-8/+41
2012-08-06mwifiex: cleanup TX/RX BA tables for uAPAvinash Patil1-0/+25
2012-08-06mwifiex: add 11n Block Ack support for uAPAvinash Patil1-4/+11
2012-08-06mwifiex: support RX AMSDU aggregation for uAPAvinash Patil1-6/+20
2012-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2012-06-22mwifiex: fix 11n rx packet drop issueStone Piao1-2/+3
2012-06-06wireless: Remove casts to same typeJoe Perches1-13/+5
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 1Yogesh Ashok Powar1-20/+22
2012-03-13mwifiex: rename fuctions and variables for better readabilityYogesh Ashok Powar1-87/+73
2012-03-13mwifiex: rearrange if and else blocks to avoid extra indentationYogesh Ashok Powar1-6/+9
2012-03-13mwifiex: rename long function names to shorter onesYogesh Ashok Powar1-3/+3
2011-11-11mwifiex: change return types to voidYogesh Ashok Powar1-12/+6
2011-06-23mwifiex: remove casts of void pointersAmitkumar Karwar1-3/+2
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar1-8/+7
2011-04-19mwifiex: remove redundant local variables and commentsYogesh Ashok Powar1-19/+5
2011-04-14mwifiex: remove unused function parametersAmitkumar Karwar1-4/+2
2011-04-14mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar1-4/+0
2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar1-1/+1
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao1-0/+637