summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)Author
2013-07-31mwifiex: fix command 0x2c timeout during p2p_find or p2p_connectStone Piao
2013-07-31mwifiex: fix wrong data rates in P2P clientAvinash Patil
2013-07-31mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil
2013-07-26mwifiex: Add missing endian conversion.Tomasz Moń
2013-07-22mwifiex: fix IRQ enable/disableDaniel Drake
2013-06-19mwifiex: channel switch handling for stationAmitkumar Karwar
2013-06-19mwifiex: add basic 11h support for stationAmitkumar Karwar
2013-06-19mwifiex: code rearrangement for better readabilityAmitkumar Karwar
2013-06-17mwifiex: fix memory corruption when unsetting multicast listDaniel Drake
2013-06-17mwifiex: Add module parameter for regdomainAvinash Patil
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-06-12mwifiex: enable/disable tx_amsdu support via module parameterAvinash Patil
2013-06-12mwifiex: fix regression issue for usb interfaceAmitkumar Karwar
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-12mwifiex: debugfs: Fix out of bounds array accessMark A. Greer
2013-06-04Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg
2013-05-29mwifiex: dump small buffers with help of %*phAndy Shevchenko
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville
2013-05-22mwifiex: add support for Marvell SD8897 chipsetYogesh Ashok Powar
2013-05-22mwifiex: code rearrangement in multiport aggregation pathAmitkumar Karwar
2013-05-22mwifiex: remove unnecessary macros in sdio.hAmitkumar Karwar
2013-05-22mwifiex: define a macro for MPA base addressAmitkumar Karwar
2013-05-22mwifiex: do port calculations separatelyAmitkumar Karwar
2013-05-22mwifiex: code rearrangement in mwifiex_get_rd_port()Amitkumar Karwar
2013-05-22mwifiex: replace unnecessary u32 variables with u8 in sdio.cAmitkumar Karwar
2013-05-22mwifiex: store SDIO chip specific information in separate structureAmitkumar Karwar
2013-05-22mwifiex: use u32 variables for SDIO read/write port bitmapAmitkumar Karwar
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar
2013-05-22mwifiex: replace spin_lock_irqsave with spin_lock and fix warn_onAvinash Patil
2013-05-22mwifiex: add del_station handlerAvinash Patil
2013-05-22mwifiex: avoid deleting all stations during mwifiex_del_sta_entry()Avinash Patil
2013-05-22mwifiex: abort remaining scan commands when association startedBing Zhao
2013-05-22mwifiex: remove global user_scan_cfg variableAmitkumar Karwar
2013-05-22mwifiex: scan delay timer cleanup in unload pathAmitkumar Karwar
2013-05-22mwifiex: rename mwifiex_free_adapter() routine in init.cAmitkumar Karwar
2013-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-05-08mwifiex: fix setting of multicast filterDaniel Drake
2013-05-08mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar
2013-05-08mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao
2013-05-08drivers/net: rename random32() to prandom_u32()Akinobu Mita
2013-04-26mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar
2013-04-26mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar
2013-04-26mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar
2013-04-26mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar
2013-04-23mwifiex: rework round robin scheduling of bss nodes.Andreas Fenkart
2013-04-23mwifiex: replace ra_list_curr by list rotation.Andreas Fenkart
2013-04-22mwifiex: remove redundant initialization for bss_descriptorBing Zhao
2013-04-22mwifiex: fix use-after-free in beacon_ie processingBing Zhao
2013-04-22mwifiex: don't try to associate when bss_mode is not STABing Zhao