From: Daniel Wu Date: Sat, 20 Dec 2008 18:53:29 +0000 (-0800) Subject: iwlwifi: Fix typo in iwl-commands.h for CCK rate bit range. X-Git-Tag: v3.0~10839^2~48^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1061787967db03975dc02030d6815811f4eb9231;p=platform%2Fkernel%2Flinux-amlogic.git iwlwifi: Fix typo in iwl-commands.h for CCK rate bit range. My first (minor) patch, hopefully this is correct. Fix a typo in iwl-commands.h for CCK rates which needs 7 bits and not 4. Signed-off-by: Daniel Wu Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 52966ff..ba99720 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h @@ -255,7 +255,7 @@ struct iwl_cmd_header { * 0x3) 54 Mbps * * Legacy CCK rate format for bits 7:0 (bit 8 must be "0", bit 9 "1"): - * 3-0: 10) 1 Mbps + * 6-0: 10) 1 Mbps * 20) 2 Mbps * 55) 5.5 Mbps * 110) 11 Mbps