]> Git Repo - linux.git/commit - drivers/net/wireless/iwlwifi/iwl-dev.h
iwlwifi: track station IDs
authorJohannes Berg <[email protected]>
Fri, 30 Apr 2010 18:30:43 +0000 (11:30 -0700)
committerReinette Chatre <[email protected]>
Mon, 10 May 2010 22:09:04 +0000 (15:09 -0700)
commitfd1af15d0a82ae681ecf34192150e27455c9c494
tree828b4532c5aa2df1859f461e828fd8b4606ec43c
parent4ff739747de20506e478269221f22f3d8d24c706
iwlwifi: track station IDs

mac80211 allows us to store private data per
station, so put the station ID there. This
allows us to avoid the station ID lookup when
removing regular stations. To also be able to
avoid the lookup to remove the special IBSS
BSSID station, track its ID in the per-vif
private data.

Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Reinette Chatre <[email protected]>
drivers/net/wireless/iwlwifi/iwl-3945.c
drivers/net/wireless/iwlwifi/iwl-3945.h
drivers/net/wireless/iwlwifi/iwl-agn-lib.c
drivers/net/wireless/iwlwifi/iwl-agn.c
drivers/net/wireless/iwlwifi/iwl-dev.h
drivers/net/wireless/iwlwifi/iwl-sta.c
drivers/net/wireless/iwlwifi/iwl-sta.h
drivers/net/wireless/iwlwifi/iwl3945-base.c
This page took 0.073387 seconds and 4 git commands to generate.