Skip to content
Snippets Groups Projects
Commit 07352ca2 authored by John Crispin's avatar John Crispin
Browse files

ralink: fix hw status almost full not work on mt7620 and mt7621


the old FE_INT_STATUS register becomes two registers.
FE_INT_STATUS and INT_STATUS. so the hw status almost full
must change to read from FE_INT_STATUS register.
tx/rx done read from INT_STATUS register.

mt7620 datasheet define CNT_GDM1_AF at BIT(29).
but after test it should be BIT(13). why?

Signed-off-by: default avatarmichael lee <igvtee@gmail.com>

SVN-Revision: 44371
parent 525cd8ae
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment