summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2013-06-12mwifiex: debugfs: Fix out of bounds array accessMark A. Greer1-5/+17
2013-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-18/+8
2013-05-08mwifiex: fix setting of multicast filterDaniel Drake1-15/+6
2013-05-08mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar2-3/+1
2013-05-08mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao1-0/+1
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-26mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar1-2/+2
2013-04-26mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar1-1/+0
2013-04-26mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar1-1/+1
2013-04-26mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar1-2/+2
2013-04-23mwifiex: rework round robin scheduling of bss nodes.Andreas Fenkart3-77/+29
2013-04-23mwifiex: replace ra_list_curr by list rotation.Andreas Fenkart4-69/+40
2013-04-22mwifiex: remove redundant initialization for bss_descriptorBing Zhao2-29/+5
2013-04-22mwifiex: fix use-after-free in beacon_ie processingBing Zhao2-5/+17
2013-04-22mwifiex: don't try to associate when bss_mode is not STABing Zhao1-11/+6
2013-04-22mwifiex: make use of msecs_to_jiffies()Bing Zhao2-2/+2
2013-04-22mwifiex: correct bss_mode check while appending vht operation IEBing Zhao1-1/+1
2013-04-22mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-initAvinash Patil1-2/+2
2013-04-22mwifiex: configure p2p interface during initializationBing Zhao1-0/+3
2013-04-22mwifiex: Start P2P devices in P2P modePaul Stewart1-3/+2
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-3/+11
2013-04-08mwifiex: hold proper locks when accessing ra_list / bss_prio listsAndreas Fenkart1-26/+29
2013-04-08mwifiex: fix infinite loop by removing NO_PKT_PRIO_TIDAndreas Fenkart2-8/+6
2013-04-08mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tblAndreas Fenkart3-9/+5
2013-04-08mwifiex: correct wrong list in list_empty checkAndreas Fenkart1-2/+1
2013-04-08mwifiex: fix negative cmd_pending countBing Zhao6-16/+29
2013-04-03mwifiex: complete last internal scanBing Zhao1-2/+9
2013-04-01mwifiex: use separate AMPDU tx/rx window sizes in 11ac networksAvinash Patil5-0/+55
2013-04-01mwifiex: change default tx/rx win_size for BA setupAvinash Patil4-6/+29
2013-04-01mwifiex: limit channel number not to overflow memoryStone Piao1-1/+2
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-20/+33
2013-03-27mwifiex: use fw_status register to wake up PCIe cardAvinash Patil1-13/+24
2013-03-27mwifiex: avoid waking up device in awake stateAvinash Patil1-3/+4
2013-03-27mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil1-1/+2
2013-03-25mwifiex: add support to configure VHT for AP modeYogesh Ashok Powar9-0/+129
2013-03-25mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil1-0/+1
2013-03-18mwifiex: cleanup VHT capYogesh Ashok Powar2-85/+1
2013-03-18mwifiex: cancel cmd timer and free curr_cmd in shutdown processBing Zhao1-0/+8
2013-03-18mwifiex: skip pending commands after function shutdownBing Zhao1-3/+14
2013-03-18mwifiex: fix race when queuing commandsAmitkumar Karwar4-17/+10
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-5/+4
2013-03-08mwifiex: fix potential null dereference 'mef_entry'Bing Zhao1-1/+4
2013-03-08mwifiex: Trigger a card reset on reaching tx_timeout thresholdAshok Nagarajan3-3/+19
2013-03-08mwifiex: fix potential out-of-boundary access to ibss rate tableBing Zhao1-4/+3
2013-03-06mwifiex: add WOWLAN supportAmitkumar Karwar6-0/+292
2013-03-06mwifiex: add "ethtool wol" command supportAmitkumar Karwar5-0/+78
2013-03-06mwifiex: shorten the host sleep configuration macro namesAmitkumar Karwar5-14/+14
2013-03-06mwifiex: modify skb->truesize for PCIE RxAvinash Patil1-2/+3
2013-03-06mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao1-2/+2
2013-03-06mwifiex: fix [-Wunused-function] warnings on pcie suspend/resumeBing Zhao1-0/+2