On Wed, Oct 05, 2016 at 01:55:38PM +0200, Thomas Huth wrote: > The macros I40IW_STAG_KEY_FROM_STAG and I40IW_STAG_INDEX_FROM_STAG are > apparently bad - they are using the logical "&&" operation which > does not make sense here. It should have been a bitwise "&" instead. > Since the macros seem to be completely unused, let's simply remove > them so that nobody accidentially uses them in the future. And while > we're at it, also remove the unused macro I40IW_CREATE_STAG. > > Signed-off-by: Thomas Huth Thanks, Reviewed-by: Leon Romanovsky