aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/sta_cmdresp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-18mwifiex: add 802.11AC supportYogesh Ashok Powar1-0/+1
2013-02-01mwifiex: remove max_tx_buf_sizeBing Zhao1-3/+2
2012-10-29mwifiex: minor cleanup and a fix in scan semaphore usageAmitkumar Karwar1-4/+0
2012-10-08mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar1-2/+2
2012-09-28mwifiex: add support for P2P client in interface type changeStone Piao1-0/+19
2012-09-28mwifiex: implement remain_on_channel and cancel_remain_on_channelStone Piao1-0/+19
2012-09-28mwifiex: implement cfg80211 mgmt_frame_register handlerStone Piao1-0/+1
2012-09-11mwifiex: remove AMSDU_AGGR_CTRL command response handlerAmitkumar Karwar1-1/+0
2012-09-11mwifiex: remove 11N_CFG command response handlerAmitkumar Karwar1-1/+0
2012-09-11mwifiex: remove get operation code for SUBSCRIBE EVENT commandAmitkumar Karwar1-7/+2
2012-09-07mwifiex: store mwifiex_ds_misc_subsc_evt in mwifiex_privateJeff Disher1-11/+13
2012-09-07mwifiex: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-2/+1
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-63/+7
2012-07-17mwifiex: remove unnecessary code in data rate configurationAmitkumar Karwar1-32/+7
2012-07-17mwifiex: remove redundant code in set channel pathAmitkumar Karwar1-31/+0
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+30
2012-07-09mwifiex: add set_antenna handler supportAmitkumar Karwar1-0/+30
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+27
2012-06-28mwifiex: use correct firmware command to get power limitsAmitkumar Karwar1-0/+27
2012-06-06wireless: Remove casts to same typeJoe Perches1-15/+9
2012-05-16mwifiex: add bss start and bss stop commands for APAvinash Patil1-0/+8
2012-04-09mwifiex: add set_cqm_rssi_config handler supportAmitkumar Karwar1-0/+50
2012-04-09mwifiex: remove redundant signal handling codeAmitkumar Karwar1-32/+2
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 7Yogesh Ashok Powar1-31/+29
2012-03-13mwifiex: rearrange if and else blocks to avoid extra indentationYogesh Ashok Powar1-50/+43
2012-03-13mwifiex: rearrange switch statementYogesh Ashok Powar1-111/+87
2012-02-06mwifiex: update correct dtim_period in dump_station()Amitkumar Karwar1-0/+3
2011-11-17mwifiex: add support for Marvell sd8797 deviceBing Zhao1-1/+1
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar1-0/+2
2011-06-27mwifiex: restore handling of NULL parametersDan Carpenter1-13/+16
2011-06-22mwifiex: remove casts of void pointersAmitkumar Karwar1-41/+28
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar1-14/+14
2011-04-14mwifiex: remove unused function parametersAmitkumar Karwar1-9/+4
2011-04-14mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar1-2/+0
2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar1-16/+13
2011-04-12mwifiex: use common keyinfo bitmap for different key typesYogesh Ashok Powar1-2/+1
2011-04-04mwifiex: cleanup power save related struct and macrosMarc Yang1-13/+10
2011-04-04mwifiex: remove MWIFIEX_BSS_MODE_ macrosBing Zhao1-1/+1
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao1-0/+986