mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 11:00:09 +01:00
wifi: remove unused nl80211 attributes that break build on older kernels
This commit is contained in:
parent
9296fd1ad0
commit
0d2aac2021
1 changed files with 0 additions and 2 deletions
|
|
@ -272,8 +272,6 @@ static int nl80211_bss_dump_handler (struct nl_msg *msg, void *arg)
|
|||
[NL80211_BSS_SIGNAL_MBM] = { .type = NLA_U32 },
|
||||
[NL80211_BSS_SIGNAL_UNSPEC] = { .type = NLA_U8 },
|
||||
[NL80211_BSS_STATUS] = { .type = NLA_U32 },
|
||||
[NL80211_BSS_SEEN_MS_AGO] = { .type = NLA_U32 },
|
||||
[NL80211_BSS_BEACON_IES] = { },
|
||||
};
|
||||
guint32 status;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue