|
@@ -866,10 +866,10 @@ static
|
|
|
void hostif_phy_information_confirm(struct ks_wlan_private *priv)
|
|
|
{
|
|
|
struct iw_statistics *wstats = &priv->wstats;
|
|
|
- unsigned char rssi, signal, noise;
|
|
|
- unsigned char link_speed;
|
|
|
- unsigned int transmitted_frame_count, received_fragment_count;
|
|
|
- unsigned int failed_count, fcs_error_count;
|
|
|
+ u8 rssi, signal, noise;
|
|
|
+ u8 link_speed;
|
|
|
+ u32 transmitted_frame_count, received_fragment_count;
|
|
|
+ u32 failed_count, fcs_error_count;
|
|
|
|
|
|
rssi = get_byte(priv);
|
|
|
signal = get_byte(priv);
|