summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+5
2013-02-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-10/+5
2013-02-11mwifiex: add PCIe8897 supportAvinash Patil3-70/+275
2013-02-11mwifiex: define generic data type for PCIe ring buffersAvinash Patil2-26/+35
2013-02-11mwifiex: separate ring initialization and ring creation routinesAvinash Patil1-133/+194
2013-02-11mwifiex: store card specific data in PCI device table entryAvinash Patil2-118/+206
2013-02-11cfg80211: move TSF into IEsJohannes Berg1-1/+1
2013-02-11cfg80211: remove scan ies NULL checkJohannes Berg1-5/+0
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg3-4/+4
2013-02-01mwifiex: remove max_tx_buf_sizeBing Zhao7-10/+3
2013-02-01mwifiex: do not reconfigure tx buffer size in firmware while associatingBing Zhao3-43/+0
2013-01-30mwifiex: avoid out of bounds access in mwifiex_get_common_rates.Cyril Roelandt1-2/+2
2013-01-30mwifiex: do not overwrite error code from lower layer driverBing Zhao2-8/+6
2013-01-30mwifiex: don't return zero on failure paths in mwifiex_pcie_init()Alexey Khoroshilov1-0/+2
2013-01-30mwifiex: fix invalid access of PCIe RxBD ring buffer descriptorAvinash Patil1-2/+2
2013-01-30mwifiex: fix incomplete scan in case of IE parsing errorBing Zhao1-4/+5
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-28/+28
2013-01-22mwifiex: correction in status codes used for association failureAmitkumar Karwar2-5/+18
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-4/+2
2013-01-22mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil1-1/+1
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-4/+2
2013-01-11mwifiex: correct config_bands handling for ibss networkAmitkumar Karwar1-1/+1
2013-01-11mwifiex: update config_bands during infra associationAmitkumar Karwar2-14/+15
2013-01-07mwifiex: use map/unmap APIs in TX and RX to reduce memcpyAvinash Patil5-55/+193
2013-01-07mwifiex: flush TX ring for PCIe after disconnect or bss stopAvinash Patil4-0/+48
2013-01-07mwifiex: use pci_alloc/free_consistent APIs for PCIeAvinash Patil4-154/+235
2013-01-07mwifiex: add init_fw_port handler for PCIe interfaceAvinash Patil3-2/+25
2013-01-07mwifiex: access interrupt status only while holding lockAvinash Patil1-13/+12
2013-01-07mwifiex: parse WMM IEs from hostapd for mwifiex APAvinash Patil6-7/+75
2013-01-07mwifiex: use correct htcapinfo for HT20 ibss networkAmitkumar Karwar2-1/+13
2013-01-07wireless: mwifiex: remove unreachable pathsSasha Levin1-27/+3
2013-01-04mwifiex: fix typo in setting up ibss network parametersAmitkumar Karwar1-1/+1
2013-01-04mwifiex: check wait_event_interruptible return valueBing Zhao1-11/+10
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-8/+25
2012-11-30wireless: mwifiex: Fix typo in wireless/mwifiex driverMasanari Iida2-2/+2
2012-11-30mwifiex: fix struct member mismatchJohannes Berg1-2/+3
2012-11-30mwifiex: advertise GreenField, 40MHz intolerance support to cfg80211Avinash Patil2-0/+17
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg1-9/+26
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville4-28/+24
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-12/+18
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg4-16/+6
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-8/+14
2012-11-16mwifiex: report error to MMC core if we cannot suspendBing Zhao1-5/+6
2012-11-16mwifiex: fix system hang issue in cmd timeout error caseBing Zhao1-3/+8
2012-11-16mwifiex: don't select lib80211Johannes Berg1-1/+0
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+1
2012-11-14mwifiex: process RX packets in SDIO IRQ thread directlyBing Zhao2-3/+4
2012-11-14mwifiex: add multi-queue supportAvinash Patil14-98/+107
2012-11-14mwifiex: add support for SDIO card resetAmitkumar Karwar4-0/+38
2012-10-30cfg80211: allow per interface TX power settingJohannes Berg1-0/+1