Go back –> iwl4965 kerneldoc

iwl4965_fill_rs_info - Fill an output text buffer with the rate representation

int iwl4965_fill_rs_info (struct ieee80211_hw * , char * buf, u8 sta_id)

Arguments

NOTE

This is provided as a quick mechanism for a user to visualize the performance of the rate control algorithm and is not meant to be parsed software.

iwl4965_rate_control_register - Register the rate control algorithm callbacks

int iwl4965_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 iwl4965_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


iwl4965_rate_control_unregister - Unregister the rate control callbacks

void iwl4965_rate_control_unregister ( void)

Arguments

void
no arguments

Description

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