summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: fix skb length issue when send a command to firmwareStone Piao2012-09-051-1/+14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-2011-588/+175
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-171-2/+2
| |\
| | * mwifiex: correction in mcs index checkAmitkumar Karwar2012-07-121-2/+2
| * | mwifiex: improvement in cfg80211 set_bitrate_mask handlerAmitkumar Karwar2012-07-172-34/+26
| * | mwifiex: add support to use basic rates in ibss join requestAmitkumar Karwar2012-07-172-75/+108
| * | mwifiex: remove unnecessary code in data rate configurationAmitkumar Karwar2012-07-177-201/+17
| * | mwifiex: remove redundant code in set channel pathAmitkumar Karwar2012-07-176-259/+2
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-07-123-19/+22
| |\ \
| | * | nl80211: move scan API to wdevJohannes Berg2012-07-121-1/+2
| | * | cfg80211: use wireless_dev for interface managementJohannes Berg2012-07-123-18/+20
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-127-92/+264
|\| | |
| * | | mwifiex: add set_antenna handler supportAmitkumar Karwar2012-07-095-0/+133
| * | | mwifiex: parse WPS IEs from beacon_dataAvinash Patil2012-07-091-40/+44
| * | | mwifiex: advertise WPS probe response offload support to cfg80211Avinash Patil2012-07-091-1/+5
| * | | mwifiex: add change_beacon cfg80211 handlerAvinash Patil2012-07-091-0/+28
| * | | mwifiex: overwrite earlier IE buffers for new set IE requestAvinash Patil2012-07-091-5/+2
| * | | mwifiex: separate IE parsing for Head/Tail IEs and beacon_ies etcAvinash Patil2012-07-091-54/+65
| * | | mwifiex: pass cfg80211_beacon_data to mwifiex_set_mgmt_ie()Avinash Patil2012-07-093-23/+18
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-099-39/+56
| |\ \ \ | | | |/ | | |/|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | mwifiex: fix Coverity SCAN CID 709078: Resource leak (RESOURCE_LEAK)Bing Zhao2012-07-091-0/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-2913-164/+389
|\ \ \ \
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-299-39/+55
| |\| | | | | |/ / | |/| |
| * | | mwifiex: retrieve correct max_power information in reg_notifier handlerAmitkumar Karwar2012-06-281-3/+3
| * | | mwifiex: do not advertise custom regulatory domain capabilityAmitkumar Karwar2012-06-281-1/+1
| * | | mwifiex: use correct firmware command to get power limitsAmitkumar Karwar2012-06-283-1/+58
| * | | mwifiex: wakeup main thread to handle command queuedAmitkumar Karwar2012-06-285-28/+7
| | |/ | |/|
| * | mwifiex: enhance power save for USB and PCIe chipsetsAmitkumar Karwar2012-06-221-1/+5
| * | mwifiex: wake up main thread to handle Tx traffic if scan is delayed/abortedAmitkumar Karwar2012-06-222-1/+3
| * | mwifiex: parse WPA IE and support WPA/WPA2 mixed mode for uAPAvinash Patil2012-06-222-23/+49
| * | mwifiex: support for WEP in AP modeAvinash Patil2012-06-204-1/+108
| * | mwifiex: separate uAP WPA/WPA2 parsing from other BSS parametersAvinash Patil2012-06-201-68/+79
| * | mwifiex: set HT capability based on cfg80211_ap_settingsAvinash Patil2012-06-205-0/+59
| * | mwifiex: set channel via start_ap handler for AP interfaceAvinash Patil2012-06-203-37/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-287-18/+41
|\ \ \ | | |/ | |/|
| * | mwifiex: fix memory leak associated with IE manamgementAvinash Patil2012-06-271-0/+1
| * | mwifiex: improve error path handling in usb.cAmitkumar Karwar2012-06-221-5/+17
| * | mwifiex: fix bugs in event handling codeAmitkumar Karwar2012-06-223-11/+10
| * | mwifiex: fix WPS eapol handshake failureStone Piao2012-06-221-0/+1
| * | mwifiex: fix 11n rx packet drop issueStone Piao2012-06-223-2/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-252-21/+14
|\| |
| * | mwifiex: fix wrong return values in add_virtual_intf() error casesBing Zhao2012-06-191-14/+11
| * | mwifiex: fix uAP TX packet timeout issueAvinash Patil2012-06-191-7/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-191-0/+11
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-131-0/+11
| |\|
| | * mwifiex: fix incorrect privacy setting in beacon and probe responseAvinash Patil2012-06-121-0/+11
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-124-20/+119
|\| |
| * | mwifiex: scan less channels per scan command to improve Tx trafficAmitkumar Karwar2012-06-111-7/+27
| * | mwifiex: fix simultaneous scan and Tx traffic problemAmitkumar Karwar2012-06-114-10/+89