summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: fix invalid access of PCIe RxBD ring buffer descriptorAvinash Patil2013-01-301-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-283-28/+28
|\
| * mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil2013-01-221-1/+1
| * mwifiex: correct config_bands handling for ibss networkAmitkumar Karwar2013-01-111-1/+1
| * mwifiex: update config_bands during infra associationAmitkumar Karwar2013-01-112-14/+15
| * mwifiex: fix typo in setting up ibss network parametersAmitkumar Karwar2013-01-041-1/+1
| * mwifiex: check wait_event_interruptible return valueBing Zhao2013-01-041-11/+10
* | mwifiex: correction in status codes used for association failureAmitkumar Karwar2013-01-222-5/+18
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-221-4/+2
|\ \
| * | wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-141-4/+2
| |/
* | mwifiex: use map/unmap APIs in TX and RX to reduce memcpyAvinash Patil2013-01-075-55/+193
* | mwifiex: flush TX ring for PCIe after disconnect or bss stopAvinash Patil2013-01-074-0/+48
* | mwifiex: use pci_alloc/free_consistent APIs for PCIeAvinash Patil2013-01-074-154/+235
* | mwifiex: add init_fw_port handler for PCIe interfaceAvinash Patil2013-01-073-2/+25
* | mwifiex: access interrupt status only while holding lockAvinash Patil2013-01-071-13/+12
* | mwifiex: parse WMM IEs from hostapd for mwifiex APAvinash Patil2013-01-076-7/+75
* | mwifiex: use correct htcapinfo for HT20 ibss networkAmitkumar Karwar2013-01-072-1/+13
* | wireless: mwifiex: remove unreachable pathsSasha Levin2013-01-071-27/+3
|/
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-12-061-8/+25
|\
| * cfg80211: fix BSS struct IE access racesJohannes Berg2012-11-301-9/+26
* | wireless: mwifiex: Fix typo in wireless/mwifiex driverMasanari Iida2012-11-302-2/+2
* | mwifiex: fix struct member mismatchJohannes Berg2012-11-301-2/+3
* | mwifiex: advertise GreenField, 40MHz intolerance support to cfg80211Avinash Patil2012-11-302-0/+17
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-264-28/+24
|\|
| * cfg80211: pass a channel definition structJohannes Berg2012-11-261-12/+18
| * cfg80211: remove remain-on-channel channel typeJohannes Berg2012-11-264-16/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-212-8/+14
|\ \
| * | mwifiex: report error to MMC core if we cannot suspendBing Zhao2012-11-161-5/+6
| * | mwifiex: fix system hang issue in cmd timeout error caseBing Zhao2012-11-161-3/+8
* | | mwifiex: don't select lib80211Johannes Berg2012-11-161-1/+0
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-161-0/+1
|\ \ \ | | |/ | |/|
| * | cfg80211: allow per interface TX power settingJohannes Berg2012-10-301-0/+1
* | | mwifiex: process RX packets in SDIO IRQ thread directlyBing Zhao2012-11-142-3/+4
* | | mwifiex: add multi-queue supportAvinash Patil2012-11-1414-98/+107
* | | mwifiex: add support for SDIO card resetAmitkumar Karwar2012-11-144-0/+38
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-292-10/+10
|\|
| * mwifiex: clean up scan state on errorBing Zhao2012-10-241-2/+5
| * mwifiex: return -EBUSY if specific scan request cannot be honoredBing Zhao2012-10-241-8/+5
* | mwifiex: rx path enhancement to derive priv only onceAvinash Patil2012-10-296-58/+32
* | mwifiex: handle extended supported rates IE for APAvinash Patil2012-10-291-1/+10
* | Revert "mwifiex: retrieve correct max_power information in reg_notifier handler"Amitkumar Karwar2012-10-291-3/+3
* | mwifiex: disable channel filtering for SSID specific scan from userAmitkumar Karwar2012-10-291-0/+5
* | mwifiex: minor cleanup and a fix in scan semaphore usageAmitkumar Karwar2012-10-295-20/+1
* | mwifiex: abort scan upon interface downAmitkumar Karwar2012-10-294-10/+42
* | mwifiex: use LOW_PRIORITY scan flag provided in scan requestAmitkumar Karwar2012-10-292-3/+9
* | mwifiex: Using %*phD instead of print_hex_dump_bytesAndrei Emeltchenko2012-10-191-12/+12
* | mwifiex: use sizeof(array) to print_hex_dump_bytesBing Zhao2012-10-192-6/+7
* | wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel2012-10-182-7/+10
* | wireless: use OR operation to set wiphy featuresJohannes Berg2012-10-181-2/+2
|/
* mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar2012-10-084-16/+27