aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/cfg80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 2Yogesh Ashok Powar1-46/+44
2012-03-08mwifiex: correction in number of bitratesAmitkumar Karwar1-1/+1
2012-03-05mwifiex: fix bug in wildcard scan handlingAmitkumar Karwar1-6/+4
2012-03-05mwifiex: remove unnecessary struct mwifiex_802_11_ssidAmitkumar Karwar1-2/+2
2012-03-05mwifiex: correct bitrates advertised to cfg80211Avinash Patil1-4/+2
2012-03-05mwifiex: handle auto authentication mode correctlyAmitkumar Karwar1-4/+6
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2012-02-29mwifiex: remove unnecessary enum MWIFIEX_802_11_WEP_STATUSAmitkumar Karwar1-1/+1
2012-02-29mwifiex: remove redundant scan operationAmitkumar Karwar1-6/+0
2012-02-29mwifiex: reset encryption mode flag before associationAmitkumar Karwar1-0/+1
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+7
2012-02-15mwifiex: clear previous security setting during associationAmitkumar Karwar1-1/+7
2012-02-06mwifiex: update correct dtim_period in dump_station()Amitkumar Karwar1-2/+6
2012-02-06mwifiex: fix NULL pointer dereference in set_channel()Amitkumar Karwar1-1/+6
2012-01-27mwifiex: update BSS parameters in dump_station_info()Amitkumar Karwar1-0/+17
2012-01-24mwifiex: derive priv from net_device instead of wiphyYogesh Ashok Powar1-11/+8
2012-01-24mwifiex: use bss_type and bss_num to retrieve privYogesh Ashok Powar1-1/+0
2011-12-21mwifiex: fix issues in band configuration codeAmitkumar Karwar1-30/+19
2011-12-21mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar1-24/+24
2011-12-21mwifiex: remove redundant band config codeAmitkumar Karwar1-25/+24
2011-12-14mwifiex: remove cfg_workqueueAmitkumar Karwar1-134/+57
2011-12-13mwifiex: do not advertise custom regulatory domain capabilityAmitkumar Karwar1-3/+0
2011-11-30mwifiex: fix usage of set tx powerLuis R. Rodriguez1-1/+2
2011-11-11mwifiex: release bss structure returned by cfg80211_inform_bss()Amitkumar Karwar1-1/+3
2011-09-30mwifiex: add cfg80211 handlers add/del_virtual_intfYogesh Ashok Powar1-12/+144
2011-09-30mwifiex: fix Tx data rate display issueAmitkumar Karwar1-1/+17
2011-09-30mwifiex: remove unnecessary mwifiex_dump_station_info() callAmitkumar Karwar1-2/+0
2011-09-27mwifiex: pass correct band parameter to ieee80211_channel_to_frequency()Amitkumar Karwar1-1/+3
2011-09-27mwifiex: update bss band informationAmitkumar Karwar1-0/+3
2011-08-12mwifiex: use cfg80211 dynamic scan table and cfg80211_get_bss APIAmitkumar Karwar1-164/+43
2011-08-08mwifiex: remove wireless.h inclusion and fix resulting bugsBing Zhao1-1/+1
2011-07-13mwifiex: add cfg80211 handler for set_bitrate_maskYogesh Ashok Powar1-0/+54
2011-07-08mwifiex: fix regression in WEP security modeAmitkumar Karwar1-1/+1
2011-06-15mwifiex: Fixing NULL pointer dereferenceYogesh Ashok Powar1-0/+2
2011-05-11mwifiex: cleanup ioctl.hBing Zhao1-7/+2
2011-05-10mwifiex: fix null derefs, mem leaks and triviaChristoph Fritz1-1/+4
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar1-14/+9
2011-05-05mwifiex: fix simultaneous assoc and scan issueAmitkumar Karwar1-4/+7
2011-04-28mwifiex: HT capability information handlingAmitkumar Karwar1-7/+35
2011-04-28mwifiex: check firmware capabilities while initialising 5GHz band parametersAmitkumar Karwar1-8/+11
2011-04-19mwifiex: remove redundant local variables and commentsYogesh Ashok Powar1-86/+45
2011-04-14mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar1-2/+0
2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar1-68/+45
2011-04-07mwifiex: remove redundant encryption_mode mappingYogesh Ashok Powar1-66/+10
2011-04-07mwifiex: return success in set_default_key for WPA/WPA2Amitkumar Karwar1-0/+4
2011-04-04mwifiex: remove MWIFIEX_AUTH_MODE_ macrosMarc Yang1-4/+4
2011-04-04mwifiex: remove MWIFIEX_BSS_MODE_ macrosBing Zhao1-46/+39
2011-04-04mwifiex: use IEEE80211_HT_CAP_ macros for 11n cap_infoMarc Yang1-2/+1
2011-04-04mwifiex: remove unnecessary _set_auth functionsMarc Yang1-9/+8
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao1-0/+1517