ath9k.h (3d536acf45ba65acb15fc65bf46f8d6c7ad6c463) ath9k.h (cc861f7468724e66567baf087b4e413e91b18150)
1/*
2 * Copyright (c) 2008-2009 Atheros Communications Inc.
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

--- 309 unchanged lines hidden (view full) ---

318 struct ath_txq txq[ATH9K_NUM_TX_QUEUES];
319 struct ath_descdma txdma;
320};
321
322struct ath_rx {
323 u8 defant;
324 u8 rxotherant;
325 u32 *rxlink;
1/*
2 * Copyright (c) 2008-2009 Atheros Communications Inc.
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

--- 309 unchanged lines hidden (view full) ---

318 struct ath_txq txq[ATH9K_NUM_TX_QUEUES];
319 struct ath_descdma txdma;
320};
321
322struct ath_rx {
323 u8 defant;
324 u8 rxotherant;
325 u32 *rxlink;
326 int bufsize;
327 unsigned int rxfilter;
328 spinlock_t rxflushlock;
329 spinlock_t rxbuflock;
330 struct list_head rxbuf;
331 struct ath_descdma rxdma;
332};
333
334int ath_startrecv(struct ath_softc *sc);

--- 357 unchanged lines hidden ---
326 unsigned int rxfilter;
327 spinlock_t rxflushlock;
328 spinlock_t rxbuflock;
329 struct list_head rxbuf;
330 struct ath_descdma rxdma;
331};
332
333int ath_startrecv(struct ath_softc *sc);

--- 357 unchanged lines hidden ---