From c33c3d4c1ef37ca5aaddab73781d67446339a46f Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 7 May 2015 11:31:24 -0700 Subject: [PATCH] Typo BL->NL for 4.0.0 kernel --- os_dep/linux/ioctl_cfg80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_dep/linux/ioctl_cfg80211.c b/os_dep/linux/ioctl_cfg80211.c index 090e1d3..e1f5ac9 100644 --- a/os_dep/linux/ioctl_cfg80211.c +++ b/os_dep/linux/ioctl_cfg80211.c @@ -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;