OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/arch/mips/ath79/dev-wmac.c |
2 | +++ b/arch/mips/ath79/dev-wmac.c |
||
3 | @@ -139,6 +139,8 @@ static void ar934x_wmac_setup(void) |
||
4 | ath79_wmac_data.is_clk_25mhz = false; |
||
5 | else |
||
6 | ath79_wmac_data.is_clk_25mhz = true; |
||
7 | + |
||
8 | + ath79_wmac_data.get_mac_revision = ar93xx_get_soc_revision; |
||
9 | } |
||
10 | |||
11 | static void qca955x_wmac_setup(void) |