Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/ath/ath6kl/
Dsdio.c31 struct ath6kl_sdio { struct
32 struct sdio_func *func;
34 spinlock_t lock;
37 struct list_head bus_req_freeq;
40 struct bus_request bus_req[BUS_REQUEST_MAX_NUM];
42 struct ath6kl *ar;
44 u8 *dma_buffer;
69 static inline struct ath6kl_sdio *ath6kl_sdio_priv(struct ath6kl *ar) in ath6kl_sdio_priv() argument