rt2x00: Add debugfs access for rfcsr register
RFCSR is only used in rt2800. For other chipsets, the debug struct for rfcsr should be zeroed, which isn't be an issue, since the code can now cope with that. Signed-off-by: Anisse Astier <anisse@astier.eu> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
f2efd20fac
commit
f2bd7f16e5
@@ -65,6 +65,7 @@ struct rt2x00debug {
|
||||
RT2X00DEBUGFS_REGISTER_ENTRY(eeprom, u16);
|
||||
RT2X00DEBUGFS_REGISTER_ENTRY(bbp, u8);
|
||||
RT2X00DEBUGFS_REGISTER_ENTRY(rf, u32);
|
||||
RT2X00DEBUGFS_REGISTER_ENTRY(rfcsr, u8);
|
||||
};
|
||||
|
||||
#endif /* RT2X00DEBUG_H */
|
||||
|
Reference in New Issue
Block a user