aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18mwifiex: move under marvell vendor directoryKalle Valo1-386/+0
2015-09-29mwifiex: complete usb tx data with multi endpointsZhaoyang Liu1-2/+2
2015-09-29mwifiex: move usb specific data_sent update to usb.cZhaoyang Liu1-13/+0
2015-09-29mwifiex: fix tx data_sent issue for usb interfaceZhaoyang Liu1-4/+4
2015-09-29mwifiex: Suppress -ENOSR error for data traffic on USBAmitkumar Karwar1-1/+1
2015-07-21mwifiex: fix for p2p broken linkAniket Nagarnaik1-1/+21
2015-06-08mwifiex: do not decrease tx_pending for AMSDU packet once moreXinming Hu1-4/+4
2015-06-08mwifiex: maintain station statistic in uap modeXinming Hu1-2/+11
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu1-11/+14
2015-05-26mwifiex: add dump data debug supportZhaoyang Liu1-0/+5
2015-03-20mwifiex: missing curly braces in mwifiex_write_data_complete()Dan Carpenter1-1/+2
2015-03-16mwifiex: preprocess packets from TX queueZhaoyang Liu1-0/+125
2015-02-27mwifiex: fix usb tx data payload offset issueZhaoyang Liu1-4/+4
2015-01-29mwifiex: do not declare wdev as pointerAvinash Patil1-1/+1
2014-11-25mwifiex: add Tx status support for ACTION framesAmitkumar Karwar1-3/+14
2014-11-25mwifiex: add Tx status support for EAPOL packetsAmitkumar Karwar1-0/+20
2014-11-11mwifiex: remove data_complete handlerAvinash Patil1-4/+0
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
2013-12-09mwifiex: do not flood kmsg/dmesg with USB debug messagesUjjal Roy1-1/+1
2013-12-09mwifiex: correct TX byte count statisticsUjjal Roy1-1/+1
2013-12-09mwifiex: fix rx_pending count imbalanceUjjal Roy1-2/+9
2013-03-08mwifiex: Trigger a card reset on reaching tx_timeout thresholdAshok Nagarajan1-0/+2
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-11/+17
2012-10-29mwifiex: rx path enhancement to derive priv only onceAvinash Patil1-2/+8
2012-09-11mwifiex: separate TxPD processing routine for APAvinash Patil1-1/+5
2012-08-06mwifiex: improve uAP RX handlingAvinash Patil1-0/+5
2012-06-19mwifiex: fix uAP TX packet timeout issueAvinash Patil1-7/+3
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar1-3/+18
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 9Yogesh Ashok Powar1-7/+6
2012-01-24mwifiex: use bss_type and bss_num to retrieve privYogesh Ashok Powar1-2/+4
2011-12-13mwifiex: wakeup and stop multiple tx queues in net_deviceAvinash Patil1-2/+3
2011-10-14mwifiex: fix make namespacecheck warningsAmitkumar Karwar1-40/+0
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar1-1/+1
2011-10-11mwifiex: fix smatch errorsYogesh Ashok Powar1-1/+2
2011-06-22mwifiex: remove casts of void pointersAmitkumar Karwar1-1/+1
2011-05-19mwifiex: adjust high/low water marks for tx_pending queueMarc Yang1-1/+3
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar1-5/+5
2011-04-19mwifiex: remove redundant local variables and commentsYogesh Ashok Powar1-3/+1
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao1-0/+202