2011-01-04 20:28:29 +00:00
|
|
|
/*
|
2011-11-18 00:17:53 +00:00
|
|
|
* Atheros AR913X/AR933X SoC built-in WMAC device support
|
2011-01-04 20:28:29 +00:00
|
|
|
*
|
2011-11-18 00:17:53 +00:00
|
|
|
* Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
|
2011-01-04 20:28:29 +00:00
|
|
|
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of the GNU General Public License version 2 as published
|
|
|
|
* by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
2011-11-18 00:17:53 +00:00
|
|
|
#ifndef _ATH79_DEV_WMAC_H
|
|
|
|
#define _ATH79_DEV_WMAC_H
|
2011-01-04 20:28:29 +00:00
|
|
|
|
2011-11-18 00:17:53 +00:00
|
|
|
void ath79_register_wmac(u8 *cal_data);
|
2011-01-04 20:28:29 +00:00
|
|
|
|
2011-11-18 00:17:53 +00:00
|
|
|
#endif /* _ATH79_DEV_WMAC_H */
|