aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/sta_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-14mwifiex: control WLAN and bluetooth coexistence modesAmitkumar Karwar1-0/+31
2015-09-29mwifiex: fix driver init failure under memory pressureXinming Hu1-1/+2
2015-07-21mwifiex: fix for p2p broken linkAniket Nagarnaik1-2/+4
2015-07-21mwifiex: advertise multichannel support to cfg80211Avinash Patil1-4/+9
2015-07-21mwifiex: support to set multichannel policy to FWAvinash Patil1-0/+31
2015-07-21mwifiex: add tdls config commandXinming Hu1-0/+48
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu1-62/+74
2015-05-26mwifiex: add support for FW memory read/write operationsChin-ran Lo1-0/+23
2015-03-16mwifiex: add SDIO rx single port aggregationZhaoyang Liu1-0/+40
2015-03-16mwifiex: Add support for auto ARP in mwifiex.Maithili Hinge1-7/+14
2015-01-29mwifiex: add cfg80211 start_radar_detection handlerAvinash Patil1-0/+4
2015-01-29mwifiex: add init parameter to init command routineAvinash Patil1-5/+8
2015-01-06mwifiex: module parameter for deep sleep configurationAvinash Patil1-1/+6
2014-09-30mwifiex: add client mac address while configuring keys on GO.Maithili Hinge1-1/+1
2014-08-28mwifiex: rename macro and variables related to API revisionAmitkumar Karwar1-1/+1
2014-07-15mwifiex: define TDLS idle timeout macro with unitsBing Zhao1-1/+1
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-05-07mwifiex: configure inactivity timeout for TDLS linkAvinash Patil1-0/+7
2014-03-14mwifiex: add VHT MCS rate configuration supportAmitkumar Karwar1-0/+14
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao1-41/+43
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