mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-08-16 08:34:15 +02:00
Typo BL->NL for 4.0.0 kernel
This commit is contained in:
parent
d5fd80bd70
commit
c33c3d4c1e
@ -1432,7 +1432,7 @@ static int cfg80211_rtw_get_station(struct wiphy *wiphy,
|
||||
sinfo->filled |= BIT(NL80211_STA_INFO_RX_PACKETS);
|
||||
sinfo->rx_packets = sta_rx_data_pkts(psta);
|
||||
|
||||
sinfo->filled |= BIT(BL80211_STA_INFO_TX_PACKETS);
|
||||
sinfo->filled |= BIT(NL80211_STA_INFO_TX_PACKETS);
|
||||
sinfo->tx_packets = psta->sta_stats.tx_pkts;
|
||||
#else
|
||||
sinfo->filled |= STATION_INFO_SIGNAL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user