Remove unnecessary null check

wifiIfaceName is guaranteed to not be null when this null check is
executed, as otherwise eventuallyExpect<LinkPropertiesChanged>() has
failed or threw an assertion error a couple of lines above.

Test: TH
Change-Id: Ibc566fae7cf153dcc2976e4d6d3b208e8fa3448c
1 file changed