summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
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-16cfg80211: 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
2015-01-06mwifiex: save driver information to file when firmware dumpXinming Hu5-1/+133
2015-01-06mwifiex: move debug_data dump function to common utililty fileXinming Hu3-180/+198
2015-01-06mwifiex: move pm_wakeup_card_complete definition to usb.cXinming Hu2-7/+7
2015-01-06mwifiex: add rx histogram statistics supportXinming Hu10-0/+219
2015-01-06mwifiex: add bcn_rcv_cnt and bcn_miss_cnt in getlog debugfsXinming Hu4-2/+14
2015-01-06mwifiex: report tdls peers in debugfsXinming Hu6-1/+52
2014-12-05mwifiex: do not process broadcast mac address for del_staAvinash Patil1-20/+19
2014-12-05mwifiex: guard station nodes access by station list lockAvinash Patil4-3/+16
2014-12-05mwifiex: delete peer station's RA list upon deauthenticationAvinash Patil3-0/+29
2014-12-05mwifiex: do not delete station entries in del_sta handlerAvinash Patil1-2/+0
2014-11-25mwifiex: add Tx status support for ACTION framesAmitkumar Karwar7-11/+41
2014-11-25mwifiex: add Tx status support for EAPOL packetsAmitkumar Karwar12-4/+127
2014-11-25mwifiex: skip delay main work logic for USB interface.Amitkumar Karwar1-6/+10
2014-11-25mwifiex: fix scan problem on big endian platformsAmitkumar Karwar1-1/+1