commit | 0c1ad2cac1cb54db38fd4cc1822965071ee83f6e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Dec 23 13:15:39 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 28 16:54:59 2009 -0500 |
tree | d5af632483584b7579ad8b24ba870f9b18e1aaa7 | |
parent | 8e664fb3fd2b04e3ac5fad7f046000ba54e0e275 [diff] |
mac80211: proper bss private data handling cfg80211 offers private data for each BSS struct, which mac80211 uses. However, mac80211 uses internal and external (cfg80211) BSS pointers interchangeably and has a hack to put the cfg80211 bss struct into the private struct. Remove this hack, properly converting between the pointers wherever necessary. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>