From: Jouni Malinen Date: Tue, 3 Mar 2009 17:23:26 +0000 (+0200) Subject: ath9k: Cleanup multiple VIF processing X-Git-Tag: v2.6.30-rc1~662^2~320 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c3db3d51ee1fcf84f5828788905a4c091b9ae27;p=pandora-kernel.git ath9k: Cleanup multiple VIF processing Replace the internal sc_vaps array and index values by using vif pointer from mac80211. Allow multiple VIPs to be registered. Though, number of beaconing VIFs is still limited by ATH_BCBUF (currently 1). Multiple virtual STAs support is not yet complete, but at least the data structures should now be able to handle this. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed