From: Jes Sorensen Date: Fri, 9 May 2014 13:03:45 +0000 (+0200) Subject: staging: rtl8723au: rtw_createbss_cmd23a_callback(): Relax holding of pmlmepriv-... X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~976 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5290cd688e07fb492f3a049960f3b76ff776d218;p=pandora-kernel.git staging: rtl8723au: rtw_createbss_cmd23a_callback(): Relax holding of pmlmepriv->lock We only really need to hold pmlmepriv->lock while calling rtw_indicate_connect23a(). rtw_get_stainfo23a() and rtw_alloc_stainfo23a() rely on pstapriv->sta_hash_lock and the non WIFI_AP_STATE path relies on pmlmepvi->scanned_queue.lock, except we need to used clr_fwstate() instead of _clr_fwstate_(). Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed