Adding adaptive multi rate retry algorithm module to the wlan stack, as it is

needed by some drivers.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34393 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Colin Günther 2009-11-30 21:49:26 +00:00
parent 4cb0a74c12
commit 914a9b34b7
2 changed files with 1 additions and 5 deletions

View File

@ -17,6 +17,7 @@ KernelStaticLibrary libfreebsd_wlan.a :
ieee80211_action.c
ieee80211_adhoc.c
ieee80211_ageq.c
ieee80211_amrr.c
ieee80211_crypto_none.c
ieee80211_crypto.c
ieee80211_dfs.c
@ -39,7 +40,6 @@ KernelStaticLibrary libfreebsd_wlan.a :
ieee80211_wds.c
# NOT SUPPORTED YET ieee80211_acl.c
# NOT SUPPORTED YET ieee80211_amrr.c
# NOT SUPPORTED YET ieee80211_crypto_ccmp.c
# NOT SUPPORTED YET ieee80211_crypto_tkip.c
# NOT SUPPORTED YET ieee80211_crypto_wep.c

View File

@ -220,7 +220,3 @@ amrr_sysctlattach(struct ieee80211_amrr *amrr,
&amrr->amrr_min_success_threshold, 0, "");
}
/*
* Module glue.
*/
IEEE80211_RATE_MODULE(amrr, 1);