]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Move definitions into separate header files
authorJouni Malinen <j@w1.fi>
Sun, 26 Oct 2014 10:02:36 +0000 (12:02 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Oct 2014 15:03:24 +0000 (17:03 +0200)
commit1474e6e9175a49efc1ed482c2c0522a7442bddec
treedd8e3eeb2c06b84aa87be6835d20e6a71f00ae7f
parent412d764727e8423c3a877414656953b64d61d424
nl80211: Move definitions into separate header files

This is an initial step in starting to split the large driver_nl80211.c
implementation into somewhat smaller parts.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211.h [new file with mode: 0644]
src/drivers/linux_defines.h [new file with mode: 0644]