mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 00:39:30 -04:00
staging: wilc1000: fix line over 80 chars in change_station()
Fix 'line over 80 chars' issue found by checkpatch.pl script. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3f155eba93
commit
afa157b7b2
@@ -1154,10 +1154,10 @@ static int get_station(struct wiphy *wiphy, struct net_device *dev,
|
||||
wilc_get_statistics(vif, &stats);
|
||||
|
||||
sinfo->filled |= BIT(NL80211_STA_INFO_SIGNAL) |
|
||||
BIT(NL80211_STA_INFO_RX_PACKETS) |
|
||||
BIT(NL80211_STA_INFO_TX_PACKETS) |
|
||||
BIT(NL80211_STA_INFO_TX_FAILED) |
|
||||
BIT(NL80211_STA_INFO_TX_BITRATE);
|
||||
BIT(NL80211_STA_INFO_RX_PACKETS) |
|
||||
BIT(NL80211_STA_INFO_TX_PACKETS) |
|
||||
BIT(NL80211_STA_INFO_TX_FAILED) |
|
||||
BIT(NL80211_STA_INFO_TX_BITRATE);
|
||||
|
||||
sinfo->signal = stats.rssi;
|
||||
sinfo->rx_packets = stats.rx_cnt;
|
||||
|
||||
Reference in New Issue
Block a user