aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/join.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-22mwifiex: remove casts of void pointersAmitkumar Karwar1-15/+8
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar1-5/+4
2011-05-02mwifiex: fix missing tsf_val TLVBing Zhao1-1/+6
2011-04-29mwifiex: fix copy-n-paste 'thinko' for tsf_valJohn W. Linville1-3/+0
2011-04-19mwifiex: remove some macro definitionsAmitkumar Karwar1-1/+1
2011-04-19mwifiex: remove redundant local variables and commentsYogesh Ashok Powar1-36/+14
2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar1-54/+36
2011-04-07mwifiex: remove redundant encryption_mode mappingYogesh Ashok Powar1-1/+1
2011-04-04mwifiex: remove MWIFIEX_AUTH_MODE_ macrosMarc Yang1-1/+1
2011-04-04mwifiex: remove MWIFIEX_BSS_MODE_ macrosBing Zhao1-6/+6
2011-04-04mwifiex: use IEEE80211_HT_CAP_ macros for 11n cap_infoMarc Yang1-6/+7
2011-04-04mwifiex: remove macro SHORT_SLOT_TIME_DISABLEDBing Zhao1-3/+3
2011-04-04mwifiex: remove unnecessary _set_auth functionsMarc Yang1-14/+11
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao1-0/+1464