On dom, giu 05, 2011 at 11:55:52 +0200, Andrew Lunn wrote:
diff --git a/translation-table.c b/translation-table.c index e0c5945..24e48e7 100644 --- a/translation-table.c +++ b/translation-table.c @@ -1683,3 +1683,33 @@ void tt_free(struct bat_priv *bat_priv)
kfree(bat_priv->tt_buff); }
+bool is_ap_isolated(struct bat_priv *bat_priv, uint8_t *src, uint8_t *dst)
Doh!
O.K. The ordering could of been better... but the code at the end is O.K, which is what matters.
:-) I avoided to rename such function...so I directly called it _foobar from the beginning.
Regards,