aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy/4965.h
diff options
context:
space:
mode:
authorStanislaw Gruszka <sgruszka@redhat.com>2011-08-30 09:26:35 -0400
committerStanislaw Gruszka <sgruszka@redhat.com>2011-11-15 07:12:21 -0500
commit4d69c7521a90cba945b4720672b4511b1e541189 (patch)
tree4ea1c32726e8d97e30d40ab5aa474f18e1e63082 /drivers/net/wireless/iwlegacy/4965.h
parentdb7746f78cab25ee39dd20f61d9b2e6b5993d8fa (diff)
iwlegacy: rename REPLY_ to N_ or C_
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/4965.h')
-rw-r--r--drivers/net/wireless/iwlegacy/4965.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlegacy/4965.h b/drivers/net/wireless/iwlegacy/4965.h
index 85c3a49d7e14..94cf7e7da7f9 100644
--- a/drivers/net/wireless/iwlegacy/4965.h
+++ b/drivers/net/wireless/iwlegacy/4965.h
@@ -278,8 +278,8 @@ static inline int il4965_hw_valid_rtc_data_addr(u32 addr)
278 * uCode provides all 4 values to the driver via the "initialize alive" 278 * uCode provides all 4 values to the driver via the "initialize alive"
279 * notification (see struct il4965_init_alive_resp). After the runtime uCode 279 * notification (see struct il4965_init_alive_resp). After the runtime uCode
280 * image loads, uCode updates the R4 value via stats notifications 280 * image loads, uCode updates the R4 value via stats notifications
281 * (see STATS_NOTIFICATION), which occur after each received beacon 281 * (see N_STATS), which occur after each received beacon
282 * when associated, or can be requested via REPLY_STATS_CMD. 282 * when associated, or can be requested via C_STATS.
283 * 283 *
284 * NOTE: uCode provides the R4 value as a 23-bit signed value. Driver 284 * NOTE: uCode provides the R4 value as a 23-bit signed value. Driver
285 * must sign-extend to 32 bits before applying formula below. 285 * must sign-extend to 32 bits before applying formula below.