aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
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/linville/wireless-next into for-davemJohn W. Linville13-164/+389
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville9-39/+55
2012-06-28Merge 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-27mwifiex: fix memory leak associated with IE manamgementAvinash Patil1-0/+1
2012-06-25Merge 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/linville/wireless-next into for-davemJohn W. Linville1-0/+11
2012-06-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn 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/linville/wireless-next into for-davemJohn 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
2012-06-11mwifiex: shorten per channel scan timeBing Zhao1-3/+3
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+29
2012-06-06wireless: Remove casts to same typeJoe Perches9-79/+44
2012-06-05mwifiex: support NL80211_HIDDEN_SSID_ZERO_LEN for uAPAvinash Patil3-0/+28
2012-06-05mwifiex: invalidate bss config before setting channel for uAPAvinash Patil1-0/+1
2012-06-04mwifiex: support NL80211_HIDDEN_SSID_ZERO_LEN for uAPAvinash Patil3-0/+28
2012-06-04mwifiex: invalidate bss config before setting channel for uAPAvinash Patil1-0/+1
2012-05-16mwifiex: remove set_channel cfg80211 hookJohannes Berg1-27/+0
2012-05-16mwifiex: delete IEs when stop_apAvinash Patil3-0/+75
2012-05-16mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmwareAvinash Patil5-0/+195
2012-05-16mwifiex: add custom IE frameworkAvinash Patil8-1/+201
2012-05-16mwifiex: rearrange AP sys configure codeAvinash Patil3-21/+48
2012-05-16mwifiex: add WPA2 support for APAvinash Patil5-0/+268
2012-05-16mwifiex: add AP event handling frameworkAvinash Patil4-2/+73
2012-05-16mwifiex: add cfg80211 start_ap and stop_ap handlersAvinash Patil5-0/+139
2012-05-16mwifiex: common set_wiphy_params cfg80211 handler for AP and STA interfaceAvinash Patil6-20/+150
2012-05-16mwifiex: handle interface type changes correctlyAvinash Patil1-18/+46
2012-05-16mwifiex: stop BSS in deauthentication handlingAvinash Patil1-0/+4
2012-05-16mwifiex: add AP command sys_config and set channelAvinash Patil5-1/+90
2012-05-16mwifiex: add bss start and bss stop commands for APAvinash Patil6-2/+75