summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2012-08-10mwifiex: fix code mis-alignment after the if statementFengguang Wu1-2/+2
2012-08-06mwifiex: add AES_CMAC support in key_material cmdYing Luo2-10/+52
2012-08-06mwifiex: pass key_params pointer in mwifiex_set_encodeYing Luo4-12/+22
2012-08-06mwifiex: rename wapi_rxpn to pnYing Luo2-3/+3
2012-08-06mwifiex: cleanup TX/RX BA tables for uAPAvinash Patil5-0/+58
2012-08-06mwifiex: add 11n Block Ack support for uAPAvinash Patil6-9/+105
2012-08-06mwifiex: support RX AMSDU aggregation for uAPAvinash Patil4-9/+88
2012-08-06mwifiex: improve uAP RX handlingAvinash Patil6-0/+244
2012-08-06mwifiex: create list for associated stations in AP modeAvinash Patil3-3/+177
2012-08-06mwifiex: separate file for handling AP eventsAvinash Patil5-49/+107
2012-08-06mwifiex: update 11n status as per start_ap IEAvinash Patil4-0/+5
2012-08-06mwifiex: improve scan delay logic during Tx trafficAmitkumar Karwar3-45/+64
2012-08-06mwifiex: update max_chan_per_scan correctly for SSID scanAmitkumar Karwar1-0/+2
2012-08-06mwifiex: do le_to_cpu conversion for Rx packet header elementsAmitkumar Karwar2-24/+22
2012-08-06mwifiex: correction in MSDU padding logicYogesh Ashok Powar1-2/+2
2012-08-06mwifiex: remove extra padding to AMSDUYogesh Ashok Powar1-1/+0
2012-08-06mwifiex: copy MSDU subframes correctlyYogesh Ashok Powar1-6/+3
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