hi,
I am trying to measure the timestamp of phy error frames.
Though the counters in debugfs are incrementing after setting the
ATH9K_RXERR_PHY flag;
I don't see any printk printing anything in dmesg logs ! so that i can
later log the time in rx_tasklet
    if (rx_stats->rs_status & ATH9K_RXERR_PHY){
      printk("this is phy err\n");
      s->flag |= _FAILED_PHY;
  //    return false;
}

Very strange ! Is there something I missed ?
-Abhinav
_______________________________________________
ath9k-devel mailing list
[email protected]
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to