Thread (8 messages) 8 messages, 5 authors, 2012-06-29

Re: [PATCH] wlcore: implement .flush callback

From: Arend van Spriel <hidden>
Date: 2012-06-28 11:08:15

On 06/27/2012 06:09 PM, Luciano Coelho wrote:
quoted hunk ↗ jump to hunk
From: Eliad Peller <redacted>

implement the .flush() callback by simply calling wl1271_tx_flush().

Signed-off-by: Eliad Peller <redacted>
Signed-off-by: Luciano Coelho <redacted>
---
 drivers/net/wireless/ti/wlcore/main.c |    8 ++++++++
 1 file changed, 8 insertions(+)
diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c
+static void wlcore_op_flush(struct ieee80211_hw *hw, bool drop)
+{
+	struct wl1271 *wl = hw->priv;
+
+	wl1271_tx_flush(wl);
+}
+
So not taking the drop flag into account? Any plan to change that?

Gr. AvS
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help