summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2014-02-06mwifiex: fix wrong 11ac bits setting in fw_cap_infoBing Zhao1-1/+1
2014-02-06mwifiex: add missing endian conversion for fw_tsfAmitkumar Karwar1-2/+2
2013-12-20mwifiex: fix memory leak issue for ibss joinUjjal Roy1-2/+2
2013-12-04mwifiex: fix wrong eth_hdr usage for bridged packets in AP modeUjjal Roy1-3/+26
2013-12-04mwifiex: correct packet length for packets from SDIO interfaceAvinash Patil1-0/+3
2013-11-13mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar1-2/+4
2013-10-13mwifiex: fix PCIe hs_cfg cancel cmd timeoutBing Zhao1-3/+2
2013-10-13mwifiex: fix hang issue for USB chipsetsAmitkumar Karwar3-4/+4
2013-10-13mwifiex: fix NULL pointer dereference in usb suspend handlerBing Zhao1-7/+0
2013-10-13mwifiex: fix memory corruption when unsetting multicast listDaniel Drake2-13/+10
2013-09-14mwifiex: do not create AP and P2P interfaces upon driver loadingBing Zhao1-14/+0
2013-08-11mwifiex: fix wrong data rates in P2P clientAvinash Patil1-1/+2
2013-08-11mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil2-4/+6
2013-08-11mwifiex: Add missing endian conversion.Tomasz Moń1-2/+2
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