Home
last modified time | relevance | path

Searched refs:ucode_beacon_time (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/net/wireless/iwlwifi/
Diwl-2000.c220 if ((priv->ucode_beacon_time > tsf_low) && beacon_interval) { in iwl2030_hw_channel_switch()
221 if (switch_count > ((priv->ucode_beacon_time - tsf_low) / in iwl2030_hw_channel_switch()
223 switch_count -= (priv->ucode_beacon_time - in iwl2030_hw_channel_switch()
229 cmd.switch_time = cpu_to_le32(priv->ucode_beacon_time); in iwl2030_hw_channel_switch()
237 priv->ucode_beacon_time, in iwl2030_hw_channel_switch()
Diwl-5000.c309 if ((priv->ucode_beacon_time > tsf_low) && beacon_interval) { in iwl5000_hw_channel_switch()
310 if (switch_count > ((priv->ucode_beacon_time - tsf_low) / in iwl5000_hw_channel_switch()
312 switch_count -= (priv->ucode_beacon_time - in iwl5000_hw_channel_switch()
318 cmd.switch_time = cpu_to_le32(priv->ucode_beacon_time); in iwl5000_hw_channel_switch()
326 priv->ucode_beacon_time, in iwl5000_hw_channel_switch()
Diwl-6000.c249 if ((priv->ucode_beacon_time > tsf_low) && beacon_interval) { in iwl6000_hw_channel_switch()
250 if (switch_count > ((priv->ucode_beacon_time - tsf_low) / in iwl6000_hw_channel_switch()
252 switch_count -= (priv->ucode_beacon_time - in iwl6000_hw_channel_switch()
258 cmd.switch_time = cpu_to_le32(priv->ucode_beacon_time); in iwl6000_hw_channel_switch()
266 priv->ucode_beacon_time, in iwl6000_hw_channel_switch()
Diwl-dev.h1264 u32 ucode_beacon_time; member
Diwl-rx.c1042 priv->ucode_beacon_time = le32_to_cpu(phy_res->beacon_time_stamp); in iwl_rx_reply_rx()
/linux-2.6.39/drivers/net/wireless/iwlegacy/
Diwl-4965.c1367 if ((priv->ucode_beacon_time > tsf_low) && beacon_interval) { in iwl4965_hw_channel_switch()
1368 if (switch_count > ((priv->ucode_beacon_time - tsf_low) / in iwl4965_hw_channel_switch()
1370 switch_count -= (priv->ucode_beacon_time - in iwl4965_hw_channel_switch()
1376 cmd.switch_time = cpu_to_le32(priv->ucode_beacon_time); in iwl4965_hw_channel_switch()
1384 priv->ucode_beacon_time, in iwl4965_hw_channel_switch()
Diwl-dev.h1039 u32 ucode_beacon_time; member
Diwl-4965-lib.c644 priv->ucode_beacon_time = le32_to_cpu(phy_res->beacon_time_stamp); in iwl4965_rx_reply_rx()