summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/phy/wlc_phy_lcn.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-10-08 02:08:21 +0200
committerGreg Kroah-Hartman2010-10-08 02:08:21 +0200
commite59fe083f683ca2ca56abefad290d110808a6fb5 (patch)
treea03c7654100804b579495eaf96f6b945cce8b2ee /drivers/staging/brcm80211/phy/wlc_phy_lcn.h
parentStaging: brcm80211: s/uint16/u16/ (diff)
downloadkernel-qcow2-linux-e59fe083f683ca2ca56abefad290d110808a6fb5.tar.gz
kernel-qcow2-linux-e59fe083f683ca2ca56abefad290d110808a6fb5.tar.xz
kernel-qcow2-linux-e59fe083f683ca2ca56abefad290d110808a6fb5.zip
Staging: brcm80211: s/int16/s16/
Use the kernel types, don't invent your own. 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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/brcm80211/phy/wlc_phy_lcn.h b/drivers/staging/brcm80211/phy/wlc_phy_lcn.h
index 3c7e8cf21c49..83351d8d4bd5 100644
--- a/drivers/staging/brcm80211/phy/wlc_phy_lcn.h
+++ b/drivers/staging/brcm80211/phy/wlc_phy_lcn.h
@@ -47,9 +47,9 @@ struct phy_info_lcnphy {
u8 lcnphy_rssi_vc_hightemp;
u8 lcnphy_rssi_gs_hightemp;
- int16 lcnphy_pa0b0;
- int16 lcnphy_pa0b1;
- int16 lcnphy_pa0b2;
+ s16 lcnphy_pa0b0;
+ s16 lcnphy_pa0b1;
+ s16 lcnphy_pa0b2;
u16 lcnphy_rawtempsense;
u8 lcnphy_measPower;
@@ -76,8 +76,8 @@ struct phy_info_lcnphy {
uint32 lcnphy_gain_idx_14_hiword;
uint32 lcnphy_gain_idx_27_lowword;
uint32 lcnphy_gain_idx_27_hiword;
- int16 lcnphy_ofdmgainidxtableoffset;
- int16 lcnphy_dsssgainidxtableoffset;
+ s16 lcnphy_ofdmgainidxtableoffset;
+ s16 lcnphy_dsssgainidxtableoffset;
uint32 lcnphy_tr_R_gain_val;
uint32 lcnphy_tr_T_gain_val;
s8 lcnphy_input_pwr_offset_db;
@@ -98,8 +98,8 @@ struct phy_info_lcnphy {
u16 lcnphy_extstxctrl4;
u16 lcnphy_extstxctrl0;
u16 lcnphy_extstxctrl1;
- int16 lcnphy_cck_dig_filt_type;
- int16 lcnphy_ofdm_dig_filt_type;
+ s16 lcnphy_cck_dig_filt_type;
+ s16 lcnphy_ofdm_dig_filt_type;
lcnphy_cal_results_t lcnphy_cal_results;
u8 lcnphy_psat_pwr;