Johannes Berg wrote:
I found a compile problem when all the patches were installed in that 'ops' was not defined in
wireless/core.c. This patch should be
+ WARN_ON(!drv->ops->add_key && drv->ops->del_key);
+ WARN_ON(drv->ops->add_key && !drv->ops->del_key);
and not WARN_ON(!ops->add_key etc.
A similar change is also required in patch 11/15.
I'm now ready to test your changes.
Larry
-
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html