summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)Author
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
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel
2012-10-18wireless: use OR operation to set wiphy featuresJohannes Berg
2012-10-08mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar
2012-10-08mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar
2012-10-08mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar
2012-10-08mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao
2012-09-28mwifiex: convert to use le16_add_cpu()Wei Yongjun
2012-09-28mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil
2012-09-28mwifiex: add inactivity deauth support for apKevin Gan
2012-09-28mwifiex: set txpd when send a mgmt frame for AP and GO modeStone Piao
2012-09-28mwifiex: parse P2P IEs from beacon_dataStone Piao
2012-09-28mwifiex: add support for P2P GO in interface type changeStone Piao
2012-09-28mwifiex: add support for P2P client in interface type changeStone Piao
2012-09-28mwifiex: add P2P interfaceStone Piao
2012-09-28mwifiex: send firmware initialization commands synchronouslyStone Piao
2012-09-28mwifiex: append each IE into a seperate IE bufferStone Piao
2012-09-28mwifiex: process remain on channel expired eventStone Piao
2012-09-28mwifiex: implement remain_on_channel and cancel_remain_on_channelStone Piao
2012-09-28mwifiex: report received management frames to cfg80211Stone Piao
2012-09-28mwifiex: implement cfg80211 mgmt_frame_register handlerStone Piao
2012-09-28mwifiex: advertise mgmt_stype to cfg80211Stone Piao