mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-04-29 15:19:40 +02:00
Fixing Build error from unused variable warnings (#240)
This commit fixes the issue #235. A variable and a function were deleted. Tested on: Distributor ID: Debian Description: Debian GNU/Linux 8.10 (jessie) Release: 8.10 Codename: Jessie Kernel: 3.19.0 x86_64 (custom)
This commit is contained in:
parent
c88620cffd
commit
3059b62c98
@ -4052,7 +4052,7 @@ exit:
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int cfg80211_rtw_del_station(struct wiphy *wiphy, struct net_device *ndev,
|
||||
/*static int cfg80211_rtw_del_station(struct wiphy *wiphy, struct net_device *ndev,
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,1,0))
|
||||
struct station_del_parameters *params)
|
||||
{
|
||||
@ -4145,7 +4145,7 @@ static int cfg80211_rtw_del_station(struct wiphy *wiphy, struct net_device *ndev
|
||||
return ret;
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
static int cfg80211_rtw_change_station(struct wiphy *wiphy, struct net_device *ndev,
|
||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,16,0))
|
||||
u8 *mac,
|
||||
@ -5998,7 +5998,7 @@ static struct cfg80211_ops rtw_cfg80211_ops = {
|
||||
#endif
|
||||
|
||||
.add_station = cfg80211_rtw_add_station,
|
||||
.del_station = cfg80211_rtw_del_station,
|
||||
//.del_station = cfg80211_rtw_del_station,
|
||||
.change_station = cfg80211_rtw_change_station,
|
||||
.dump_station = cfg80211_rtw_dump_station,
|
||||
.change_bss = cfg80211_rtw_change_bss,
|
||||
|
Loading…
x
Reference in New Issue
Block a user