summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2012-09-05mwifiex: fix skb length issue when send a command to firmwareStone Piao1-1/+14
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-588/+175
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2012-07-17mwifiex: improvement in cfg80211 set_bitrate_mask handlerAmitkumar Karwar2-34/+26
2012-07-17mwifiex: add support to use basic rates in ibss join requestAmitkumar Karwar2-75/+108
2012-07-17mwifiex: remove unnecessary code in data rate configurationAmitkumar Karwar7-201/+17
2012-07-17mwifiex: remove redundant code in set channel pathAmitkumar Karwar6-259/+2
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-19/+22
2012-07-12mwifiex: correction in mcs index checkAmitkumar Karwar1-2/+2
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-92/+264
2012-07-12nl80211: move scan API to wdevJohannes Berg1-1/+2
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg3-18/+20
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-07-10mwifiex: add set_antenna handler supportAmitkumar Karwar5-0/+133
2012-07-10mwifiex: parse WPS IEs from beacon_dataAvinash Patil1-40/+44
2012-07-10mwifiex: advertise WPS probe response offload support to cfg80211Avinash Patil1-1/+5
2012-07-10mwifiex: add change_beacon cfg80211 handlerAvinash Patil1-0/+28
2012-07-10mwifiex: overwrite earlier IE buffers for new set IE requestAvinash Patil1-5/+2
2012-07-10mwifiex: separate IE parsing for Head/Tail IEs and beacon_ies etcAvinash Patil1-54/+65
2012-07-10mwifiex: pass cfg80211_beacon_data to mwifiex_set_mgmt_ie()Avinash Patil3-23/+18
2012-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-39/+56
2012-07-09mwifiex: fix Coverity SCAN CID 709078: Resource leak (RESOURCE_LEAK)Bing Zhao1-0/+1
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-164/+389
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-39/+55
2012-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-18/+41
2012-06-28mwifiex: retrieve correct max_power information in reg_notifier handlerAmitkumar Karwar1-3/+3
2012-06-28mwifiex: do not advertise custom regulatory domain capabilityAmitkumar Karwar1-1/+1
2012-06-28mwifiex: use correct firmware command to get power limitsAmitkumar Karwar3-1/+58
2012-06-28mwifiex: wakeup main thread to handle command queuedAmitkumar Karwar5-28/+7
2012-06-28mwifiex: fix memory leak associated with IE manamgementAvinash Patil1-0/+1
2012-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-21/+14
2012-06-22mwifiex: enhance power save for USB and PCIe chipsetsAmitkumar Karwar1-1/+5
2012-06-22mwifiex: wake up main thread to handle Tx traffic if scan is delayed/abortedAmitkumar Karwar2-1/+3
2012-06-22mwifiex: parse WPA IE and support WPA/WPA2 mixed mode for uAPAvinash Patil2-23/+49
2012-06-22mwifiex: improve error path handling in usb.cAmitkumar Karwar1-5/+17
2012-06-22mwifiex: fix bugs in event handling codeAmitkumar Karwar3-11/+10
2012-06-22mwifiex: fix WPS eapol handshake failureStone Piao1-0/+1
2012-06-22mwifiex: fix 11n rx packet drop issueStone Piao3-2/+12
2012-06-20mwifiex: support for WEP in AP modeAvinash Patil4-1/+108
2012-06-20mwifiex: separate uAP WPA/WPA2 parsing from other BSS parametersAvinash Patil1-68/+79
2012-06-20mwifiex: set HT capability based on cfg80211_ap_settingsAvinash Patil5-0/+59
2012-06-20mwifiex: set channel via start_ap handler for AP interfaceAvinash Patil3-37/+17
2012-06-19mwifiex: fix wrong return values in add_virtual_intf() error casesBing Zhao1-14/+11
2012-06-19mwifiex: fix uAP TX packet timeout issueAvinash Patil1-7/+3
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+11
2012-06-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+11
2012-06-12mwifiex: fix incorrect privacy setting in beacon and probe responseAvinash Patil1-0/+11
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-20/+119
2012-06-11mwifiex: scan less channels per scan command to improve Tx trafficAmitkumar Karwar1-7/+27
2012-06-11mwifiex: fix simultaneous scan and Tx traffic problemAmitkumar Karwar4-10/+89