From: Johannes Berg Date: Wed, 22 Oct 2008 09:41:38 +0000 (+0200) Subject: mac80211: insert AP sta entry after filling it X-Git-Tag: v2.6.29-rc1~581^2~844 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf4ac53fb8a12a027c0486db743ae040f45b56a;p=pandora-kernel.git mac80211: insert AP sta entry after filling it We never clearly defined the semantics of the sta_notify callback and it was originally posted for iwlwifi which still doesn't use it at all. With the recent HT rework ath9k started relying on it, but I made a mistake there in that I made ath9k assume the HT information has already been filled in at sta_notify time. This isn't a hard thing to do, so do it. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed