Go back –> iwl3945 kerneldoc

iwl3945_rate_scale_init - Initialize the rate scale table based on assoc info

void iwl3945_rate_scale_init (struct ieee80211_hw * hw, s32 sta_id)

Arguments

Description

The specific throughput table used is based on the type of network the associated with, including A, B, G, and G w/ TGG protection


iwl3945_rate_control_register - Register the rate control algorithm callbacks

int iwl3945_rate_control_register ( void)

Arguments

void
no arguments

Description

Since the rate control algorithm is hardware specific, there is no need or reason to place it as a stand alone module. The driver can call iwl3945_rate_control_register in order to register the rate control callbacks with the mac80211 subsystem. This should be performed prior to calling ieee80211_register_hw


iwl3945_rate_control_unregister - Unregister the rate control callbacks

void iwl3945_rate_control_unregister ( void)

Arguments

void
no arguments

Description

This should be called after calling ieee80211_unregister_hw, but before the driver is unloaded.