summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2013-04-12mwifiex: limit channel number not to overflow memoryStone Piao1-1/+2
2013-04-05mwifiex: cancel cmd timer and free curr_cmd in shutdown processBing Zhao1-0/+8
2013-04-05mwifiex: skip pending commands after function shutdownBing Zhao1-3/+14
2013-04-05mwifiex: fix race when queuing commandsAmitkumar Karwar4-17/+10
2013-03-28mwifiex: fix potential out-of-boundary access to ibss rate tableBing Zhao1-4/+3
2013-03-14mwifiex: correct sleep delay counterAvinash Patil1-1/+1
2013-01-30mwifiex: fix incomplete scan in case of IE parsing errorBing Zhao1-4/+5
2013-01-22mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil1-1/+1
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-05mwifiex: fix typo in setting up ibss network parametersAmitkumar Karwar1-1/+1
2013-01-05mwifiex: 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
2012-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-10/+10
2012-10-29mwifiex: rx path enhancement to derive priv only onceAvinash Patil6-58/+32
2012-10-29mwifiex: handle extended supported rates IE for APAvinash Patil1-1/+10
2012-10-29Revert "mwifiex: retrieve correct max_power information in reg_notifier handler"Amitkumar Karwar1-3/+3
2012-10-29mwifiex: disable channel filtering for SSID specific scan from userAmitkumar Karwar1-0/+5
2012-10-29mwifiex: minor cleanup and a fix in scan semaphore usageAmitkumar Karwar5-20/+1
2012-10-29mwifiex: abort scan upon interface downAmitkumar Karwar4-10/+42
2012-10-29mwifiex: use LOW_PRIORITY scan flag provided in scan requestAmitkumar Karwar2-3/+9
2012-10-24mwifiex: clean up scan state on errorBing Zhao1-2/+5
2012-10-24mwifiex: return -EBUSY if specific scan request cannot be honoredBing Zhao1-8/+5
2012-10-19mwifiex: Using %*phD instead of print_hex_dump_bytesAndrei Emeltchenko1-12/+12
2012-10-19mwifiex: use sizeof(array) to print_hex_dump_bytesBing Zhao2-6/+7
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel2-7/+10
2012-10-18wireless: use OR operation to set wiphy featuresJohannes Berg1-2/+2
2012-10-08mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar4-16/+27
2012-10-08mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar2-5/+16
2012-10-08mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar1-6/+10
2012-10-08mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao2-12/+16
2012-09-28mwifiex: convert to use le16_add_cpu()Wei Yongjun1-3/+2
2012-09-28mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil4-8/+49
2012-09-28mwifiex: add inactivity deauth support for apKevin Gan4-1/+39