aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/tdls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18mwifiex: move under marvell vendor directoryKalle Valo1-1500/+0
2015-09-29mwifiex: don't always include ht/vht info in tdls confirm frameAniket Nagarnaik1-0/+12
2015-08-06mwifiex: using right aid value for tdls action frameXinming Hu1-1/+1
2015-07-21mwifiex: enhance tdls link setup conditionXinming Hu1-4/+4
2015-07-21mwifiex: enable tdls channel switch ext_capXinming Hu1-0/+6
2015-07-21mwifiex: add tdls config commandXinming Hu1-0/+64
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu1-42/+44
2015-05-09wireless: fix typos in mwifiex and rtlwifiMasanari Iida1-1/+1
2015-01-07mwifiex: tdls: Use setup_timerJulia Lawall1-3/+2
2015-01-06mwifiex: report tdls peers in debugfsXinming Hu1-0/+30
2014-11-17mwifiex: add auto TDLS supportAvinash Patil1-0/+233
2014-11-17mwifiex: wmm support for TDLS linkAvinash Patil1-0/+55
2014-09-15mwifiex: fix probable memory corruption while processing TDLS frameAvinash Patil1-1/+3
2014-07-16mwifiex: remove redundant TDLS setup action frame check and avoid leaksBing Zhao1-12/+10
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+2
2014-07-03mwifiex: initialize Tx/Rx info of a packet correctlyAmitkumar Karwar1-0/+2
2014-06-25wireless: mwifiex: Use the proper interfacesThomas Gleixner1-6/+2
2014-06-25Revert "mwifiex: Use the proper interfaces"Bing Zhao1-2/+6
2014-06-20mwifiex: Use the proper interfacesThomas Gleixner1-6/+2
2014-05-22mwifiex: use 'const' qualifier for 2nd arg of mwifiex_tdls_add_ht_operJohn W. Linville1-1/+1
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-20/+24
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg1-20/+24
2014-05-07mwifiex: add HT operation IE in TDLS setup confirmAvinash Patil1-0/+53
2014-03-27mwifiex: Remove casts of pointer to same typeJoe Perches1-3/+3
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao1-8/+8
2014-02-24mwifiex: memory corruption in mwifiex_tdls_add_vht_capab()Dan Carpenter1-1/+1
2014-02-12mwifiex: disable all TDLS link during disconnectionAvinash Patil1-0/+35
2014-02-12mwifiex: add VHT support for TDLSAvinash Patil1-4/+217
2014-02-12mwifiex: AMPDU support for TDLS linkAvinash Patil1-0/+1
2014-02-12mwifiex: tdls related handling for data packets addressed to TDLS peerAvinash Patil1-0/+11
2014-02-12mwifiex: provision for holding and restoring packets during TDLS setupAvinash Patil1-0/+94
2014-02-12mwifiex: add cfg80211 change_station handler supportAvinash Patil1-0/+23
2014-02-12mwifiex: add cfg80211 add_station handler supportAvinash Patil1-0/+28
2014-02-12mwifiex: add cfg80211 tdls_oper handler supportAvinash Patil1-0/+97
2014-02-12mwifiex: parse TDLS action frames during RXAvinash Patil1-0/+119
2014-02-12mwifiex: add tdls_mgmt handler supportAvinash Patil1-0/+423