linux-ath
linux-ath copied to clipboard
Linux qca/ath wireless driver tree (based on git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git)
I've used drivers/net/wireless/ath/ath10k/* changes from v4.19-ath10k-sdio into working my v4.19 kernel. I took the linux-firmware for [QCA9377](https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/ath10k/QCA9377) Seems like board-2.bin is not compatible. I even check the board-2.bin from [here](https://github.com/erstrom/ath10k-firmware/tree/master/QCA9377/hw1.0)...
We are trying to make https://www.8devices.com/products/red-bean work with ath10k. This device is based on QCA9733. The PCIe "BLACK bean" works OK, but we need SDIO. Firmware is available here: https://github.com/8devices/qcacld-2.0/tree/CNSS.LEA.NRT_3.0/firmware_bin/sdio...
I am in Ubuntu 18.10 and did not change its kernel (4.18). After inserting my USB dongle, `lsusb -t` shows me that no driver is attached. Then I removed the...
Hi all, I have been porting ath10k by referencing ath-201711030500-ath10k-high-latency-silex-sdio recently. My system brings up the ath10k without any problems. But after I enable the WIFI function, it only can...
Hello everyone, I'm recently porting the QCA9377 with SDIO in ARM-based Linux. After porting linux-ath's ath10k to my source code. I found there is a lot of incompatible functions and...
lockdep_assert_held() is failing in ath10k_peer_find_by_id() [txrx.c] when it is called from ath10k_htt_rx_proc_rx_ind_hl() [htt_rx.c]. In ath10k_htt_rx_proc_rx_ind_hl() struct peer is only used to show a warning if !peer, so the call to...
Hello I test the STA with WUSB6100M under QEMU based test environment, The QEMU enironment is from your buildroot-ath10k-test repo. When I ping the STA(WUSB6100M), console will show __"[ 8596.548640]...
I have successfully built the USB driver on Ubuntu 16.04 and the `Managed` mode is working fine. I'm using the Linksys WUSB6100m with the `QCA9377` chipet. But there is a...
Hi, is there maybe update of the Documentation/devicetree/bindings/net/wireless related to SDIO? I assume that this concerns Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt file.
Hi! Trying to combine your changes with a kernel with other (unrelated) patches. Tried to copy the drivers/wireless/ath10k directory from your source tree. It does load the ath10k_usb module and...