• Ivo van Doorn's avatar
    rt2x00: Export all register stats through debugfs · 860559fe
    Ivo van Doorn authored
    By exporting the register base, and word size to userspace
    through debugfs it will be easier to create scripts which
    parse the register information. This makes debugging and
    register dumps information easier.
    
    This will break my previous scripts which dumped and parsed
    all information, but since this is only for debugging purposes
    this change should not be a problem.
    
    Dumpfiles created with the old version can be easily manually
    edited to make them compatible with this new approach, which
    means there will be no problems comparing dumps from the
    different versions either.
    
    Also be more consistent with using tabs to seperate different
    fields.
    Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    860559fe
rt2x00debug.c 19.6 KB