Searched +full:ar9130 +full:- +full:wifi (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/net/wireless/ |
H A D | qca,ath9k.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Toke Høiland-Jørgensen <toke@toke.dk> 18 - $ref: ieee80211.yaml# 23 - pci168c,0023 # AR5416 24 - pci168c,0024 # AR5418 25 - pci168c,0027 # AR9160 26 - pci168c,0029 # AR9220 and AR9223 27 - pci168c,002a # AR9280 and AR9283 [all …]
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ahb.c | 2 * Copyright (c) 2008-2011 Atheros Communications Inc. 28 { .compatible = "qca,ar9130-wifi", .data = (void *)AR5416_AR9100_DEVID }, 29 { .compatible = "qca,ar9330-wifi", .data = (void *)AR9300_DEVID_AR9330 }, 30 { .compatible = "qca,ar9340-wifi", .data = (void *)AR9300_DEVID_AR9340 }, 31 { .compatible = "qca,qca9530-wifi", .data = (void *)AR9300_DEVID_AR953X }, 32 { .compatible = "qca,qca9550-wifi", .data = (void *)AR9300_DEVID_QCA955X }, 33 { .compatible = "qca,qca9560-wifi", .data = (void *)AR9300_DEVID_QCA956X }, 69 dev_err(&pdev->dev, "ioremap failed\n"); in ath_ahb_probe() 80 dev_err(&pdev->dev, "no memory for ieee80211_hw\n"); in ath_ahb_probe() 81 return -ENOMEM; in ath_ahb_probe() [all …]
|