mac80211: flush to get the tx status of nullfunc frame immediately
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>
Thu, 15 Mar 2012 00:45:26 +0000 (06:15 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Apr 2012 20:05:54 +0000 (16:05 -0400)
commitf69b9c79c99b607a8d6b1d9e1913861154af8c63
treecd262065f57166c890ec19951e1e21d9f3d9db77
parent6f0756a38fc4cf016070f218bf78930b4c1f9a0f
mac80211: flush to get the tx status of nullfunc frame immediately

Sometimes the probe frame (nullfunc) is stuck at the hw queue. so that
the mac80211 terminates the connection as it wont see the tx status.
Instead of waiting for long period for ack status, lets call flush
to get nullfunc status immediately. It also helps to send the nullfunc
till max tries reached.

Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c