summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/sta_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: rename macro and variables related to API revisionAmitkumar Karwar2014-08-281-1/+1
* mwifiex: define TDLS idle timeout macro with unitsBing Zhao2014-07-151-1/+1
* mwifiex: update Copyright to 2014Xinming Hu2014-06-251-1/+1
* mwifiex: configure inactivity timeout for TDLS linkAvinash Patil2014-05-071-0/+7
* mwifiex: add VHT MCS rate configuration supportAmitkumar Karwar2014-03-141-0/+14
* mwifiex: remove global variable cmd_wait_q_requiredBing Zhao2014-02-281-41/+43
* mwifiex: add key material v2 supportAvinash Patil2014-02-121-4/+242
* mwifiex: add VHT support for TDLSAvinash Patil2014-02-121-0/+20
* mwifiex: add cfg80211 change_station handler supportAvinash Patil2014-02-121-1/+70
* mwifiex: add cfg80211 add_station handler supportAvinash Patil2014-02-121-0/+3
* mwifiex: add cfg80211 tdls_oper handler supportAvinash Patil2014-02-121-0/+32
* mwifiex: implement extended scan featureAmitkumar Karwar2014-02-121-0/+3
* mwifiex: fix potential buffer overflow in dt configurationBing Zhao2014-01-091-2/+3
* mwifiex: download per country tx power table to firmwareBing Zhao2013-12-181-2/+2
* mwifiex: download cal-data from device-tree to firmwareBing Zhao2013-12-181-5/+56
* mwifiex: remove cfg_data constructionBing Zhao2013-12-181-14/+6Star
* mwifiex: use little-endian variables in firmware structuresUjjal Roy2013-12-091-1/+1
* mwifiex: replace u16 with __le16 in struct mwifiex_types_power_groupAmitkumar Karwar2013-11-111-2/+2
* mwifiex: Change variable type to boolPeter Senna Tschudin2013-10-101-1/+1
* mwifiex: add packet coalesce supportAmitkumar Karwar2013-08-091-0/+68
* mwifiex: rename mef macrosAmitkumar Karwar2013-08-091-2/+2
* mwifiex: remove duplicate structure host_cmd_tlvAmitkumar Karwar2013-07-241-2/+3
* mwifiex: add calibration data download featureAmitkumar Karwar2013-05-221-0/+62
* mwifiex: add support to configure VHT for AP modeYogesh Ashok Powar2013-03-251-0/+4
* mwifiex: add WOWLAN supportAmitkumar Karwar2013-03-061-0/+77
* mwifiex: shorten the host sleep configuration macro namesAmitkumar Karwar2013-03-061-1/+1
* mwifiex: add 802.11AC supportYogesh Ashok Powar2013-02-181-1/+1
* mwifiex: use pci_alloc/free_consistent APIs for PCIeAvinash Patil2013-01-071-5/+5
* mwifiex: add support for P2P GO in interface type changeStone Piao2012-09-281-0/+2
* mwifiex: add support for P2P client in interface type changeStone Piao2012-09-281-0/+8
* mwifiex: send firmware initialization commands synchronouslyStone Piao2012-09-281-32/+33
* mwifiex: implement remain_on_channel and cancel_remain_on_channelStone Piao2012-09-281-0/+8
* mwifiex: implement cfg80211 mgmt_frame_register handlerStone Piao2012-09-281-0/+9
* mwifiex: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun2012-09-071-2/+1Star
* mwifiex: fix 'smatch' warning in preparing key_material cmdBing Zhao2012-08-101-1/+1
* mwifiex: add AES_CMAC support in key_material cmdYing Luo2012-08-061-10/+43
* mwifiex: rename wapi_rxpn to pnYing Luo2012-08-061-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-201-38/+0Star
|\
| * mwifiex: remove redundant code in set channel pathAmitkumar Karwar2012-07-171-38/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-121-0/+37
|\|
| * mwifiex: add set_antenna handler supportAmitkumar Karwar2012-07-091-0/+37
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-291-1/+22
|\|
| * mwifiex: use correct firmware command to get power limitsAmitkumar Karwar2012-06-281-1/+22
* | wireless: Remove casts to same typeJoe Perches2012-06-061-11/+5Star
|/
* mwifiex: append peer mac address TLV in key material command to firmwareAvinash Patil2012-05-161-2/+18
* mwifiex: handle station specific commands on STA interface onlyAvinash Patil2012-05-161-20/+29
* mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar2012-04-231-1/+1
* mwifiex: fix typo in RSSI_HIGH event handlingBing Zhao2012-04-121-1/+1
* mwifiex: add set_cqm_rssi_config handler supportAmitkumar Karwar2012-04-091-0/+98
* mwifiex: fix checkpatch --strict warnings/errors Part 7Yogesh Ashok Powar2012-03-141-90/+85Star