aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18mwifiex: move under marvell vendor directoryKalle Valo1-1267/+0
2015-10-14mwifiex: remove USB8897 chipset supportAmitkumar Karwar1-14/+0
2015-09-29mwifiex: complete usb tx data with multi endpointsZhaoyang Liu1-6/+41
2015-09-29mwifiex: add usb multi endpoints resync supportZhaoyang Liu1-0/+56
2015-09-29mwifiex: add usb tx data multi endpoints supportZhaoyang Liu1-40/+84
2015-09-29mwifiex: add usb multi channel event process supportZhaoyang Liu1-0/+2
2015-09-29mwifiex: move usb specific data_sent update to usb.cZhaoyang Liu1-1/+6
2015-08-13mwifiex: add support for 8997 chipsetZhaoyang Liu1-0/+14
2015-08-13mwifiex: usb: return an error if kmalloc failsDan Carpenter1-1/+3
2015-07-21mwifiex: usb: Fix double add error when submitting rx urbReyad Attiyat1-2/+4
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu1-61/+80
2015-03-16mwifiex: avoid queue_work while work is ongoingShengzhen Li1-2/+2
2015-03-16mwifiex: use del_timer variant in interrupt contextAmitkumar Karwar1-1/+1
2015-01-27mwifiex: selectively choose ext_scan supportAvinash Patil1-0/+3
2015-01-27mwifiex: add support for USB8801Yogesh Ashok Powar1-0/+13
2015-01-06mwifiex: Increase priority of firmware download messageAmitkumar Karwar1-1/+2
2015-01-06mwifiex: add wakeup timer based recovery mechanismAmitkumar Karwar1-0/+1
2015-01-06mwifiex: move pm_wakeup_card_complete definition to usb.cXinming Hu1-0/+7
2014-11-20mwifiex: Add USB8766 supportKristian Evensen1-0/+13
2014-11-11mwifiex: fix out of memory issue observed for USB chipsetsAmitkumar Karwar1-1/+22
2014-11-11mwifiex: remove data_complete handlerAvinash Patil1-6/+0
2014-11-11mwifiex: rx workqueue support for USB interfaceAvinash Patil1-6/+3
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+1
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-04-22mwifiex: remove redundant 'fw_load' completion structureAmitkumar Karwar1-5/+0
2014-04-22mwifiex: use USB core's soft_unbind optionAmitkumar Karwar1-31/+29
2014-03-27mwifiex: cancel pending commands during host sleepAmitkumar Karwar1-0/+1
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-11/+1
2014-02-28mwifiex: stop AP at shutdown timeAmitkumar Karwar1-6/+2
2014-02-28mwifiex: change transmit buffer size for 8897Amitkumar Karwar1-0/+2
2014-02-28mwifiex: do not advertise usb autosuspend supportBing Zhao1-8/+0
2014-02-24mwifiex: rename usb driver name registerring to usb coreBing Zhao1-3/+1
2014-01-13mwifiex: add USB8897 supportYogesh Ashok Powar1-13/+41
2013-12-09mwifiex: fix rx_pending count imbalanceUjjal Roy1-3/+1
2013-11-15mwifiex: fix issues in driver unload path for USB chipsetsUjjal Roy1-12/+15
2013-09-26mwifiex: fix NULL pointer dereference in usb suspend handlerBing Zhao1-7/+0
2013-08-26mwifiex: fix driver unload problem for usb chipsetsAmitkumar Karwar1-25/+25
2013-07-24mwifiex: add unregister_dev handler for usb interfaceAmitkumar Karwar1-0/+8
2013-01-30mwifiex: do not overwrite error code from lower layer driverBing Zhao1-2/+2
2013-01-07wireless: mwifiex: remove unreachable pathsSasha Levin1-27/+3
2012-11-30wireless: mwifiex: Fix typo in wireless/mwifiex driverMasanari Iida1-1/+1
2012-11-14mwifiex: add multi-queue supportAvinash Patil1-1/+1
2012-06-22mwifiex: improve error path handling in usb.cAmitkumar Karwar1-5/+17
2012-06-22mwifiex: fix bugs in event handling codeAmitkumar Karwar1-3/+3
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar1-0/+1052