rt2x00: reverse external PA capability flag logic
Consequently refer to external PA instead of inverting the logic and use an internal PA capability flag which is a bit confusing. Currently this is used for Rt3352 only, but MT7620A also allows for an external PA which will be supported by a follow up patch. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
此提交包含在:
@@ -719,8 +719,8 @@ enum rt2x00_capability_flags {
|
||||
CAPABILITY_DOUBLE_ANTENNA,
|
||||
CAPABILITY_BT_COEXIST,
|
||||
CAPABILITY_VCO_RECALIBRATION,
|
||||
CAPABILITY_INTERNAL_PA_TX0,
|
||||
CAPABILITY_INTERNAL_PA_TX1,
|
||||
CAPABILITY_EXTERNAL_PA_TX0,
|
||||
CAPABILITY_EXTERNAL_PA_TX1,
|
||||
};
|
||||
|
||||
/*
|
||||
|
新增問題並參考
封鎖使用者