]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Fix compatibility with older version of libnl
authorIlan Peer <ilan.peer@intel.com>
Wed, 1 Oct 2014 06:01:25 +0000 (08:01 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 3 Oct 2014 08:34:51 +0000 (11:34 +0300)
commitca3c6b4da762a6e08bcda649c676d9b7b077070a
tree5ea5bfdb0eec937eac3604a0f3636fe6cd2110c5
parentd76426c3aa7f7cf1d1c01577fe0e7499a8a67ec1
nl80211: Fix compatibility with older version of libnl

Commit 97ed9a06df566357f0ebe57f8080f78726e78db6 ('nl80211: Remove bridge
FDB entry upon sta_remove()') used nl_sock and nl_socket_* functions
which are not compatible with older versions of libnl. Fix this.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
src/drivers/driver_nl80211.c