Coder Social home page Coder Social logo

qcacld-2.0's People

Contributors

akholaif avatar chenyungjui avatar ddhamdhe avatar frank-6 avatar fugangduan avatar ganeshkondabattini avatar gibsson avatar govindsi avatar govindsk85 avatar hhoffmanqca avatar jeff-t-johnson avatar lnxbuild avatar miaoqing-pan avatar milanopipo avatar pradeeppotteti1 avatar pranavdq avatar ravij avatar ray-chang avatar rsunki avatar ryanhsu avatar sgarna avatar shirleyyeh avatar smihir avatar spuligil avatar subrat-dash avatar tifatn avatar tkisky avatar usdutt avatar wchiu avatar zfding avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

qcacld-2.0's Issues

There are 2 memory leak in function lim_process_fils_eap_tlv

		switch (tlv->type) {
			case SIR_FILS_EAP_TLV_KEYNAME_NAI:
				auth_info->keyname = vos_mem_malloc(tlv->length);
				if (!auth_info->keyname) {
					VOS_TRACE(VOS_MODULE_ID_PE, VOS_TRACE_LEVEL_INFO,
							FL("failed to alloc memory"));
					return 0;
				}
				vos_mem_copy(auth_info->keyname,
						tlv->data, tlv->length);
				auth_info->keylength = tlv->length;
				data_len -= (tlv->length + 2);
				wrapped_data += (tlv->length + 2);
				break;
                         ...
			case SIR_FILS_EAP_TLV_DOMAIN_NAME:
				auth_info->domain_name = vos_mem_malloc(tlv->length);
				if (!auth_info->domain_name) {
					VOS_TRACE(VOS_MODULE_ID_PE, VOS_TRACE_LEVEL_INFO,
							FL("failed to alloc memory"));
					return 0;
				}
				vos_mem_copy(auth_info->domain_name,
						tlv->data, tlv->length);
				auth_info->domain_len = tlv->length;
				data_len -= (tlv->length + 2);
				wrapped_data += (tlv->length + 2);
				break;
				/* TODO process these now */

If there are some SIR_FILS_EAP_TLV_KEYNAME_NAI or SIR_FILS_EAP_TLV_DOMAIN_NAME tlvs, it leads to memory leak.

Qcacld compile in linux

Hi,

Sorry to ask, is this for only android ?

Can we compile this driver for Linux (sdm845 soc)

Plz help.

Support 5.10.x

Hi, I want to get a new code for support 5.10.x kernel. Is it possible?

1CX M.2 + NXP imx8mm: Can't get PCIe to initialize

Hi,

I'm using the NXP imx8mm and getting pcie error messages during init. My goal is to get the Embedded Artist 1CX M.2 module up and running.

  1. How do I begin to troubleshoot the issue?

  2. Do we need an epdev_on regulator for pcie to work?

  3. How does the ext_osc = <1> in the device tree relate to the message "pcie phy ppl can't be locked" dmesg

[    1.983047] imx6q-pcie 33800000.pcie: 33800000.pcie supply epdev_on not found, using dummy regulator
[    1.992612] OF: PCI: host bridge /pcie@0x33800000 ranges:
[    1.998031] OF: PCI:   No bus range found for /pcie@0x33800000, using [bus 00-ff]
[    2.005529] OF: PCI:    IO 0x1ff80000..0x1ff8ffff -> 0x00000000
[    2.011461] OF: PCI:   MEM 0x18000000..0x1fefffff -> 0x18000000
[    2.017844] imx6q-pcie 33800000.pcie: Initialize PHY with EXT REfCLK!.
[    2.024682] imx6q-pcie 33800000.pcie: PHY Initialization End!.
[    2.051619] imx6q-pcie 33800000.pcie: pcie phy pll can't be locked.
[    2.097900] imx6q-pcie 33800000.pcie: failed to initialize host
[    2.103825] imx6q-pcie 33800000.pcie: unable to add pcie port.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.