summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)Author
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-22mwifiex: correction in status codes used for association failureAmitkumar Karwar
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-01-22mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez
2013-01-11mwifiex: correct config_bands handling for ibss networkAmitkumar Karwar
2013-01-11mwifiex: update config_bands during infra associationAmitkumar Karwar
2013-01-09remove init of dev->perm_addr in driversJiri Pirko
2013-01-07mwifiex: use map/unmap APIs in TX and RX to reduce memcpyAvinash Patil
2013-01-07mwifiex: flush TX ring for PCIe after disconnect or bss stopAvinash Patil
2013-01-07mwifiex: use pci_alloc/free_consistent APIs for PCIeAvinash Patil
2013-01-07mwifiex: add init_fw_port handler for PCIe interfaceAvinash Patil
2013-01-07mwifiex: access interrupt status only while holding lockAvinash Patil
2013-01-07mwifiex: parse WMM IEs from hostapd for mwifiex APAvinash Patil
2013-01-07mwifiex: use correct htcapinfo for HT20 ibss networkAmitkumar Karwar
2013-01-07wireless: mwifiex: remove unreachable pathsSasha Levin
2013-01-04mwifiex: fix typo in setting up ibss network parametersAmitkumar Karwar
2013-01-04mwifiex: check wait_event_interruptible return valueBing Zhao
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-30wireless: mwifiex: Fix typo in wireless/mwifiex driverMasanari Iida
2012-11-30mwifiex: fix struct member mismatchJohannes Berg
2012-11-30mwifiex: advertise GreenField, 40MHz intolerance support to cfg80211Avinash Patil
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-26cfg80211: pass a channel definition structJohannes Berg
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-11-16mwifiex: report error to MMC core if we cannot suspendBing Zhao
2012-11-16mwifiex: fix system hang issue in cmd timeout error caseBing Zhao
2012-11-16mwifiex: don't select lib80211Johannes Berg
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-14mwifiex: process RX packets in SDIO IRQ thread directlyBing Zhao
2012-11-14mwifiex: add multi-queue supportAvinash Patil
2012-11-14mwifiex: add support for SDIO card resetAmitkumar Karwar
2012-10-30cfg80211: allow per interface TX power settingJohannes Berg
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-10-29mwifiex: rx path enhancement to derive priv only onceAvinash Patil
2012-10-29mwifiex: handle extended supported rates IE for APAvinash Patil
2012-10-29Revert "mwifiex: retrieve correct max_power information in reg_notifier handler"Amitkumar Karwar
2012-10-29mwifiex: disable channel filtering for SSID specific scan from userAmitkumar Karwar
2012-10-29mwifiex: minor cleanup and a fix in scan semaphore usageAmitkumar Karwar
2012-10-29mwifiex: abort scan upon interface downAmitkumar Karwar
2012-10-29mwifiex: use LOW_PRIORITY scan flag provided in scan requestAmitkumar Karwar
2012-10-24mwifiex: clean up scan state on errorBing Zhao
2012-10-24mwifiex: return -EBUSY if specific scan request cannot be honoredBing Zhao
2012-10-19mwifiex: Using %*phD instead of print_hex_dump_bytesAndrei Emeltchenko
2012-10-19mwifiex: use sizeof(array) to print_hex_dump_bytesBing Zhao