2
0
forked from Ivasoft/openwrt

ar71xx: add some code to detect DMA stuck conditions on ar7240

SVN-Revision: 27975
This commit is contained in:
Felix Fietkau
2011-08-13 22:30:14 +00:00
parent 85ccc74e1b
commit 12c84f8eeb
4 changed files with 36 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ struct ag71xx_platform_data {
u8 has_gbit:1;
u8 is_ar91xx:1;
u8 is_ar7240:1;
u8 is_ar724x:1;
u8 has_ar8216:1;
u8 has_ar7240_switch:1;