2015-07-19 17:58:40 +00:00
|
|
|
--- a/arch/mips/ath79/dev-wmac.c
|
|
|
|
+++ b/arch/mips/ath79/dev-wmac.c
|
2015-07-19 17:59:08 +00:00
|
|
|
@@ -140,6 +140,8 @@ static void ar934x_wmac_setup(void)
|
2015-07-19 17:58:40 +00:00
|
|
|
ath79_wmac_data.is_clk_25mhz = false;
|
|
|
|
else
|
|
|
|
ath79_wmac_data.is_clk_25mhz = true;
|
|
|
|
+
|
|
|
|
+ ath79_wmac_data.get_mac_revision = ar93xx_get_soc_revision;
|
|
|
|
}
|
|
|
|
|
2015-07-19 17:59:08 +00:00
|
|
|
static void qca955x_wmac_setup(void)
|