mac80211: insert AP sta entry after filling it
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 22 Oct 2008 09:41:38 +0000 (11:41 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 31 Oct 2008 23:00:46 +0000 (19:00 -0400)
commitddf4ac53fb8a12a027c0486db743ae040f45b56a
tree08a8841651017e612afb93919340e4972d8df5e3
parentcfa3fa405a5eafd5d5c53b18abc00ca998c35eef
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c
This page took 0.042771 seconds and 5 git commands to generate.