rt2x00: Introduce sta_add/remove callbacks
authorHelmut Schaa <helmut.schaa@googlemail.com>
Thu, 8 Sep 2011 12:36:04 +0000 (14:36 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 Sep 2011 17:56:54 +0000 (13:56 -0400)
commitb4943d8113500ee783072ba2ba7506ad76df3726
treef32733c7d60c45f885b637dce4a8b1beb9a16d24
parent183255235aadefd5a987021346e7aee2cbe721eb
rt2x00: Introduce sta_add/remove callbacks

This implements a basic sta_add and sta_remove callback. Introduce a new
structure rt2x00_sta and ask mac80211 to allocate it as private part of
its ieee80211_sta. rt2x00_sta only contains the WCID for now.

The sta_add callback allows the driver to assign a WCID to a station
that is currently being added. The same wcid is also passed to the
sta_remove callback one mac80211 removes this STA.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00.h
drivers/net/wireless/rt2x00/rt2x00dev.c
drivers/net/wireless/rt2x00/rt2x00mac.c