summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)AuthorFilesLines
2016-07-06nl80211: support beacon report scanningAvraham Stern4-8/+33
2016-06-18mwifiex: fix link error against sdioArnd Bergmann3-6/+15
2016-06-16libertas: Remove create_workqueueBhaktipriya Shridhar2-5/+2
2016-06-16libertas_tf: Drop unused variable and defineGuenter Roeck1-7/+0
2016-06-16mwifiex: use better message and error code when OF node doesn't matchJavier Martinez Canillas1-2/+2
2016-06-16mwifiex: don't print an error if an optional DT property is missingJavier Martinez Canillas1-1/+1
2016-06-16mwifiex: check if mwifiex_sdio_probe_of() fails and return errorJavier Martinez Canillas1-2/+7
2016-06-16mwifiex: use dev_err() instead of pr_err() in mwifiex_sdio_probe()Javier Martinez Canillas1-2/+2
2016-06-16mwifiex: consolidate mwifiex_sdio_probe() error pathsJavier Martinez Canillas1-6/+11
2016-06-16mwifiex: propagate mwifiex_add_card() errno code in mwifiex_sdio_probe()Javier Martinez Canillas1-4/+4
2016-06-16mwifiex: propagate sdio_enable_func() errno code in mwifiex_sdio_probe()Javier Martinez Canillas1-1/+1
2016-06-16mwifiex: only call mwifiex_sdio_probe_of() if dev has an OF nodeJavier Martinez Canillas1-3/+3
2016-06-14mwifiex: inform disconnection initiator correctly.Amitkumar Karwar4-10/+12
2016-06-14mwifiex: remove misleading GFP_DMA flag in buffer allocationsMathias Krause3-5/+5
2016-06-14mwifiex: fix racing condition when downloading firmwareWei-Ning Huang1-2/+10
2016-06-14mwiflex: avoid possible null pointer dereferenceHeinrich Schuchardt1-1/+2
2016-06-14mwifiex: illegal assignmentHeinrich Schuchardt1-1/+1
2016-06-04mwifiex: fix typoJulia Lawall1-1/+1
2016-05-21Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or...David S. Miller2-4/+4
2016-05-11mwifiex: fixup error messagesWei-Ning Huang1-2/+3
2016-05-11mwifiex: Drop unnecessary include pcieport_if.hLukas Wunner1-1/+0
2016-05-10mwifiex: change sleep cookie poll countShengzhen Li1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-27mwifiex: increase dwell time for active scanAmitkumar Karwar1-2/+2
2016-04-27mwifiex: disable channel filtering feature in firmwareAmitkumar Karwar1-5/+6
2016-04-27mwifiex: avoid querying wakeup reason when wowlan is disabledAmitkumar Karwar1-0/+4
2016-04-27mwifiex: report wowlan wakeup reasons correctlyAmitkumar Karwar1-6/+3
2016-04-27mwifiex: fix coding styleAmitkumar Karwar1-1/+1
2016-04-27mwifiex: transmit packet stats incorrect.Marty Faltesek1-6/+7
2016-04-27mwifiex: fw download does not release sdio bus during failureMarty Faltesek1-2/+1
2016-04-27mwifiex: bridged packets cause wmm_tx_pending counter to go negativeMarty Faltesek1-0/+4
2016-04-26mwifiex: fix loop timeout in mwifiex_prog_fw_w_helper()Dan Carpenter1-3/+4
2016-04-26mwifiex: missing error code on allocation failureDan Carpenter1-1/+3
2016-04-26mwifiex: stop background scan when net device closedXinming Hu1-7/+7
2016-04-26mwifiex: add platform specific wakeup interrupt supportXinming Hu4-3/+106
2016-04-15mwifiex: make mwifiex_insert_cmd_to_free_q local staticAndreas Fenkart2-43/+41
2016-04-15mwifiex: factor out mwifiex_cancel_pending_scan_cmdAndreas Fenkart4-53/+27
2016-04-15mwifiex: scan: replace pointer arithmetic with array accessAndreas Fenkart1-10/+7
2016-04-15mwifiex: scan: factor out dbg_security_flagsAndreas Fenkart1-49/+25
2016-04-15mwifiex: scan: simplify ternary operators using gnu extensionAndreas Fenkart1-5/+2
2016-04-15mwifiex: scan: factor out has_ieee_hdr/has_vendor_hdrAndreas Fenkart1-29/+23
2016-04-15mwifiex: scan: simplify dereference of bss_desc fieldsAndreas Fenkart1-52/+46
2016-04-14mwifiex: fix the incorrect WARN_ON during suspendVishal Thanki1-1/+1
2016-04-14mwifiex: fix incorrect ht capability problemAmitkumar Karwar1-1/+43
2016-04-14mwifiex: do not wait on semaphore during card removalXinming Hu1-1/+1
2016-04-14mwifiex: add default setting for pcie firmware downloadShengzhen Li2-0/+5
2016-04-14mwifiex: add pcie usb/uart firmware download supportShengzhen Li2-4/+20
2016-04-14mwifiex: missing break statementAmitkumar Karwar1-0/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg8-81/+81
2016-04-07mwifiex: dump pcie scratch registersXinming Hu3-3/+49