summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/phy/wlc_phy_lcn.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-10-05 20:04:17 +0200
committerGreg Kroah-Hartman2010-10-05 20:04:17 +0200
commit562c8850786d8d1a9e3f9f076deb581962c594ab (patch)
treebaf409658f075a8b039e67c3882c2c8e01fb55ef /drivers/staging/brcm80211/phy/wlc_phy_lcn.h
parentStaging: brcm80211: typedefs.h: remove uint8 definition (diff)
downloadkernel-qcow2-linux-562c8850786d8d1a9e3f9f076deb581962c594ab.tar.gz
kernel-qcow2-linux-562c8850786d8d1a9e3f9f076deb581962c594ab.tar.xz
kernel-qcow2-linux-562c8850786d8d1a9e3f9f076deb581962c594ab.zip
Staging: brcm80211: s/int8/s8/
This changes the usage everywhere in the driver, and removes the definition as it should no longer be used anywhere. Cc: Brett Rudley <brudley@broadcom.com> Cc: Henry Ptasinski <henryp@broadcom.com> Cc: Nohee Ko <noheek@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/phy/wlc_phy_lcn.h')
-rw-r--r--drivers/staging/brcm80211/phy/wlc_phy_lcn.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/brcm80211/phy/wlc_phy_lcn.h b/drivers/staging/brcm80211/phy/wlc_phy_lcn.h
index dc7a79c1687a..5d157a2ce854 100644
--- a/drivers/staging/brcm80211/phy/wlc_phy_lcn.h
+++ b/drivers/staging/brcm80211/phy/wlc_phy_lcn.h
@@ -66,7 +66,7 @@ struct phy_info_lcnphy {
uint16 lcnphy_tssi_npt;
uint16 lcnphy_target_tx_freq;
- int8 lcnphy_tx_power_idx_override;
+ s8 lcnphy_tx_power_idx_override;
uint16 lcnphy_noise_samples;
uint32 lcnphy_papdRxGnIdx;
@@ -80,11 +80,11 @@ struct phy_info_lcnphy {
int16 lcnphy_dsssgainidxtableoffset;
uint32 lcnphy_tr_R_gain_val;
uint32 lcnphy_tr_T_gain_val;
- int8 lcnphy_input_pwr_offset_db;
+ s8 lcnphy_input_pwr_offset_db;
uint16 lcnphy_Med_Low_Gain_db;
uint16 lcnphy_Very_Low_Gain_db;
- int8 lcnphy_lastsensed_temperature;
- int8 lcnphy_pkteng_rssi_slope;
+ s8 lcnphy_lastsensed_temperature;
+ s8 lcnphy_pkteng_rssi_slope;
u8 lcnphy_saved_tx_user_target[TXP_NUM_RATES];
u8 lcnphy_volt_winner;
u8 lcnphy_volt_low;
@@ -94,7 +94,7 @@ struct phy_info_lcnphy {
u8 lcnphy_cck;
u8 lcnphy_psat_2pt3_detected;
int32 lcnphy_lowest_Re_div_Im;
- int8 lcnphy_final_papd_cal_idx;
+ s8 lcnphy_final_papd_cal_idx;
uint16 lcnphy_extstxctrl4;
uint16 lcnphy_extstxctrl0;
uint16 lcnphy_extstxctrl1;
@@ -116,6 +116,6 @@ struct phy_info_lcnphy {
u8 lcnphy_aci_stat;
uint lcnphy_aci_start_time;
- int8 lcnphy_tx_power_offset[TXP_NUM_RATES];
+ s8 lcnphy_tx_power_offset[TXP_NUM_RATES];
};
#endif /* _wlc_phy_lcn_h_ */