summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/main.c
AgeCommit message (Expand)Author
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-14mwifiex: use alloc_workqueue() functionAmitkumar Karwar
2013-09-30mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar
2013-08-22mwifiex: do not create AP and P2P interfaces upon driver loadingBing Zhao
2013-08-01mwifiex: fix adapter pointer dereference issueAmitkumar Karwar
2013-07-26mwifiex: handle driver initialization error pathsAmitkumar Karwar
2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-07-24mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar
2013-07-24mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar
2013-07-22mwifiex: fix IRQ enable/disableDaniel Drake
2013-06-17mwifiex: fix memory corruption when unsetting multicast listDaniel Drake
2013-06-12mwifiex: fix regression issue for usb interfaceAmitkumar Karwar
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar
2013-05-22mwifiex: remove global user_scan_cfg variableAmitkumar Karwar
2013-05-08mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar
2013-03-08mwifiex: Trigger a card reset on reaching tx_timeout thresholdAshok Nagarajan
2012-11-14mwifiex: process RX packets in SDIO IRQ thread directlyBing Zhao
2012-11-14mwifiex: add multi-queue supportAvinash Patil
2012-10-29mwifiex: abort scan upon interface downAmitkumar Karwar
2012-09-28mwifiex: add P2P interfaceStone Piao
2012-09-28mwifiex: implement cfg80211 mgmt_tx handlerStone Piao
2012-09-11mwifiex: have same priority for AP and station trafficAmitkumar Karwar
2012-08-06mwifiex: improve scan delay logic during Tx trafficAmitkumar Karwar
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg
2012-06-22mwifiex: wake up main thread to handle Tx traffic if scan is delayed/abortedAmitkumar Karwar
2012-06-11mwifiex: fix simultaneous scan and Tx traffic problemAmitkumar Karwar
2012-05-16mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmwareAvinash Patil
2012-05-16mwifiex: add custom IE frameworkAvinash Patil
2012-05-16mwifiex: support for creation of AP interfaceAvinash Patil
2012-05-16mwifiex: allocate space for one more mwifiex_private structureAvinash Patil
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar
2012-04-12mwifiex: use asynchronous firmware loadingAmitkumar Karwar
2012-04-12wireless, mwifiex: drop redundant NULL test before call to release_firmware()Jesper Juhl
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-06mwifiex: add NULL checks in driver unload pathAmitkumar Karwar
2012-01-27mwifiex: pass priv pointer instead of adapterAvinash Patil
2012-01-24mwifiex: use bss_type and bss_num to retrieve privYogesh Ashok Powar
2011-12-14mwifiex: remove cfg_workqueueAmitkumar Karwar
2011-12-13mwifiex: wakeup and stop multiple tx queues in net_deviceAvinash Patil
2011-10-17Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-10-14mwifiex: use separate wait condition for each command nodeAmitkumar Karwar
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar
2011-10-11mwifiex: fix smatch errorsYogesh Ashok Powar
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-10-03mwifiex: handle an error path correctlyAmitkumar Karwar
2011-09-30mwifiex: add cfg80211 handlers add/del_virtual_intfYogesh Ashok Powar
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko