]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Use helper function for phy_info_handler()
authorJouni Malinen <j@w1.fi>
Sun, 10 Mar 2013 14:17:18 +0000 (16:17 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 10 Mar 2013 14:17:18 +0000 (16:17 +0200)
commit3cfcad1bb11816ec077b33ea185ed2748e533801
tree8d30ffff7435569a4e455cedf29965ee602f0597
parent5f4391072706be959e939fb8f85d5e779e4c083c
nl80211: Use helper function for phy_info_handler()

This allows one level of indentation to be removed by using a helper
function to process each wiphy band.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c