summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-104-18/+8Star
|\
| * mwifiex: fix setting of multicast filterDaniel Drake2013-05-081-15/+6Star
| * mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar2013-05-082-3/+1Star
| * mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao2013-05-081-0/+1
* | drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-081-2/+2
|/
* mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar2013-04-261-2/+2
* mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar2013-04-261-1/+0Star
* mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar2013-04-261-1/+1
* mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar2013-04-261-2/+2
* mwifiex: rework round robin scheduling of bss nodes.Andreas Fenkart2013-04-233-77/+29Star
* mwifiex: replace ra_list_curr by list rotation.Andreas Fenkart2013-04-234-69/+40Star
* mwifiex: remove redundant initialization for bss_descriptorBing Zhao2013-04-222-29/+5Star
* mwifiex: fix use-after-free in beacon_ie processingBing Zhao2013-04-222-5/+17
* mwifiex: don't try to associate when bss_mode is not STABing Zhao2013-04-221-11/+6Star
* mwifiex: make use of msecs_to_jiffies()Bing Zhao2013-04-222-2/+2
* mwifiex: correct bss_mode check while appending vht operation IEBing Zhao2013-04-221-1/+1
* mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-initAvinash Patil2013-04-221-2/+2
* mwifiex: configure p2p interface during initializationBing Zhao2013-04-221-0/+3
* mwifiex: Start P2P devices in P2P modePaul Stewart2013-04-221-3/+2Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-102-3/+11
|\
| * mwifiex: complete last internal scanBing Zhao2013-04-031-2/+9
| * mwifiex: limit channel number not to overflow memoryStone Piao2013-04-011-1/+2
* | mwifiex: hold proper locks when accessing ra_list / bss_prio listsAndreas Fenkart2013-04-081-26/+29
* | mwifiex: fix infinite loop by removing NO_PKT_PRIO_TIDAndreas Fenkart2013-04-082-8/+6Star
* | mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tblAndreas Fenkart2013-04-083-9/+5Star
* | mwifiex: correct wrong list in list_empty checkAndreas Fenkart2013-04-081-2/+1Star
* | mwifiex: fix negative cmd_pending countBing Zhao2013-04-086-16/+29
* | mwifiex: use separate AMPDU tx/rx window sizes in 11ac networksAvinash Patil2013-04-015-0/+55
* | mwifiex: change default tx/rx win_size for BA setupAvinash Patil2013-04-014-6/+29
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-296-20/+33
|\|
| * mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil2013-03-251-0/+1
| * mwifiex: cancel cmd timer and free curr_cmd in shutdown processBing Zhao2013-03-181-0/+8
| * mwifiex: skip pending commands after function shutdownBing Zhao2013-03-181-3/+14
| * mwifiex: fix race when queuing commandsAmitkumar Karwar2013-03-184-17/+10Star
* | mwifiex: use fw_status register to wake up PCIe cardAvinash Patil2013-03-271-13/+24
* | mwifiex: avoid waking up device in awake stateAvinash Patil2013-03-271-3/+4
* | mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil2013-03-271-1/+2
* | mwifiex: add support to configure VHT for AP modeYogesh Ashok Powar2013-03-259-0/+129
* | mwifiex: cleanup VHT capYogesh Ashok Powar2013-03-182-85/+1Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-182-5/+4Star
|\|
| * mwifiex: fix potential out-of-boundary access to ibss rate tableBing Zhao2013-03-081-4/+3Star
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-011-1/+1
| |\
| | * mwifiex: correct sleep delay counterAvinash Patil2013-02-271-1/+1
* | | mwifiex: fix potential null dereference 'mef_entry'Bing Zhao2013-03-081-1/+4
* | | mwifiex: Trigger a card reset on reaching tx_timeout thresholdAshok Nagarajan2013-03-083-3/+19
* | | mwifiex: add WOWLAN supportAmitkumar Karwar2013-03-066-0/+292
* | | mwifiex: add "ethtool wol" command supportAmitkumar Karwar2013-03-065-0/+78
* | | mwifiex: shorten the host sleep configuration macro namesAmitkumar Karwar2013-03-065-14/+14
* | | mwifiex: modify skb->truesize for PCIE RxAvinash Patil2013-03-061-2/+3
* | | mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao2013-03-061-2/+2