b43: N-PHY: get idle TSSI values
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
2c8ac7eb96
commit
3dda07b6f9
@@ -765,6 +765,11 @@ struct b43_phy_n_txpwrindex {
|
||||
u16 locomp;
|
||||
};
|
||||
|
||||
struct b43_phy_n_pwr_ctl_info {
|
||||
u8 idle_tssi_2g;
|
||||
u8 idle_tssi_5g;
|
||||
};
|
||||
|
||||
struct b43_phy_n {
|
||||
u8 antsel_type;
|
||||
u8 cal_orig_pwr_idx[2];
|
||||
@@ -798,6 +803,7 @@ struct b43_phy_n {
|
||||
u16 txiqlocal_bestc[11];
|
||||
bool txiqlocal_coeffsvalid;
|
||||
struct b43_phy_n_txpwrindex txpwrindex[2];
|
||||
struct b43_phy_n_pwr_ctl_info pwr_ctl_info[2];
|
||||
struct b43_chanspec txiqlocal_chanspec;
|
||||
|
||||
u8 txrx_chain;
|
||||
|
Reference in New Issue
Block a user