summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
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-12mwifiex: fix incorrect privacy setting in beacon and probe responseAvinash Patil1-0/+11
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
2012-05-16mwifiex: append peer mac address TLV in key material command to firmwareAvinash Patil5-9/+46
2012-05-16mwifiex: save adapter pointer in wiphy_privAvinash Patil3-25/+27
2012-05-16mwifiex: multi-interface support for mwifiexAvinash Patil1-0/+20
2012-05-16mwifiex: support for creation of AP interfaceAvinash Patil4-66/+98
2012-05-16mwifiex: handle station specific commands on STA interface onlyAvinash Patil2-20/+34
2012-05-16mwifiex: allocate space for one more mwifiex_private structureAvinash Patil3-16/+23
2012-05-15mwifiex: fix coding style issue in mwifiex_deauthenticateBing Zhao1-10/+12
2012-05-08mwifiex: fix static checker warningsAmitkumar Karwar1-2/+1
2012-05-08mwifiex: add support for SD8786 sdioWarheadsSE3-2/+10
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville17-71/+1399
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+9
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar17-71/+1399
2012-04-17mwifiex: corrections in timestamp related codeAmitkumar Karwar6-18/+30
2012-04-17mwifiex: code cleanup in BSS handlingAmitkumar Karwar3-64/+31
2012-04-13mwifiex: update pcie8766 scratch register addressesBing Zhao1-9/+9
2012-04-12mwifiex: use asynchronous firmware loadingAmitkumar Karwar4-48/+62
2012-04-12mwifiex: add support for WPS2.0Avinash Patil7-0/+105
2012-04-12mwifiex: display correct country information in debugfs "info"Amitkumar Karwar3-3/+4
2012-04-12mwifiex: set default regulatory domainAmitkumar Karwar3-0/+38
2012-04-12mwifiex: fix typo in RSSI_HIGH event handlingBing Zhao1-1/+1
2012-04-12wireless, mwifiex: drop redundant NULL test before call to release_firmware()Jesper Juhl1-2/+1
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-15/+3
2012-04-11wireless: Remove unnecessary ; from while (0) macrosJoe Perches1-4/+4
2012-04-10mwifiex: don't use IEEE80211_MAX_QUEUESJohannes Berg2-5/+5
2012-04-09mwifiex: add set_cqm_rssi_config handler supportAmitkumar Karwar7-0/+241
2012-04-09mwifiex: support STATION_INFO_SIGNAL_AVGAmitkumar Karwar1-3/+4
2012-04-09mwifiex: remove redundant signal handling codeAmitkumar Karwar6-108/+9
2012-04-09mwifiex: add cfg80211 dump_station handlerAmitkumar Karwar1-0/+18
2012-04-09mwifiex: update signal strength in mBm unitsAmitkumar Karwar1-2/+3
2012-04-09wireless: rename ht_info to ht_operationJohannes Berg5-23/+24
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-15/+3
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville25-1437/+1365