summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-057-50/+30
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-291-0/+1
| |\
| | * mwifiex: reset encryption mode flag before associationAmitkumar Karwar2012-02-291-0/+1
| * | mwifiex: remove unnecessary enum MWIFIEX_802_11_WEP_STATUSAmitkumar Karwar2012-02-297-44/+29
| * | mwifiex: remove redundant scan operationAmitkumar Karwar2012-02-291-6/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-216-63/+32
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-154-7/+24
| |\ \ | | |/
| | * mwifiex: clear previous security setting during associationAmitkumar Karwar2012-02-151-1/+7
| * | mwifiex: update correct dtim_period in dump_station()Amitkumar Karwar2012-02-064-9/+10
| * | mwifiex: cleanup in snmp_mib command preparation codeAmitkumar Karwar2012-02-061-52/+8
| * | mwifiex: enable HT operating modeAmitkumar Karwar2012-02-061-0/+1
| * | mwifiex: fix NULL pointer dereference in set_channel()Amitkumar Karwar2012-02-061-1/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-103-6/+17
|\ \ \ | | |/ | |/|
| * | mwifiex: add NULL checks in driver unload pathAmitkumar Karwar2012-02-062-5/+10
| * | mwifiex: handle association failure case correctlyAmitkumar Karwar2012-02-031-1/+7
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-0614-51/+67
|\ \ \ | | |/ | |/|
| * | mwifiex: update BSS parameters in dump_station_info()Amitkumar Karwar2012-01-273-0/+24
| * | mwifiex: pass priv pointer instead of adapterAvinash Patil2012-01-273-7/+5
| * | mwifiex: derive priv from net_device instead of wiphyYogesh Ashok Powar2012-01-241-11/+8
| * | mwifiex: use bss_type and bss_num to retrieve privYogesh Ashok Powar2012-01-2412-34/+31
| * | drivers/net/wireless/mwifiex/scan.c: convert GFP_KERNEL to GFP_ATOMICJulia Lawall2012-01-241-1/+1
| |/
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-312-6/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-041-1/+6
|\
| * mwifiex: fix crash during simultaneous scan and connectAmitkumar Karwar2012-01-031-1/+6
* | mwifiex: fix issues in band configuration codeAmitkumar Karwar2011-12-212-30/+20
* | mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar2011-12-217-39/+35
* | mwifiex: remove redundant band config codeAmitkumar Karwar2011-12-214-95/+24
* | mwifiex: cleanup work in scan.cAmitkumar Karwar2011-12-191-4/+4
* | mwifiex: remove cfg_workqueueAmitkumar Karwar2011-12-146-158/+75
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-141-7/+2
|\ \ | |/
| * mwifiex: avoid double list_del in command cancel pathYogesh Ashok Powar2011-12-141-7/+2
* | mwifiex: do not advertise custom regulatory domain capabilityAmitkumar Karwar2011-12-131-3/+0
* | mwifiex: wakeup and stop multiple tx queues in net_deviceAvinash Patil2011-12-136-12/+63
* | mwifiex: proper cleanup when RX multiport aggregation failsAvinash Patil2011-12-131-3/+19
* | mwifiex: failure case handling for PCIe eventsAmitkumar Karwar2011-12-131-14/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-021-2/+4
|\ \ | |/
| * mwifiex: fix association issue with AP configured in hidden SSID modeAmitkumar Karwar2011-11-111-2/+4
* | mwifiex: fix usage of set tx powerLuis R. Rodriguez2011-11-301-1/+2
* | mwifiex: add support for Marvell sd8797 deviceBing Zhao2011-11-178-20/+50
* | mwifiex: release bss structure returned by cfg80211_inform_bss()Amitkumar Karwar2011-11-112-1/+4
* | mwifiex: remove unnecessary free_priv handlerAmitkumar Karwar2011-11-111-6/+0
* | mwifiex: fix 'Smatch' warningsYogesh Ashok Powar2011-11-112-7/+9
* | mwifiex: fix coding styleYogesh Ashok Powar2011-11-112-10/+9
* | mwifiex: change return types to voidYogesh Ashok Powar2011-11-111-12/+6
* | mwifiex: use existing helper function mwifiex_fill_cap_infoYogesh Ashok Powar2011-11-111-48/+33
* | mwifiex: fix ht_cap_info in ibss beaconsYogesh Ashok Powar2011-11-111-2/+2
* | mwifiex: prevent corruption instead of just warningDan Carpenter2011-11-091-1/+4
* | mwifiex: enable SDIO multiport aggregationAmitkumar Karwar2011-11-091-2/+2
* | mwifiex: remove an unneeded NULL checkDan Carpenter2011-11-091-3/+2
* | mwifiex: remove unneeded kfree(NULL);Dan Carpenter2011-11-091-1/+0
|/
OpenPOWER on IntegriCloud