On Thu, 15 Feb 2007 15:48:20 -0500, Michael Wu wrote: > I am not so sure that storing this information in struct ieee80211_sta_bss is > correct. As far as I can tell, that is strictly for storing information scan > results and beacon information. Nothing outside of ieee80211_sta.c uses it. > struct sta_info or struct ieee80211_if_ap (sta interfaces have a pointer to > the struct ieee80211_if_ap on the master device) may be a better choice. I > think struct sta_info is the right one though there is a problem - it isn't > allocated until a successful association. Thinking about it more, sdata should be the correct place. It's more per-interface thing than per-BSS (although the difference is small in this particular case). Thanks, Jiri -- Jiri Benc SUSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html