aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files/arch/mips/lantiq/xway/dev-wifi-rt2x00.h
blob: 941c26535f8169510f6dfab949d449304252f788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *  Copyright (C) 2011 John Crispin <blogic@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.
 */

#ifndef _DEV_WIFI_RT2X00_H__
#define _DEV_WIFI_RT2X00_H__

extern void ltq_register_rt2x00(const char *firmware, const u8 *mac);

#endif