From: Johannes Berg Date: Wed, 23 Dec 2009 12:15:32 +0000 (+0100) Subject: mac80211: introduce flush operation X-Git-Tag: v2.6.34-rc1~233^2~682^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a80f7c0b088187c8471b441d461e937991870661;p=pandora-kernel.git mac80211: introduce flush operation We've long lacked a good confirmation that frames have really gone out, e.g. before going off-channel for a scan. Add a flush() operation that drivers can implement to provide that confirmation, and use it in a few places: * before scanning sends the nullfunc frames * after scanning sends the nullfunc frames, if any * when going idle, to send any pending frames Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed