From: Luis R. Rodriguez Date: Wed, 7 Oct 2009 00:44:31 +0000 (-0400) Subject: ath5k: simplify passed params to ath5k_hw_set_associd() X-Git-Tag: v2.6.33-rc1~388^2~865^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5d6b75e0fb3f7e23ea5325109ef4195f2b282a;p=pandora-kernel.git ath5k: simplify passed params to ath5k_hw_set_associd() We have access to common->curbssid and common->curaid so just use those. Note that common->curaid is always 0 so this keeps our current behaviour of always using 0 for now. Once we fix storing the association ID passed by mac80211 this will require no changes here. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed