Skip to content

Commit

Permalink
Wifi.h cleanup
Browse files Browse the repository at this point in the history
Remove unused variables or replacend from
/linux/if_ether.h
/linux/ieee80211.h
  • Loading branch information
CGarces committed Oct 30, 2022
1 parent e39c4e7 commit 2918177
Show file tree
Hide file tree
Showing 10 changed files with 156 additions and 255 deletions.
2 changes: 1 addition & 1 deletion core/rtw_mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ void rtw_add_network(_adapter *adapter, WLAN_BSSID_EX *pnetwork)

#if defined(CONFIG_P2P) && defined(CONFIG_P2P_REMOVE_GROUP_INFO)
if (adapter->registrypriv.wifi_spec == 0)
rtw_bss_ex_del_p2p_attr(pnetwork, P2P_ATTR_GROUP_INFO);
rtw_bss_ex_del_p2p_attr(pnetwork, IEEE80211_P2P_ATTR_GROUP_INFO);
#endif

if (!hal_chk_wl_func(adapter, WL_FUNC_MIRACAST))
Expand Down
Loading

0 comments on commit 2918177

Please sign in to comment.