aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/sta_cmdresp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-15mwifiex: remove redundant variable report_scan_resultAmitkumar Karwar1-2/+0
2014-08-28mwifiex: rename macro and variables related to API revisionAmitkumar Karwar1-1/+1
2014-07-15mwifiex: correct a typo in mwifiex_ret_tdls_operBing Zhao1-1/+1
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-05-22mwifiex: silence TDLS link delete failure for nonexistent linkAvinash Patil1-6/+12
2014-03-14mwifiex: add VHT MCS rate configuration supportAmitkumar Karwar1-0/+9
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao1-5/+4
2014-02-12mwifiex: add key material v2 supportAvinash Patil1-3/+48
2014-02-12mwifiex: add cfg80211 change_station handler supportAvinash Patil1-0/+13
2014-02-12mwifiex: add cfg80211 add_station handler supportAvinash Patil1-0/+15
2014-02-12mwifiex: add cfg80211 tdls_oper handler supportAvinash Patil1-0/+28
2014-02-12mwifiex: implement extended scan featureAmitkumar Karwar1-0/+5
2013-12-26mwifiex: slight optimization of addr comparedingtianhong1-2/+1
2013-12-05mwifiex: improvements in mwifiex_ret_tx_power_cfg()Amitkumar Karwar1-19/+16
2013-11-11mwifiex: fix invalid memory access in mwifiex_ret_tx_rate_cfg()Amitkumar Karwar1-10/+12
2013-11-11mwifiex: fix invalid memory access in mwifiex_get_power_level()Amitkumar Karwar1-10/+12
2013-11-11mwifiex: replace u16 with __le16 in struct mwifiex_types_power_groupAmitkumar Karwar1-2/+2
2013-08-26mwifiex: add missing endian conversionsTobias Waldekranz1-1/+1
2013-08-09mwifiex: add packet coalesce supportAmitkumar Karwar1-0/+2
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar1-0/+15
2013-05-22mwifiex: add del_station handlerAvinash Patil1-0/+2
2013-04-08mwifiex: fix negative cmd_pending countBing Zhao1-1/+1
2013-03-25mwifiex: add support to configure VHT for AP modeYogesh Ashok Powar1-0/+2
2013-03-06mwifiex: add WOWLAN supportAmitkumar Karwar1-0/+2
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