staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCase
Fix 'Avoid camelCase' issue found by checkpatch.pl script. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7868ee3b73
commit
34db1aac17
@ -1166,7 +1166,7 @@ void wilc_wfi_mgmt_rx(struct wilc *wilc, u8 *buff, u32 size)
|
|||||||
vif = netdev_priv(wilc->vif[1]->ndev);
|
vif = netdev_priv(wilc->vif[1]->ndev);
|
||||||
if ((buff[0] == vif->frame_reg[0].type && vif->frame_reg[0].reg) ||
|
if ((buff[0] == vif->frame_reg[0].type && vif->frame_reg[0].reg) ||
|
||||||
(buff[0] == vif->frame_reg[1].type && vif->frame_reg[1].reg))
|
(buff[0] == vif->frame_reg[1].type && vif->frame_reg[1].reg))
|
||||||
WILC_WFI_p2p_rx(wilc->vif[1]->ndev, buff, size);
|
wilc_wfi_p2p_rx(wilc->vif[1]->ndev, buff, size);
|
||||||
}
|
}
|
||||||
|
|
||||||
void wilc_netdev_cleanup(struct wilc *wilc)
|
void wilc_netdev_cleanup(struct wilc *wilc)
|
||||||
|
@ -359,7 +359,7 @@ static void cfg_scan_result(enum scan_event scan_event,
|
|||||||
{
|
{
|
||||||
struct wilc_priv *priv;
|
struct wilc_priv *priv;
|
||||||
struct wiphy *wiphy;
|
struct wiphy *wiphy;
|
||||||
s32 s32Freq;
|
s32 freq;
|
||||||
struct ieee80211_channel *channel;
|
struct ieee80211_channel *channel;
|
||||||
struct cfg80211_bss *bss = NULL;
|
struct cfg80211_bss *bss = NULL;
|
||||||
|
|
||||||
@ -378,9 +378,9 @@ static void cfg_scan_result(enum scan_event scan_event,
|
|||||||
((s32)network_info->rssi * 100) > 100))
|
((s32)network_info->rssi * 100) > 100))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
s32Freq = ieee80211_channel_to_frequency((s32)network_info->ch,
|
freq = ieee80211_channel_to_frequency((s32)network_info->ch,
|
||||||
NL80211_BAND_2GHZ);
|
NL80211_BAND_2GHZ);
|
||||||
channel = ieee80211_get_channel(wiphy, s32Freq);
|
channel = ieee80211_get_channel(wiphy, freq);
|
||||||
|
|
||||||
if (!channel)
|
if (!channel)
|
||||||
return;
|
return;
|
||||||
@ -1396,12 +1396,12 @@ static void wilc_wfi_cfg_parse_rx_vendor_spec(struct wilc_priv *priv, u8 *buff,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void WILC_WFI_p2p_rx(struct net_device *dev, u8 *buff, u32 size)
|
void wilc_wfi_p2p_rx(struct net_device *dev, u8 *buff, u32 size)
|
||||||
{
|
{
|
||||||
struct wilc_priv *priv;
|
struct wilc_priv *priv;
|
||||||
u32 header, pkt_offset;
|
u32 header, pkt_offset;
|
||||||
struct host_if_drv *wfi_drv;
|
struct host_if_drv *wfi_drv;
|
||||||
s32 s32Freq;
|
s32 freq;
|
||||||
|
|
||||||
priv = wiphy_priv(dev->ieee80211_ptr->wiphy);
|
priv = wiphy_priv(dev->ieee80211_ptr->wiphy);
|
||||||
wfi_drv = (struct host_if_drv *)priv->hif_drv;
|
wfi_drv = (struct host_if_drv *)priv->hif_drv;
|
||||||
@ -1422,10 +1422,10 @@ void WILC_WFI_p2p_rx(struct net_device *dev, u8 *buff, u32 size)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
s32Freq = ieee80211_channel_to_frequency(curr_channel, NL80211_BAND_2GHZ);
|
freq = ieee80211_channel_to_frequency(curr_channel, NL80211_BAND_2GHZ);
|
||||||
|
|
||||||
if (!ieee80211_is_action(buff[FRAME_TYPE_ID])) {
|
if (!ieee80211_is_action(buff[FRAME_TYPE_ID])) {
|
||||||
cfg80211_rx_mgmt(priv->wdev, s32Freq, 0, buff, size, 0);
|
cfg80211_rx_mgmt(priv->wdev, freq, 0, buff, size, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1461,7 +1461,7 @@ void WILC_WFI_p2p_rx(struct net_device *dev, u8 *buff, u32 size)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cfg80211_rx_mgmt(priv->wdev, s32Freq, 0, buff, size, 0);
|
cfg80211_rx_mgmt(priv->wdev, freq, 0, buff, size, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void wilc_wfi_mgmt_tx_complete(void *priv, int status)
|
static void wilc_wfi_mgmt_tx_complete(void *priv, int status)
|
||||||
|
@ -300,7 +300,7 @@ void wilc_enable_tcp_ack_filter(bool value);
|
|||||||
int wilc_wlan_get_num_conn_ifcs(struct wilc *wilc);
|
int wilc_wlan_get_num_conn_ifcs(struct wilc *wilc);
|
||||||
int wilc_mac_xmit(struct sk_buff *skb, struct net_device *dev);
|
int wilc_mac_xmit(struct sk_buff *skb, struct net_device *dev);
|
||||||
|
|
||||||
void WILC_WFI_p2p_rx(struct net_device *dev, u8 *buff, u32 size);
|
void wilc_wfi_p2p_rx(struct net_device *dev, u8 *buff, u32 size);
|
||||||
void host_wakeup_notify(struct wilc *wilc);
|
void host_wakeup_notify(struct wilc *wilc);
|
||||||
void host_sleep_notify(struct wilc *wilc);
|
void host_sleep_notify(struct wilc *wilc);
|
||||||
extern bool wilc_enable_ps;
|
extern bool wilc_enable_ps;
|
||||||
|
Loading…
Reference in New Issue
Block a user