ar71xx: build ALFA AP96 images with default profile as well
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / dev-ar9xxx-wmac.h
1 /*
2 * Atheros AR9XXX SoCs built-in WMAC device support
3 *
4 * Copyright (C) 2010-2011 Jaiganesh Narayanan <jnarayanan@atheros.com>
5 * Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org>
6 * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
7 *
8 * Parts of this file are based on Atheros 2.6.15/2.6.31 BSP
9 *
10 * This program is free software; you can redistribute it and/or modify it
11 * under the terms of the GNU General Public License version 2 as published
12 * by the Free Software Foundation.
13 */
14
15 #ifndef _AR71XX_DEV_AR9XXX_WMAC_H
16 #define _AR71XX_DEV_AR9XXX_WMAC_H
17
18 void ar9xxx_add_device_wmac(u8 *cal_data, u8 *mac_addr) __init;
19
20 #endif /* _AR71XX_DEV_AR9XXX_WMAC_H */