On Thu, 2006-12-14 at 21:48 -0800, Simon Barber wrote:
> Again - this DLS management frame processing code should not be in the
> kernel - it should be in wpa_supplicant.
>
> Only the frame processing code should be in the kernel.
OK. The DLS management process code needs the decision making from
, December 13, 2006 8:03 PM
To: netdev@vger.kernel.org
Subject: [PATCH 5/6] d80211: add IEEE 802.11e Direct Link Setup (DLS)
support
Struct dls_info is declared to store the peer's MAC address, timeout
value, supported rates, etc information for the DLS link. The stack also
maintains a hash table to
Struct dls_info is declared to store the peer's MAC address, timeout
value, supported rates, etc information for the DLS link. The stack
also maintains a hash table to store the dls_info for all the DLS peers
for local interface. The peer's MAC address is used as the hash table key.
The DLS MLMEs h