From: Johannes Berg Date: Tue, 19 Jul 2011 08:39:53 +0000 (+0200) Subject: mac80211: sync driver before TX X-Git-Tag: v3.1-rc1~255^2~14^2^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2abb6e2bcb91ae384c5857dffd0bb97b76c7a68;p=pandora-kernel.git mac80211: sync driver before TX In P2P client mode, the GO (AP) to connect to might have periods of time where it is not available due to powersave. To allow the driver to sync with it and send frames to the GO only when it is available add a new callback tx_sync (and the corresponding finish_tx_sync). These callbacks can sleep unlike the actual TX. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed