]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix driver_bsd.c compile error
authorYi Zhu <Yi.Zhu@Atheros.com>
Thu, 9 Dec 2010 19:29:26 +0000 (11:29 -0800)
committerJouni Malinen <j@w1.fi>
Thu, 30 Dec 2010 14:12:32 +0000 (16:12 +0200)
commit9f2951d2fd53a5d13a23e976292020f5dc698abc
tree2b06a6173c0387f08b10e2f93360d1731a2576d3
parent3ac17eba31ff4476f2ca5a1de59052f344fff018
Fix driver_bsd.c compile error

I got an error for WPA_KEY_RSC_LEN is not defined when compiling the
driver_bsd.c on NetBSD 4.0. Below patch fixed it.
src/drivers/driver_bsd.c