]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
nl80211: Re-order functions to group AP/hostapd specific code
authorJouni Malinen <j@w1.fi>
Fri, 27 May 2011 16:02:04 +0000 (19:02 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 27 May 2011 16:02:04 +0000 (19:02 +0300)
commitf07ead6af91bf7b032189ec99d1c187db1fd859f
tree77d70b3e46a14a8af0d135eab24613d110ef333e
parentf7b3920c9042777c67bf62384d05579bc12d23d8
nl80211: Re-order functions to group AP/hostapd specific code

Get rid of separate ifdef/endif blocks for AP specific and hostapd
specific code, i.e., only have one main block of code for each case.
src/drivers/driver_nl80211.c