Root/
| 1 | --- a/arch/mips/ath79/dev-wmac.c |
| 2 | +++ b/arch/mips/ath79/dev-wmac.c |
| 3 | @@ -62,8 +62,8 @@ static void __init ar913x_wmac_setup(voi |
| 4 | |
| 5 | static int ar933x_wmac_reset(void) |
| 6 | { |
| 7 | - ath79_device_reset_clear(AR933X_RESET_WMAC); |
| 8 | ath79_device_reset_set(AR933X_RESET_WMAC); |
| 9 | + ath79_device_reset_clear(AR933X_RESET_WMAC); |
| 10 | |
| 11 | return 0; |
| 12 | } |
| 13 |
