Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CORE/HDD/inc/wlan_hdd_cfg80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -2928,8 +2928,10 @@ v_U8_t* wlan_hdd_cfg80211_get_ie_ptr(const v_U8_t *pIes,
int length,
v_U8_t eid);
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0))
#if !defined(CFG80211_DEL_STA_V2)
#define CFG80211_DEL_STA_V2
#endif
#endif

#ifdef CFG80211_DEL_STA_V2
int wlan_hdd_cfg80211_del_station(struct wiphy *wiphy,
Expand Down