Home
last modified time | relevance | path

Searched defs:ath5k_softc (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dbase.h88 struct ath5k_softc { struct
89 struct pci_device *pdev; /* for dma mapping */
90 void *iobase; /* address of the device */
91 struct net80211_device *dev; /* IEEE 802.11 common */
92 struct ath5k_hw *ah; /* Atheros HW */
93 struct net80211_hw_info *hwinfo;
94 int curband;
95 int irq_ena; /* interrupts enabled */
97 struct ath5k_buf *bufptr; /* allocated buffer ptr */
98 struct ath5k_desc *desc; /* TX/RX descriptors */
[all …]