summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-28mwifiex: set txpd when send a mgmt frame for AP and GO modeStone Piao1-0/+9
2012-09-28mwifiex: parse P2P IEs from beacon_dataStone Piao1-32/+54
2012-09-28mwifiex: add support for P2P GO in interface type changeStone Piao6-3/+90
2012-09-28mwifiex: add support for P2P client in interface type changeStone Piao4-0/+95
2012-09-28mwifiex: add P2P interfaceStone Piao3-2/+47
2012-09-28mwifiex: send firmware initialization commands synchronouslyStone Piao1-32/+33
2012-09-28mwifiex: append each IE into a seperate IE bufferStone Piao1-4/+9
2012-09-28mwifiex: process remain on channel expired eventStone Piao2-0/+13
2012-09-28mwifiex: implement remain_on_channel and cancel_remain_on_channelStone Piao8-6/+163
2012-09-28mwifiex: report received management frames to cfg80211Stone Piao6-0/+58
2012-09-28mwifiex: implement cfg80211 mgmt_frame_register handlerStone Piao5-0/+40
2012-09-28mwifiex: advertise mgmt_stype to cfg80211Stone Piao1-0/+30
2012-09-28mwifiex: implement cfg80211 mgmt_tx handlerStone Piao6-17/+143
2012-09-28mwifiex: fix coding style issueStone Piao2-4/+1
2012-09-25mwifiex: potential corruption in mwifiex_update_uap_custom_ie()Dan Carpenter1-1/+1
2012-09-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-2/+2
2012-09-24mwifiex: block scan request during heavy Tx trafficAmitkumar Karwar2-0/+8
2012-09-24mwifiex: disconnect the device before entering suspend stateAmitkumar Karwar1-0/+13
2012-09-24mwifiex: fix issue in resumed scan operationAmitkumar Karwar1-0/+1
2012-09-19cfg80211: constify name parameter to add_virtual_intfJohannes Berg2-2/+2
2012-09-11mwifiex: separate TxPD processing routine for APAvinash Patil3-1/+76
2012-09-11mwifiex: disable WOW by defaultBing Zhao1-1/+1
2012-09-11mwifiex: support custom world regulatory domainAmitkumar Karwar1-1/+34
2012-09-11mwifiex: do not hint regulatory domain with f/w country codeBing Zhao1-2/+3
2012-09-11mwifiex: use country ie of requested AP while associatingAmitkumar Karwar2-1/+40
2012-09-11mwifiex: update adapter->bss_prio_tbl[j].bss_prio_cur correctlyAmitkumar Karwar1-5/+4
2012-09-11mwifiex: have same priority for AP and station trafficAmitkumar Karwar2-3/+2
2012-09-11mwifiex: remove AMSDU_AGGR_CTRL command response handlerAmitkumar Karwar3-25/+0
2012-09-11mwifiex: remove 11N_CFG command response handlerAmitkumar Karwar3-20/+0
2012-09-11mwifiex: remove get operation code for SUBSCRIBE EVENT commandAmitkumar Karwar1-7/+2
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+14
2012-09-07mwifiex: store mwifiex_ds_misc_subsc_evt in mwifiex_privateJeff Disher2-11/+14
2012-09-07mwifiex: make use of is_zero_ether_addr()Bing Zhao1-3/+1
2012-09-07mwifiex: parse rate info for APAvinash Patil5-7/+58
2012-09-07mwifiex: don't disable wait_q_enabled flagAmitkumar Karwar1-1/+0
2012-09-07mwifiex: release semaphore acquired for internal scan operationAmitkumar Karwar1-0/+5
2012-09-07mwifiex: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-2/+1
2012-09-07mwifiex: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun1-2/+1
2012-09-05mwifiex: fix skb length issue when send a command to firmwareStone Piao1-1/+14
2012-08-10mwifiex: use GFP_ATOMIC under spin lockDan Carpenter1-1/+1
2012-08-10mwifiex: notify cfg80211 about MIC failuresAmitkumar Karwar1-0/+6
2012-08-10mwifiex: fix 'smatch' warning in preparing key_material cmdBing Zhao1-1/+1
2012-08-10mwifiex: fix powerpc64-linux- compilation warningsBing Zhao2-9/+9
2012-08-10mwifiex: fix code mis-alignment after the if statementFengguang Wu1-2/+2
2012-08-06mwifiex: add AES_CMAC support in key_material cmdYing Luo2-10/+52
2012-08-06mwifiex: pass key_params pointer in mwifiex_set_encodeYing Luo4-12/+22
2012-08-06mwifiex: rename wapi_rxpn to pnYing Luo2-3/+3