aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+2
2014-03-27mwifiex: corner case NULL pointer dereference fixAmitkumar Karwar1-1/+2
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-4/+3
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao1-3/+2
2014-02-24mwifiex: use del_timer_sync instead of del_timerAvinash Patil1-1/+1
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park1-1/+1
2013-12-09mwifiex: remove redundant goto exit_remove statementAmitkumar Karwar1-6/+2
2013-12-09mwifiex: correct TX byte count statisticsUjjal Roy1-0/+1
2013-11-15mwifiex: fix potential mem leak in .del_virtual_intfAmitkumar Karwar1-6/+0
2013-11-15mwifiex: fix NULL pointer dereference in mwifiex_fw_dpcAmitkumar Karwar1-2/+1
2013-11-15mwifiex: failure path handling in mwifiex_add_virtual_intf()Amitkumar Karwar1-11/+2
2013-11-15mwifiex: use return value of mwifiex_add_virtual_intf() correctlyAmitkumar Karwar1-2/+4
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+3
2013-10-14mwifiex: use alloc_workqueue() functionAmitkumar Karwar1-1/+3
2013-09-30mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar1-2/+4
2013-08-22mwifiex: do not create AP and P2P interfaces upon driver loadingBing Zhao1-14/+0
2013-08-01mwifiex: fix adapter pointer dereference issueAmitkumar Karwar1-3/+10
2013-07-26mwifiex: handle driver initialization error pathsAmitkumar Karwar1-28/+55
2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+12
2013-07-24mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar1-0/+3
2013-07-24mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar1-0/+1
2013-07-22mwifiex: fix IRQ enable/disableDaniel Drake1-1/+12
2013-06-17mwifiex: fix memory corruption when unsetting multicast listDaniel Drake1-3/+2
2013-06-12mwifiex: fix regression issue for usb interfaceAmitkumar Karwar1-0/+82
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville1-0/+1
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar1-0/+13
2013-05-22mwifiex: remove global user_scan_cfg variableAmitkumar Karwar1-0/+1
2013-05-08mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar1-0/+1
2013-03-08mwifiex: Trigger a card reset on reaching tx_timeout thresholdAshok Nagarajan1-3/+12
2012-11-14mwifiex: process RX packets in SDIO IRQ thread directlyBing Zhao1-0/+1
2012-11-14mwifiex: add multi-queue supportAvinash Patil1-53/+32
2012-10-29mwifiex: abort scan upon interface downAmitkumar Karwar1-0/+8
2012-09-28mwifiex: add P2P interfaceStone Piao1-0/+7
2012-09-28mwifiex: implement cfg80211 mgmt_tx handlerStone Piao1-12/+22
2012-09-11mwifiex: have same priority for AP and station trafficAmitkumar Karwar1-1/+0
2012-08-06mwifiex: improve scan delay logic during Tx trafficAmitkumar Karwar1-0/+3
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg1-2/+2
2012-06-22mwifiex: wake up main thread to handle Tx traffic if scan is delayed/abortedAmitkumar Karwar1-1/+2
2012-06-11mwifiex: fix simultaneous scan and Tx traffic problemAmitkumar Karwar1-2/+2
2012-05-16mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmwareAvinash Patil1-0/+4
2012-05-16mwifiex: add custom IE frameworkAvinash Patil1-0/+2
2012-05-16mwifiex: support for creation of AP interfaceAvinash Patil1-6/+12
2012-05-16mwifiex: allocate space for one more mwifiex_private structureAvinash Patil1-15/+18
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar1-6/+20
2012-04-12mwifiex: use asynchronous firmware loadingAmitkumar Karwar1-48/+55
2012-04-12wireless, mwifiex: drop redundant NULL test before call to release_firmware()Jesper Juhl1-2/+1
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar1-25/+24