diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-08-26 18:29:35 +0400 |
---|---|---|
committer | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-11-15 15:31:32 +0400 |
commit | 3b98c7f49b675eb13e723967cf1264e3d562c480 (patch) | |
tree | f7d4a5d83720e3d63355fb8f4f2c6f327669b491 /drivers/net/wireless/iwlegacy/iwl3945-base.c | |
parent | 0c2c885200057c44ac5660d123e199192689ca5d (diff) | |
download | linux-3b98c7f49b675eb13e723967cf1264e3d562c480.tar.xz |
iwlegacy: s/TABLE/TBL/
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl3945-base.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl3945-base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl3945-base.c b/drivers/net/wireless/iwlegacy/iwl3945-base.c index 924420870a2f..41104e72d299 100644 --- a/drivers/net/wireless/iwlegacy/iwl3945-base.c +++ b/drivers/net/wireless/iwlegacy/iwl3945-base.c @@ -885,7 +885,7 @@ static void il3945_setup_rx_handlers(struct il_priv *il) * Rx theory of operation * * The host allocates 32 DMA target addresses and passes the host address - * to the firmware at register IL_RFDS_TABLE_LOWER + N * RFD_SIZE where N is + * to the firmware at register IL_RFDS_TBL_LOWER + N * RFD_SIZE where N is * 0 to 31 * * Rx Queue Indexes |