ath.h (3d536acf45ba65acb15fc65bf46f8d6c7ad6c463) | ath.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 --- 73 unchanged lines hidden (view full) --- 82 u16 curaid; 83 u8 macaddr[ETH_ALEN]; 84 u8 curbssid[ETH_ALEN]; 85 u8 bssidmask[ETH_ALEN]; 86 87 u8 tx_chainmask; 88 u8 rx_chainmask; 89 | 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 --- 73 unchanged lines hidden (view full) --- 82 u16 curaid; 83 u8 macaddr[ETH_ALEN]; 84 u8 curbssid[ETH_ALEN]; 85 u8 bssidmask[ETH_ALEN]; 86 87 u8 tx_chainmask; 88 u8 rx_chainmask; 89 |
90 u32 rx_bufsize; 91 |
|
90 struct ath_regulatory regulatory; 91 const struct ath_ops *ops; 92 const struct ath_bus_ops *bus_ops; 93}; 94 95struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, 96 u32 len, 97 gfp_t gfp_mask); 98 99void ath_hw_setbssidmask(struct ath_common *common); 100 101#endif /* ATH_H */ | 92 struct ath_regulatory regulatory; 93 const struct ath_ops *ops; 94 const struct ath_bus_ops *bus_ops; 95}; 96 97struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, 98 u32 len, 99 gfp_t gfp_mask); 100 101void ath_hw_setbssidmask(struct ath_common *common); 102 103#endif /* ATH_H */ |