summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2012-03-06mwifiex: endian bug in mwifiex_drv_change_adhoc_chan()Dan Carpenter2-4/+3
2012-03-06mwifiex: fix bug in wildcard scan handlingAmitkumar Karwar3-33/+27
2012-03-06mwifiex: remove unnecessary struct mwifiex_802_11_ssidAmitkumar Karwar8-27/+19
2012-03-06mwifiex: correct bitrates advertised to cfg80211Avinash Patil1-4/+2
2012-03-06mwifiex: handle auto authentication mode correctlyAmitkumar Karwar5-10/+22
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2012-02-29mwifiex: remove unnecessary enum MWIFIEX_802_11_WEP_STATUSAmitkumar Karwar7-44/+29
2012-02-29mwifiex: remove redundant scan operationAmitkumar Karwar1-6/+0
2012-02-29mwifiex: reset encryption mode flag before associationAmitkumar Karwar1-0/+1
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-7/+24
2012-02-15mwifiex: clear previous security setting during associationAmitkumar Karwar1-1/+7
2012-02-06mwifiex: update correct dtim_period in dump_station()Amitkumar Karwar4-9/+10
2012-02-06mwifiex: cleanup in snmp_mib command preparation codeAmitkumar Karwar1-52/+8
2012-02-06mwifiex: enable HT operating modeAmitkumar Karwar1-0/+1
2012-02-06mwifiex: fix NULL pointer dereference in set_channel()Amitkumar Karwar1-1/+6
2012-02-06mwifiex: add NULL checks in driver unload pathAmitkumar Karwar2-5/+10
2012-02-03mwifiex: handle association failure case correctlyAmitkumar Karwar1-1/+7
2012-01-27mwifiex: update BSS parameters in dump_station_info()Amitkumar Karwar3-0/+24
2012-01-27mwifiex: pass priv pointer instead of adapterAvinash Patil3-7/+5
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 Powar12-34/+31
2012-01-24drivers/net/wireless/mwifiex/scan.c: convert GFP_KERNEL to GFP_ATOMICJulia Lawall1-1/+1
2012-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2012-01-03mwifiex: fix crash during simultaneous scan and connectAmitkumar Karwar1-1/+6
2011-12-22mwifiex: fix issues in band configuration codeAmitkumar Karwar2-30/+20
2011-12-22mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar7-39/+35
2011-12-22mwifiex: remove redundant band config codeAmitkumar Karwar4-95/+24
2011-12-19mwifiex: cleanup work in scan.cAmitkumar Karwar1-4/+4
2011-12-14mwifiex: remove cfg_workqueueAmitkumar Karwar6-158/+75
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-7/+2
2011-12-14mwifiex: avoid double list_del in command cancel pathYogesh Ashok Powar1-7/+2
2011-12-14mwifiex: do not advertise custom regulatory domain capabilityAmitkumar Karwar1-3/+0
2011-12-14mwifiex: wakeup and stop multiple tx queues in net_deviceAvinash Patil6-12/+63
2011-12-14mwifiex: proper cleanup when RX multiport aggregation failsAvinash Patil1-3/+19
2011-12-14mwifiex: failure case handling for PCIe eventsAmitkumar Karwar1-14/+6
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+4
2011-12-01mwifiex: fix usage of set tx powerLuis R. Rodriguez1-1/+2
2011-11-18mwifiex: add support for Marvell sd8797 deviceBing Zhao8-20/+50
2011-11-11mwifiex: release bss structure returned by cfg80211_inform_bss()Amitkumar Karwar2-1/+4
2011-11-11mwifiex: remove unnecessary free_priv handlerAmitkumar Karwar1-6/+0
2011-11-11mwifiex: fix 'Smatch' warningsYogesh Ashok Powar2-7/+9
2011-11-11mwifiex: fix coding styleYogesh Ashok Powar2-10/+9
2011-11-11mwifiex: change return types to voidYogesh Ashok Powar1-12/+6
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-11-11mwifiex: fix association issue with AP configured in hidden SSID modeAmitkumar Karwar1-2/+4
2011-11-10mwifiex: prevent corruption instead of just warningDan Carpenter1-1/+4
2011-11-10mwifiex: enable SDIO multiport aggregationAmitkumar Karwar1-2/+2
2011-11-10mwifiex: remove an unneeded NULL checkDan Carpenter1-3/+2
2011-11-10mwifiex: remove unneeded kfree(NULL);Dan Carpenter1-1/+0