cfg80211: make ieee80211_get_mesh_hdrlen() static
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 2 Jun 2009 20:31:10 +0000 (16:31 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 3 Jun 2009 18:06:15 +0000 (14:06 -0400)
commit60fd2b67014440091770ac5738301c7fa4c4159c
tree5cbc58ee6993cb1153ada3db1aed40cb1c941fef
parente03e5ffd8d3327d23d76be5d63cfbbb537b1af59
cfg80211: make ieee80211_get_mesh_hdrlen() static

Fixes spares warning:
net/wireless/util.c:261:5: warning:
symbol 'ieee80211_get_mesh_hdrlen' was not declared. Should it be static?

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/util.c