summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-152-12/+11
| |\ \ \ \
| * | | | | remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-191-5/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mwifiex: don't use [delayed_]work_pending()Tejun Heo2012-12-281-5/+4
| |/ / /
* | | | mwifiex: fix incomplete scan in case of IE parsing errorBing Zhao2013-01-301-4/+5
| |_|/ |/| |
* | | 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
|/
* 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
OpenPOWER on IntegriCloud