rt2x00: rt2800lib: remove trailing semicolons from RFCSR3_* defines
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
649a6ac4a7
commit
fc1b63d75d
|
@ -1993,8 +1993,8 @@ struct mac_iveiv_entry {
|
|||
*/
|
||||
#define RFCSR3_K FIELD8(0x0f)
|
||||
/* Bits [7-4] for RF3320 (RT3370/RT3390), on other chipsets reserved */
|
||||
#define RFCSR3_PA1_BIAS_CCK FIELD8(0x70);
|
||||
#define RFCSR3_PA2_CASCODE_BIAS_CCKK FIELD8(0x80);
|
||||
#define RFCSR3_PA1_BIAS_CCK FIELD8(0x70)
|
||||
#define RFCSR3_PA2_CASCODE_BIAS_CCKK FIELD8(0x80)
|
||||
|
||||
/*
|
||||
* FRCSR 5:
|
||||
|
|
Loading…
Reference in New Issue