aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-19mwifiex: channel switch handling for stationAmitkumar Karwar6-0/+54
2013-06-19mwifiex: add basic 11h support for stationAmitkumar Karwar8-0/+155
2013-06-19mwifiex: code rearrangement for better readabilityAmitkumar Karwar1-12/+11
2013-06-17mwifiex: fix memory corruption when unsetting multicast listDaniel Drake2-13/+10
2013-06-17mwifiex: Add module parameter for regdomainAvinash Patil1-4/+25
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-5/+11
2013-06-12mwifiex: enable/disable tx_amsdu support via module parameterAvinash Patil1-1/+4
2013-06-12mwifiex: fix regression issue for usb interfaceAmitkumar Karwar2-81/+82
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-5/+17
2013-06-12mwifiex: debugfs: Fix out of bounds array accessMark A. Greer1-5/+17
2013-06-04Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg15-317/+810
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg1-5/+11
2013-05-29mwifiex: dump small buffers with help of %*phAndy Shevchenko1-3/+2
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville4-18/+8
2013-05-22mwifiex: add support for Marvell SD8897 chipsetYogesh Ashok Powar3-61/+315
2013-05-22mwifiex: code rearrangement in multiport aggregation pathAmitkumar Karwar2-36/+64
2013-05-22mwifiex: remove unnecessary macros in sdio.hAmitkumar Karwar1-51/+0
2013-05-22mwifiex: define a macro for MPA base addressAmitkumar Karwar2-2/+3
2013-05-22mwifiex: do port calculations separatelyAmitkumar Karwar1-12/+12
2013-05-22mwifiex: code rearrangement in mwifiex_get_rd_port()Amitkumar Karwar1-14/+15
2013-05-22mwifiex: replace unnecessary u32 variables with u8 in sdio.cAmitkumar Karwar1-13/+13
2013-05-22mwifiex: store SDIO chip specific information in separate structureAmitkumar Karwar2-81/+149
2013-05-22mwifiex: use u32 variables for SDIO read/write port bitmapAmitkumar Karwar2-25/+25
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar5-0/+101
2013-05-22mwifiex: replace spin_lock_irqsave with spin_lock and fix warn_onAvinash Patil1-3/+2
2013-05-22mwifiex: add del_station handlerAvinash Patil7-0/+95
2013-05-22mwifiex: avoid deleting all stations during mwifiex_del_sta_entry()Avinash Patil1-6/+3
2013-05-22mwifiex: abort remaining scan commands when association startedBing Zhao1-1/+2
2013-05-22mwifiex: remove global user_scan_cfg variableAmitkumar Karwar5-42/+34
2013-05-22mwifiex: scan delay timer cleanup in unload pathAmitkumar Karwar1-0/+10
2013-05-22mwifiex: rename mwifiex_free_adapter() routine in init.cAmitkumar Karwar1-10/+8
2013-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn 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