summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* 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
* mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar2012-10-082-5/+16
* mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar2012-10-081-6/+10
* mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao2012-10-082-12/+16
* mwifiex: convert to use le16_add_cpu()Wei Yongjun2012-09-281-3/+2
* mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil2012-09-284-8/+49
* mwifiex: add inactivity deauth support for apKevin Gan2012-09-284-1/+39
* mwifiex: set txpd when send a mgmt frame for AP and GO modeStone Piao2012-09-281-0/+9
* mwifiex: parse P2P IEs from beacon_dataStone Piao2012-09-281-32/+54
* mwifiex: add support for P2P GO in interface type changeStone Piao2012-09-286-3/+90
* mwifiex: add support for P2P client in interface type changeStone Piao2012-09-284-0/+95
OpenPOWER on IntegriCloud