mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 06:53:21 +02:00
ar71xx: initialize is_clk_25mhz field for AR9340 WMAC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27045 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c772123439
commit
bd8a2aaee9
@ -23,6 +23,8 @@
|
|||||||
|
|
||||||
#include "dev-ar9xxx-wmac.h"
|
#include "dev-ar9xxx-wmac.h"
|
||||||
|
|
||||||
|
#define MHZ_25 (25 * 1000 * 1000)
|
||||||
|
|
||||||
static struct ath9k_platform_data ar9xxx_wmac_data = {
|
static struct ath9k_platform_data ar9xxx_wmac_data = {
|
||||||
.led_pin = -1,
|
.led_pin = -1,
|
||||||
};
|
};
|
||||||
@ -66,6 +68,8 @@ static void ar934x_wmac_init(void)
|
|||||||
ar9xxx_wmac_device.name = "ar934x_wmac";
|
ar9xxx_wmac_device.name = "ar934x_wmac";
|
||||||
ar9xxx_wmac_resources[0].start = AR934X_WMAC_BASE;
|
ar9xxx_wmac_resources[0].start = AR934X_WMAC_BASE;
|
||||||
ar9xxx_wmac_resources[0].end = AR934X_WMAC_BASE + AR934X_WMAC_SIZE - 1;
|
ar9xxx_wmac_resources[0].end = AR934X_WMAC_BASE + AR934X_WMAC_SIZE - 1;
|
||||||
|
if (ar71xx_ref_freq == MHZ_25)
|
||||||
|
ar9xxx_wmac_data.is_clk_25mhz = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void __init ar9xxx_add_device_wmac(u8 *cal_data, u8 *mac_addr)
|
void __init ar9xxx_add_device_wmac(u8 *cal_data, u8 *mac_addr)
|
||||||
|
Loading…
Reference in New Issue
Block a user