summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2015-02-03mwifiex: disable UAPSD mode when AP startsAmitkumar Karwar1-0/+3
2015-02-03mwifiex: fix NULL packet downloading issuesAmitkumar Karwar1-2/+7
2015-02-03mwifiex: fix memory leak in mwifiex_send_processed_packet()Amitkumar Karwar1-0/+3
2015-02-03mwifiex: correction in wakeup timer handlingAmitkumar Karwar1-2/+1
2015-01-29mwifiex: 11h handling for AP interfaceAvinash Patil6-1/+53
2015-01-29mwifiex: channel switch support for mwifiexAvinash Patil4-3/+136
2015-01-29mwifiex: handle radar detect event from FWAvinash Patil5-0/+55
2015-01-29mwifiex: support for channel report for radar detectionAvinash Patil5-0/+85
2015-01-29mwifiex: add cfg80211 start_radar_detection handlerAvinash Patil9-0/+166
2015-01-29mwifiex: separate function for parsing head and tail IEsAvinash Patil3-37/+48
2015-01-29mwifiex: refactor start_ap handlerAvinash Patil3-60/+77
2015-01-29mwifiex: update IEs after AP has startedAvinash Patil1-2/+3
2015-01-29mwifiex: store AP configuration in private structureAvinash Patil2-0/+3
2015-01-29mwifiex: do not send regulatory update while starting APAvinash Patil1-1/+0
2015-01-29mwifiex: support conversion to any virtual interface typeAvinash Patil4-64/+301
2015-01-29mwifiex: handle PS events on AP interface as wellAvinash Patil2-22/+53
2015-01-29mwifiex: manage virtual interface limits efficientlyAvinash Patil4-12/+102
2015-01-29mwifiex: add init parameter to init command routineAvinash Patil4-8/+12
2015-01-29mwifiex: store permanant mac address in adapter structureAvinash Patil5-4/+5
2015-01-29mwifiex: do not declare wdev as pointerAvinash Patil12-63/+44
2015-01-29mwifiex: set wiphy params only onceAvinash Patil1-63/+48
2015-01-29mwifiex: remove redundant nick_name variableAvinash Patil2-2/+0
2015-01-27mwifiex: selectively choose ext_scan supportAvinash Patil6-1/+19
2015-01-27mwifiex: add support for USB8801Yogesh Ashok Powar2-0/+17
2015-01-27mwifiex: add support for SD8801Yogesh Ashok Powar2-0/+20
2015-01-27mwifiex: set netif carrier off in ndo_openJohannes Berg1-1/+2
2015-01-23mwifiex: do not emit messages while holding spinlockAvinash Patil2-5/+5
2015-01-23mwifiex: check driver status in connect and scan handlersAmitkumar Karwar2-0/+14
2015-01-22Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-nextKalle Valo2-14/+15
2015-01-15cfg80211: change bandwidth reporting to explicit fieldJohannes Berg1-5/+6
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg2-6/+5
2015-01-08cfg80211: remove "channel" from survey namesJohannes Berg1-3/+4
2015-01-07mwifiex: tdls: Use setup_timerJulia Lawall1-3/+2
2015-01-07mwifiex: 11n_rxreorder: Use setup_timerJulia Lawall1-4/+2
2015-01-07mwifiex: main: Use setup_timerJulia Lawall1-3/+2
2015-01-06mwifiex: Add support for wowlan disconnectMaithili Hinge1-1/+16
2015-01-06mwifiex: Move code for wowlan magic-packet and patterns to a functionMaithili Hinge1-31/+47
2015-01-06mwifiex: Increase priority of firmware download messageAmitkumar Karwar3-5/+6
2015-01-06mwifiex: do not release lock during list_for_each_entry_safe()Amitkumar Karwar1-6/+0
2015-01-06mwifiex: wakeup pending wait queuesAmitkumar Karwar1-0/+2
2015-01-06mwifiex: add wakeup timer based recovery mechanismAmitkumar Karwar6-0/+24
2015-01-06mwifiex: increase delay during card resetMarc Yang1-2/+2
2015-01-06mwifiex: Adjust calling place of mwifiex_terminate_workqueueMarc Yang1-2/+2
2015-01-06mwifiex: remove redundant flag MWIFIEX_HW_STATUS_FW_READYAmitkumar Karwar2-5/+2
2015-01-06mwifiex: get supported BA stream info from FWAvinash Patil2-3/+12
2015-01-06mwifiex: make tx packet 64 byte DMA alignedXinming Hu4-28/+43
2015-01-06mwifiex: do not send key material cmd when delete wep keyXinming Hu1-1/+5
2015-01-06mwifiex: enable -D__CHECK_ENDIAN__ for sparse by defaultAvinash Patil1-0/+2
2015-01-06mwifiex: module parameter for deep sleep configurationAvinash Patil1-1/+6
2015-01-06mwifiex: save sdio register values before firmware dumpXinming Hu4-0/+127