aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/join.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18mwifiex: move under marvell vendor directoryKalle Valo1-1525/+0
2015-07-21mwifiex: enable traffic only when port is openAvinash Patil1-0/+2
2015-06-08mwifiex: verbose logging for association failure messagesAvinash Patil1-3/+27
2015-06-03Merge tag 'wireless-drivers-next-for-davem-2015-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-95/+113
2015-05-31Merge tag 'mac80211-next-for-davem-2015-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+1
2015-05-26cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg1-1/+1
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu1-95/+113
2015-05-09mwifiex: parsing aid while receiving association responseXinming Hu1-1/+11
2014-11-11mwifiex: simplify ad hoc join capability infoJames Cameron1-3/+1
2014-07-18mwifiex: remove needless current_bssid variableAvinash Patil1-6/+0
2014-07-15mwifiex: fix a cut-n-paste error in adhoc-startBing Zhao1-1/+1
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-02-28mwifiex: stop AP at shutdown timeAmitkumar Karwar1-1/+14
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao1-19/+18
2014-02-12mwifiex: cleanup in mwifiex_fill_cap_info()Amitkumar Karwar1-1/+1
2014-02-12mwifiex: remove unsupported code in 11acBing Zhao1-8/+4
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2013-10-14mwifiex: inform cfg80211 about disconnect if device is removedAvinash Patil1-2/+8
2013-10-10mwifiex: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+4
2013-07-31mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil1-2/+4
2013-07-24mwifiex: support to send deauth for P2P clientStone Piao1-0/+1
2013-06-19mwifiex: add basic 11h support for stationAmitkumar Karwar1-0/+2
2013-05-29mwifiex: dump small buffers with help of %*phAndy Shevchenko1-3/+2
2013-04-01mwifiex: use separate AMPDU tx/rx window sizes in 11ac networksAvinash Patil1-0/+23
2013-03-08mwifiex: fix potential out-of-boundary access to ibss rate tableBing Zhao1-4/+3
2013-02-18mwifiex: add 802.11AC supportYogesh Ashok Powar1-0/+8
2013-02-01mwifiex: do not reconfigure tx buffer size in firmware while associatingBing Zhao1-2/+0
2013-01-30mwifiex: avoid out of bounds access in mwifiex_get_common_rates.Cyril Roelandt1-2/+2
2013-01-22mwifiex: correction in status codes used for association failureAmitkumar Karwar1-5/+15
2013-01-07mwifiex: use correct htcapinfo for HT20 ibss networkAmitkumar Karwar1-0/+10
2012-11-14mwifiex: add multi-queue supportAvinash Patil1-4/+2
2012-10-08mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar1-2/+4
2012-06-06wireless: Remove casts to same typeJoe Perches1-13/+7
2012-05-16mwifiex: stop BSS in deauthentication handlingAvinash Patil1-0/+4
2012-05-15mwifiex: fix coding style issue in mwifiex_deauthenticateBing Zhao1-10/+12
2012-04-17mwifiex: corrections in timestamp related codeAmitkumar Karwar1-3/+3
2012-04-12mwifiex: add support for WPS2.0Avinash Patil1-0/+44
2012-04-09wireless: rename ht_info to ht_operationJohannes Berg1-7/+7
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 3Yogesh Ashok Powar1-81/+83
2012-03-13mwifiex: merge functions to derive cfp by chan & freq in oneYogesh Ashok Powar1-5/+4
2012-03-05mwifiex: remove unnecessary struct mwifiex_802_11_ssidAmitkumar Karwar1-2/+2
2012-03-05mwifiex: handle auto authentication mode correctlyAmitkumar Karwar1-1/+1
2012-02-29mwifiex: remove unnecessary enum MWIFIEX_802_11_WEP_STATUSAmitkumar Karwar1-3/+2
2011-12-21mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar1-6/+8
2011-11-11mwifiex: fix coding styleYogesh Ashok Powar1-9/+8
2011-11-11mwifiex: use existing helper function mwifiex_fill_cap_infoYogesh Ashok Powar1-48/+33
2011-11-11mwifiex: fix ht_cap_info in ibss beaconsYogesh Ashok Powar1-2/+2
2011-09-13mwifiex: replace kmalloc & memcpy sequence with kmemdupYogesh Ashok Powar1-2/+1
2011-08-12mwifiex: use cfg80211 dynamic scan table and cfg80211_get_bss APIAmitkumar Karwar1-32/+0