2011-01-04 13:28:29 -07:00
|
|
|
/*
|
|
|
|
* Atheros AR913X SoC built-in WMAC device support
|
|
|
|
*
|
|
|
|
* Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org>
|
|
|
|
* 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-17 17:17:53 -07:00
|
|
|
#ifndef _ATH79_DEV_WMAC_H
|
|
|
|
#define _ATH79_DEV_WMAC_H
|
2011-01-04 13:28:29 -07:00
|
|
|
|
2011-11-17 17:17:53 -07:00
|
|
|
void ath79_register_wmac(u8 *cal_data);
|
2011-01-04 13:28:29 -07:00
|
|
|
|
2011-11-17 17:17:53 -07:00
|
|
|
#endif /* _ATH79_DEV_WMAC_H */
|