summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/11n_rxreorder.c
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: do not declare wdev as pointerAvinash Patil2015-01-291-1/+1
* mwifiex: do not emit messages while holding spinlockAvinash Patil2015-01-231-4/+4
* mwifiex: 11n_rxreorder: Use setup_timerJulia Lawall2015-01-071-4/+2Star
* mwifiex: guard station nodes access by station list lockAvinash Patil2014-12-051-0/+6
* mwifiex: restart rxreorder timer correctlyMarc Yang2014-10-301-12/+40
* mwifiex: add rx workqueue supportAvinash Patil2014-09-151-0/+14
* mwifiex: access rx_reorder_tbl_ptr only while holding lockAmitkumar Karwar2014-07-151-7/+20
* mwifiex: update Copyright to 2014Xinming Hu2014-06-251-1/+1
* mwifiex: add AMSDU inside AMPDU supportAmitkumar Karwar2014-03-141-2/+61
* mwifiex: create separate function mwifiex_11n_dispatch_pkt()Amitkumar Karwar2014-03-141-23/+24
* mwifiex: code rearrangement for better readabilityAmitkumar Karwar2014-03-141-19/+19
* mwifiex: remove global variable cmd_wait_q_requiredBing Zhao2014-02-281-1/+1
* mwifiex: Track BA sequence number resetPaul Stewart2014-02-281-6/+21
* mwifiex: remove redundant del_timerAvinash Patil2014-02-241-1/+0Star
* mwifiex: use del_timer_sync instead of del_timerAvinash Patil2014-02-241-1/+1
* mwifiex: separate BA params for TDLS link if 11ac is supportedAvinash Patil2014-02-121-2/+19
* mwifiex: AMPDU support for TDLS linkAvinash Patil2014-02-121-1/+5
* mwifiex: make use of msecs_to_jiffies()Bing Zhao2013-04-221-1/+1
* wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-4/+1Star
* mwifiex: rx path enhancement to derive priv only onceAvinash Patil2012-10-291-5/+3Star
* mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil2012-09-281-8/+41
* mwifiex: cleanup TX/RX BA tables for uAPAvinash Patil2012-08-061-0/+25
* mwifiex: add 11n Block Ack support for uAPAvinash Patil2012-08-061-4/+11
* mwifiex: support RX AMSDU aggregation for uAPAvinash Patil2012-08-061-6/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-291-2/+3
|\
| * mwifiex: fix 11n rx packet drop issueStone Piao2012-06-221-2/+3
* | wireless: Remove casts to same typeJoe Perches2012-06-061-13/+5Star
|/
* mwifiex: fix checkpatch --strict warnings/errors Part 1Yogesh Ashok Powar2012-03-141-20/+22
* mwifiex: rename fuctions and variables for better readabilityYogesh Ashok Powar2012-03-131-87/+73Star
* mwifiex: rearrange if and else blocks to avoid extra indentationYogesh Ashok Powar2012-03-131-6/+9
* mwifiex: rename long function names to shorter onesYogesh Ashok Powar2012-03-131-3/+3
* mwifiex: change return types to voidYogesh Ashok Powar2011-11-111-12/+6Star
* mwifiex: remove casts of void pointersAmitkumar Karwar2011-06-221-3/+2Star
* mwifiex: remove unnecessary variable initializationYogesh Ashok Powar2011-05-051-8/+7Star
* mwifiex: remove redundant local variables and commentsYogesh Ashok Powar2011-04-191-19/+5Star
* mwifiex: remove unused function parametersAmitkumar Karwar2011-04-141-4/+2Star
* mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar2011-04-141-4/+0Star
* mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar2011-04-141-1/+1
* wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao2011-03-301-0/+637