From: Arend van Spriel Date: Fri, 29 Nov 2013 10:48:16 +0000 (+0100) Subject: brcmfmac: start netif queues only when setup is completed successful X-Git-Tag: v3.14-rc1~94^2~601^2^2~74 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcede4b8767dc4b12ce6324ac772776ae9f28569;p=pandora-kernel.git brcmfmac: start netif queues only when setup is completed successful Moving the call to netif_start_queue() after brcmf_cfg80211_up() is completed successful. If not return -EIO instead of -1 as that results in 'Operation not permitted' which can put user on wrong track. Reviewed-by: Hante Meuleman Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed