summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* 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/+2Star
* 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
* mwifiex: add P2P interfaceStone Piao2012-09-283-2/+47
* mwifiex: send firmware initialization commands synchronouslyStone Piao2012-09-281-32/+33
* mwifiex: append each IE into a seperate IE bufferStone Piao2012-09-281-4/+9
* mwifiex: process remain on channel expired eventStone Piao2012-09-282-0/+13
* mwifiex: implement remain_on_channel and cancel_remain_on_channelStone Piao2012-09-288-6/+163
* mwifiex: report received management frames to cfg80211Stone Piao2012-09-286-0/+58
* mwifiex: implement cfg80211 mgmt_frame_register handlerStone Piao2012-09-285-0/+40
* mwifiex: advertise mgmt_stype to cfg80211Stone Piao2012-09-281-0/+30
* mwifiex: implement cfg80211 mgmt_tx handlerStone Piao2012-09-286-17/+143
* mwifiex: fix coding style issueStone Piao2012-09-282-4/+1Star
* mwifiex: potential corruption in mwifiex_update_uap_custom_ie()Dan Carpenter2012-09-251-1/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-252-2/+2
|\
| * cfg80211: constify name parameter to add_virtual_intfJohannes Berg2012-09-192-2/+2
* | mwifiex: block scan request during heavy Tx trafficAmitkumar Karwar2012-09-242-0/+8
* | mwifiex: disconnect the device before entering suspend stateAmitkumar Karwar2012-09-241-0/+13
* | mwifiex: fix issue in resumed scan operationAmitkumar Karwar2012-09-241-0/+1
* | mwifiex: separate TxPD processing routine for APAvinash Patil2012-09-113-1/+76
* | mwifiex: disable WOW by defaultBing Zhao2012-09-111-1/+1
* | mwifiex: support custom world regulatory domainAmitkumar Karwar2012-09-111-1/+34
* | mwifiex: do not hint regulatory domain with f/w country codeBing Zhao2012-09-111-2/+3
* | mwifiex: use country ie of requested AP while associatingAmitkumar Karwar2012-09-112-1/+40
* | mwifiex: update adapter->bss_prio_tbl[j].bss_prio_cur correctlyAmitkumar Karwar2012-09-111-5/+4Star
* | mwifiex: have same priority for AP and station trafficAmitkumar Karwar2012-09-112-3/+2Star
* | mwifiex: remove AMSDU_AGGR_CTRL command response handlerAmitkumar Karwar2012-09-113-25/+0Star
* | mwifiex: remove 11N_CFG command response handlerAmitkumar Karwar2012-09-113-20/+0Star
* | mwifiex: remove get operation code for SUBSCRIBE EVENT commandAmitkumar Karwar2012-09-111-7/+2Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-1/+14
|\ \
| * | mwifiex: fix skb length issue when send a command to firmwareStone Piao2012-09-051-1/+14
* | | mwifiex: store mwifiex_ds_misc_subsc_evt in mwifiex_privateJeff Disher2012-09-072-11/+14
* | | mwifiex: make use of is_zero_ether_addr()Bing Zhao2012-09-071-3/+1Star
* | | mwifiex: parse rate info for APAvinash Patil2012-09-075-7/+58
* | | mwifiex: don't disable wait_q_enabled flagAmitkumar Karwar2012-09-071-1/+0Star
* | | mwifiex: release semaphore acquired for internal scan operationAmitkumar Karwar2012-09-071-0/+5
* | | mwifiex: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-09-071-2/+1Star
* | | mwifiex: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun2012-09-071-2/+1Star
| |/ |/|
* | mwifiex: use GFP_ATOMIC under spin lockDan Carpenter2012-08-101-1/+1
* | mwifiex: notify cfg80211 about MIC failuresAmitkumar Karwar2012-08-101-0/+6