xref: /openbmc/linux/drivers/net/wireless/ath/reg.h (revision 13b81559)
113b81559SLuis R. Rodriguez /*
213b81559SLuis R. Rodriguez  * Copyright (c) 2008-2009 Atheros Communications Inc.
313b81559SLuis R. Rodriguez  *
413b81559SLuis R. Rodriguez  * Permission to use, copy, modify, and/or distribute this software for any
513b81559SLuis R. Rodriguez  * purpose with or without fee is hereby granted, provided that the above
613b81559SLuis R. Rodriguez  * copyright notice and this permission notice appear in all copies.
713b81559SLuis R. Rodriguez  *
813b81559SLuis R. Rodriguez  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
913b81559SLuis R. Rodriguez  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1013b81559SLuis R. Rodriguez  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1113b81559SLuis R. Rodriguez  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1213b81559SLuis R. Rodriguez  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1313b81559SLuis R. Rodriguez  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1413b81559SLuis R. Rodriguez  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1513b81559SLuis R. Rodriguez  */
1613b81559SLuis R. Rodriguez 
1713b81559SLuis R. Rodriguez #ifndef ATH_REGISTERS_H
1813b81559SLuis R. Rodriguez #define ATH_REGISTERS_H
1913b81559SLuis R. Rodriguez 
2013b81559SLuis R. Rodriguez /*
2113b81559SLuis R. Rodriguez  * BSSID mask registers. See ath_hw_set_bssid_mask()
2213b81559SLuis R. Rodriguez  * for detailed documentation about these registers.
2313b81559SLuis R. Rodriguez  */
2413b81559SLuis R. Rodriguez #define AR_BSSMSKL		0x80e0
2513b81559SLuis R. Rodriguez #define AR_BSSMSKU		0x80e4
2613b81559SLuis R. Rodriguez 
2713b81559SLuis R. Rodriguez #endif /* ATH_REGISTERS_H */
28