Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107092
b: refs/heads/master
c: cb9289c
h: refs/heads/master
v: v3
  • Loading branch information
Denis V. Lunev authored and John W. Linville committed Jul 29, 2008
1 parent 4e2a9dd commit cf3cb48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0b6a1c9be3acac0f600072ebc2bc6ad3d8c8f76
refs/heads/master: cb9289cb798502a5010c8f1d8d003842cd1449a4
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,15 @@ static void iwl_rx_scan_results_notif(struct iwl_priv *priv,
static void iwl_rx_scan_complete_notif(struct iwl_priv *priv,
struct iwl_rx_mem_buffer *rxb)
{
#ifdef CONFIG_IWLWIFI_DEBUG
struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
struct iwl_scancomplete_notification *scan_notif = (void *)pkt->u.raw;

IWL_DEBUG_SCAN("Scan complete: %d channels (TSF 0x%08X:%08X) - %d\n",
scan_notif->scanned_channels,
scan_notif->tsf_low,
scan_notif->tsf_high, scan_notif->status);
#endif

/* The HW is no longer scanning */
clear_bit(STATUS_SCAN_HW, &priv->status);
Expand Down

0 comments on commit cf3cb48

Please sign in to comment.