aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/sta_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar1-4/+4
2011-04-14mwifiex: remove unused function parametersAmitkumar Karwar1-23/+17
2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar1-30/+30
2011-04-12mwifiex: use common keyinfo bitmap for different key typesYogesh Ashok Powar1-14/+13
2011-04-04mwifiex: remove MWIFIEX_BSS_MODE_ macrosBing Zhao1-2/+2
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao1-0/+1226