summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/11n_rxreorder.c
AgeCommit message (Expand)Author
2015-09-22mwifiex: fix comparison expressionAndrzej Hajda
2015-06-15mwifiex: handle BT coex event to adjust Rx BA window sizeChunfan Chen
2015-06-08mwifiex: using right tid for addressing ra_listXinming Hu
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu
2015-03-16mwifiex: get rid of BA setup helper functionsZhaoyang Liu
2015-01-29mwifiex: do not declare wdev as pointerAvinash Patil
2015-01-23mwifiex: do not emit messages while holding spinlockAvinash Patil
2015-01-07mwifiex: 11n_rxreorder: Use setup_timerJulia Lawall
2014-12-05mwifiex: guard station nodes access by station list lockAvinash Patil
2014-10-30mwifiex: restart rxreorder timer correctlyMarc Yang
2014-09-15mwifiex: add rx workqueue supportAvinash Patil
2014-07-15mwifiex: access rx_reorder_tbl_ptr only while holding lockAmitkumar Karwar
2014-06-25mwifiex: update Copyright to 2014Xinming Hu
2014-03-14mwifiex: add AMSDU inside AMPDU supportAmitkumar Karwar
2014-03-14mwifiex: create separate function mwifiex_11n_dispatch_pkt()Amitkumar Karwar
2014-03-14mwifiex: code rearrangement for better readabilityAmitkumar Karwar
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao
2014-02-28mwifiex: Track BA sequence number resetPaul Stewart
2014-02-24mwifiex: remove redundant del_timerAvinash Patil
2014-02-24mwifiex: use del_timer_sync instead of del_timerAvinash Patil
2014-02-12mwifiex: separate BA params for TDLS link if 11ac is supportedAvinash Patil
2014-02-12mwifiex: AMPDU support for TDLS linkAvinash Patil
2013-04-22mwifiex: make use of msecs_to_jiffies()Bing Zhao
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2012-10-29mwifiex: rx path enhancement to derive priv only onceAvinash Patil
2012-09-28mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil
2012-08-06mwifiex: cleanup TX/RX BA tables for uAPAvinash Patil
2012-08-06mwifiex: add 11n Block Ack support for uAPAvinash Patil
2012-08-06mwifiex: support RX AMSDU aggregation for uAPAvinash Patil
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-22mwifiex: fix 11n rx packet drop issueStone Piao
2012-06-06wireless: Remove casts to same typeJoe Perches
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 1Yogesh Ashok Powar
2012-03-13mwifiex: rename fuctions and variables for better readabilityYogesh Ashok Powar
2012-03-13mwifiex: rearrange if and else blocks to avoid extra indentationYogesh Ashok Powar
2012-03-13mwifiex: rename long function names to shorter onesYogesh Ashok Powar
2011-11-11mwifiex: change return types to voidYogesh Ashok Powar
2011-06-22mwifiex: remove casts of void pointersAmitkumar Karwar
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar
2011-04-19mwifiex: remove redundant local variables and commentsYogesh Ashok Powar
2011-04-14mwifiex: remove unused function parametersAmitkumar Karwar
2011-04-14mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar
2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao