|
@@ -337,6 +337,7 @@ static int read_pod(struct zd_chip *chip, u8 *rf_type)
|
|
chip->patch_cr157 = (value >> 13) & 0x1;
|
|
chip->patch_cr157 = (value >> 13) & 0x1;
|
|
chip->patch_6m_band_edge = (value >> 21) & 0x1;
|
|
chip->patch_6m_band_edge = (value >> 21) & 0x1;
|
|
chip->new_phy_layout = (value >> 31) & 0x1;
|
|
chip->new_phy_layout = (value >> 31) & 0x1;
|
|
|
|
+ chip->al2230s_bit = (value >> 7) & 0x1;
|
|
chip->link_led = ((value >> 4) & 1) ? LED1 : LED2;
|
|
chip->link_led = ((value >> 4) & 1) ? LED1 : LED2;
|
|
chip->supports_tx_led = 1;
|
|
chip->supports_tx_led = 1;
|
|
if (value & (1 << 24)) { /* LED scenario */
|
|
if (value & (1 << 24)) { /* LED scenario */
|