From: Lennert Buytenhek Date: Mon, 4 Jan 2010 20:55:42 +0000 (+0100) Subject: mwl8k: move ->peer_id from mwl8k_vif to mwl8k_sta X-Git-Tag: v2.6.34-rc1~233^2~556^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a680400e8ac32adda81b5e2d7f23dfac63e064fe;p=pandora-kernel.git mwl8k: move ->peer_id from mwl8k_vif to mwl8k_sta For STA firmware, move the per-peer hardware station ID to the driver-private part of struct ieee80211_sta, where it belongs. (Since issuing a hardware station database maintenance command sleeps, we can't hold a reference to the ieee80211_sta * across the command, and since we won't know the station ID until after the command completes, we need to re-lookup the sta when the command is done to write the returned station ID back to its driver-private part.) Signed-off-by: Lennert Buytenhek Signed-off-by: John W. Linville --- Reading git-diff-tree failed