2011/1/19 Bruno Randolf <br1@xxxxxxxxxxx>: > Rename ath5k_copy_channels() to ath5k_setup_channels() - nothing is copied > here. > > Signed-off-by: Bruno Randolf <br1@xxxxxxxxxxx> > --- > Âdrivers/net/wireless/ath/ath5k/base.c | Â Â8 ++++---- > Â1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c > index 0387acb..9e8b1f4 100644 > --- a/drivers/net/wireless/ath/ath5k/base.c > +++ b/drivers/net/wireless/ath/ath5k/base.c > @@ -256,7 +256,7 @@ static bool ath5k_is_standard_channel(short chan) > Â} > > Âstatic unsigned int > -ath5k_copy_channels(struct ath5k_hw *ah, > +ath5k_setup_channels(struct ath5k_hw *ah, > Â Â Â Â Â Â Â Âstruct ieee80211_channel *channels, > Â Â Â Â Â Â Â Âunsigned int mode, > Â Â Â Â Â Â Â Âunsigned int max) > @@ -356,7 +356,7 @@ ath5k_setup_bands(struct ieee80211_hw *hw) > Â Â Â Â Â Â Â Âsband->n_bitrates = 12; > > Â Â Â Â Â Â Â Âsband->channels = sc->channels; > - Â Â Â Â Â Â Â sband->n_channels = ath5k_copy_channels(ah, sband->channels, > + Â Â Â Â Â Â Â sband->n_channels = ath5k_setup_channels(ah, sband->channels, > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ÂAR5K_MODE_11G, max_c); > > Â Â Â Â Â Â Â Âhw->wiphy->bands[IEEE80211_BAND_2GHZ] = sband; > @@ -382,7 +382,7 @@ ath5k_setup_bands(struct ieee80211_hw *hw) > Â Â Â Â Â Â Â Â} > > Â Â Â Â Â Â Â Âsband->channels = sc->channels; > - Â Â Â Â Â Â Â sband->n_channels = ath5k_copy_channels(ah, sband->channels, > + Â Â Â Â Â Â Â sband->n_channels = ath5k_setup_channels(ah, sband->channels, > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ÂAR5K_MODE_11B, max_c); > > Â Â Â Â Â Â Â Âhw->wiphy->bands[IEEE80211_BAND_2GHZ] = sband; > @@ -402,7 +402,7 @@ ath5k_setup_bands(struct ieee80211_hw *hw) > Â Â Â Â Â Â Â Âsband->n_bitrates = 8; > > Â Â Â Â Â Â Â Âsband->channels = &sc->channels[count_c]; > - Â Â Â Â Â Â Â sband->n_channels = ath5k_copy_channels(ah, sband->channels, > + Â Â Â Â Â Â Â sband->n_channels = ath5k_setup_channels(ah, sband->channels, > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ÂAR5K_MODE_11A, max_c); > > Â Â Â Â Â Â Â Âhw->wiphy->bands[IEEE80211_BAND_5GHZ] = sband; > Acked-by: Nick Kossifidis <mickflemm@xxxxxxxxx> -- GPG ID: 0xD21DB2DB As you read this post global entropy rises. Have Fun ;-) Nick -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html