aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/11n_aggr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-05mwifiex: use ktime_get_real for timestampingArnd Bergmann1-3/+1
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu1-4/+3
2015-03-16mwifiex: preprocess packets from TX queueZhaoyang Liu1-5/+11
2015-01-06mwifiex: make tx packet 64 byte DMA alignedXinming Hu1-3/+12
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2014-07-03mwifiex: initialize Tx/Rx info of a packet correctlyAmitkumar Karwar1-0/+1
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-05-22mwifiex: set TDLS flags for AMSDU packetsAvinash Patil1-0/+7
2014-04-22mwifiex: update timestamp information for aggregation packetsAvinash Patil1-0/+4
2014-04-22mwifiex: improve AMSDU packet aggregation for PCIe and SDIOAmitkumar Karwar1-12/+5
2013-12-09mwifiex: declare snap_type as __be16 variableAmitkumar Karwar1-3/+3
2013-09-26mwifiex: fix hang issue for USB chipsetsAmitkumar Karwar1-1/+2
2013-08-28mwifiex: break a long line into two linesBing Zhao1-1/+2
2013-08-26mwifiex: add missing endian conversionsTobias Waldekranz1-1/+1
2013-07-24mwifiex: maintain outstanding packet count for RA list instead of packet sizeAvinash Patil1-2/+2
2013-04-23mwifiex: rework round robin scheduling of bss nodes.Andreas Fenkart1-6/+0
2013-04-23mwifiex: replace ra_list_curr by list rotation.Andreas Fenkart1-7/+1
2013-01-07mwifiex: use map/unmap APIs in TX and RX to reduce memcpyAvinash Patil1-2/+4
2012-11-14mwifiex: add multi-queue supportAvinash Patil1-4/+4
2012-08-06mwifiex: correction in MSDU padding logicYogesh Ashok Powar1-2/+2
2012-08-06mwifiex: remove extra padding to AMSDUYogesh Ashok Powar1-1/+0
2012-08-06mwifiex: copy MSDU subframes correctlyYogesh Ashok Powar1-6/+3
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar1-15/+21
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 1Yogesh Ashok Powar1-8/+7
2012-01-24mwifiex: use bss_type and bss_num to retrieve privYogesh Ashok Powar1-1/+2
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar1-2/+1
2011-10-03mwifiex: correct AMSDU aggregation checkAmitkumar Karwar1-2/+0
2011-06-07mwifiex: disable transmission buffer aggregation for AMSDU packetsYogesh Ashok Powar1-5/+13
2011-06-07mwifiex: adding check for enough space before paddingYogesh Ashok Powar1-8/+14
2011-06-07mwifiex: Remove redundant skb_queue_empty checksYogesh Ashok Powar1-10/+5
2011-06-07mwifiex: remove list traversal in mwifiex_num_pkts_in_txqYogesh Ashok Powar1-1/+4
2011-05-19mwifiex: reduce CPU usage by tracking tx_pkts_queuedMarc Yang1-0/+4
2011-05-16mwifiex: use ieee80211_amsdu_to_8023s routineYogesh Ashok Powar1-125/+0
2011-05-10mwifiex: fix null derefs, mem leaks and triviaChristoph Fritz1-2/+4
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar1-4/+3
2011-04-14mwifiex: remove unused function parametersAmitkumar Karwar1-3/+2
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao1-0/+423