iwlagn: add debugging to show probe related info in scan notification
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-scan.c
index 2b6db24daf70d6b04b5a6f5fb4e6925751942a39..07af6ec8d9d23acf19d2202684f2a7f18cb24a3b 100644 (file)
@@ -242,10 +242,12 @@ static int iwl_rx_scan_results_notif(struct iwl_priv *priv,
 
        IWL_DEBUG_SCAN(priv, "Scan ch.res: "
                       "%d [802.11%s] "
+                      "probe status: %u:%u "
                       "(TSF: 0x%08X:%08X) - %d "
                       "elapsed=%lu usec\n",
                       notif->channel,
                       notif->band ? "bg" : "a",
+                      notif->probe_status, notif->num_probe_not_sent,
                       le32_to_cpu(notif->tsf_high),
                       le32_to_cpu(notif->tsf_low),
                       le32_to_cpu(notif->statistics[0]),
This page took 0.039583 seconds and 5 git commands to generate.