On Fri, 2012-06-08 at 09:30 +0300, Luciano Coelho wrote: > From: Ido Reis <idor@xxxxxx> > > Aligned to the struct in FW 8.2.0.0.91 and updated the debugfs entries > accordingly. > > Signed-off-by: Ido Reis <idor@xxxxxx> > Signed-off-by: Luciano Coelho <coelho@xxxxxx> > --- [...] > @@ -292,7 +308,8 @@ int wl18xx_debugfs_add_files(struct wl1271 *wl, > DEBUGFS_FWSTATS_ADD(tx, frag_cache_hit); > DEBUGFS_FWSTATS_ADD(tx, frag_cache_miss); > > - DEBUGFS_FWSTATS_ADD(rx, rx_out_of_mem); > + DEBUGFS_FWSTATS_ADD(rx, rx_beacon_early_term); > + DEBUGFS_FWSTATS_ADD(rx, rx_out_of_mpdu_nodes); There were some checkpatch whitespace errors such as these ones above. I didn't notice them before sending. I'll fix them before applying. -- Luca. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html