aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/sta_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-12mwifiex: add key material v2 supportAvinash Patil1-4/+242
2014-02-12mwifiex: add VHT support for TDLSAvinash Patil1-0/+20
2014-02-12mwifiex: add cfg80211 change_station handler supportAvinash Patil1-1/+70
2014-02-12mwifiex: add cfg80211 add_station handler supportAvinash Patil1-0/+3
2014-02-12mwifiex: add cfg80211 tdls_oper handler supportAvinash Patil1-0/+32
2014-02-12mwifiex: implement extended scan featureAmitkumar Karwar1-0/+3
2014-01-09mwifiex: fix potential buffer overflow in dt configurationBing Zhao1-2/+3
2013-12-18mwifiex: download per country tx power table to firmwareBing Zhao1-2/+2
2013-12-18mwifiex: download cal-data from device-tree to firmwareBing Zhao1-5/+56
2013-12-18mwifiex: remove cfg_data constructionBing Zhao1-14/+6
2013-12-09mwifiex: use little-endian variables in firmware structuresUjjal Roy1-1/+1
2013-11-11mwifiex: replace u16 with __le16 in struct mwifiex_types_power_groupAmitkumar Karwar1-2/+2
2013-10-10mwifiex: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-08-09mwifiex: add packet coalesce supportAmitkumar Karwar1-0/+68
2013-08-09mwifiex: rename mef macrosAmitkumar Karwar1-2/+2
2013-07-24mwifiex: remove duplicate structure host_cmd_tlvAmitkumar Karwar1-2/+3
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar1-0/+62
2013-03-25mwifiex: add support to configure VHT for AP modeYogesh Ashok Powar1-0/+4
2013-03-06mwifiex: add WOWLAN supportAmitkumar Karwar1-0/+77
2013-03-06mwifiex: shorten the host sleep configuration macro namesAmitkumar Karwar1-1/+1
2013-02-18mwifiex: add 802.11AC supportYogesh Ashok Powar1-1/+1
2013-01-07mwifiex: use pci_alloc/free_consistent APIs for PCIeAvinash Patil1-5/+5
2012-09-28mwifiex: add support for P2P GO in interface type changeStone Piao1-0/+2
2012-09-28mwifiex: add support for P2P client in interface type changeStone Piao1-0/+8
2012-09-28mwifiex: send firmware initialization commands synchronouslyStone Piao1-32/+33
2012-09-28mwifiex: implement remain_on_channel and cancel_remain_on_channelStone Piao1-0/+8
2012-09-28mwifiex: implement cfg80211 mgmt_frame_register handlerStone Piao1-0/+9
2012-09-07mwifiex: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun1-2/+1
2012-08-10mwifiex: fix 'smatch' warning in preparing key_material cmdBing Zhao1-1/+1
2012-08-06mwifiex: add AES_CMAC support in key_material cmdYing Luo1-10/+43
2012-08-06mwifiex: rename wapi_rxpn to pnYing Luo1-1/+1
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-38/+0
2012-07-17mwifiex: remove redundant code in set channel pathAmitkumar Karwar1-38/+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/+37
2012-07-09mwifiex: add set_antenna handler supportAmitkumar Karwar1-0/+37
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+22
2012-06-28mwifiex: use correct firmware command to get power limitsAmitkumar Karwar1-1/+22
2012-06-06wireless: Remove casts to same typeJoe Perches1-11/+5
2012-05-16mwifiex: append peer mac address TLV in key material command to firmwareAvinash Patil1-2/+18
2012-05-16mwifiex: handle station specific commands on STA interface onlyAvinash Patil1-20/+29
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar1-1/+1
2012-04-12mwifiex: fix typo in RSSI_HIGH event handlingBing Zhao1-1/+1
2012-04-09mwifiex: add set_cqm_rssi_config handler supportAmitkumar Karwar1-0/+98
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 7Yogesh Ashok Powar1-90/+85
2012-02-06mwifiex: cleanup in snmp_mib command preparation codeAmitkumar Karwar1-52/+8
2011-12-21mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar1-1/+1
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar1-0/+64
2011-07-11mwifiex: 11n specific configuration for transmitAmitkumar Karwar1-1/+9
2011-06-27mwifiex: restore handling of NULL parametersDan Carpenter1-0/+2
2011-06-22mwifiex: remove casts of void pointersAmitkumar Karwar1-58/+43