mac80211: create Probe Request template
authorKalle Valo <kalle.valo@nokia.com>
Tue, 5 Jan 2010 18:16:38 +0000 (20:16 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 12 Jan 2010 18:51:25 +0000 (13:51 -0500)
commit05e54ea6cce400ac34528d705179b45244f61074
treed645290f4866b457795696c7c4e9f609a07a4e55
parentf7f70579340dba1e551c0e52349fde0370592174
mac80211: create Probe Request template

Certain type of hardware, for example wl1251 and wl1271, need a template
for the Probe Request. Create a function ieee80211_probereq_get() which
creates the template and drivers send it to hardware.

Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/tx.c