More typo fixes

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3809 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
proski 2008-07-18 22:00:42 +00:00
parent 65b2749123
commit 02bac30645
5 changed files with 5 additions and 5 deletions

View File

@ -1619,7 +1619,7 @@ static inline HAL_BOOL ath_hw_puttxbuf(struct ath_softc *sc, u_int qnum,
return result;
}
/* If channel change is sucessfull, sc->sc_curchan is updated with the new
/* If channel change is successful, sc->sc_curchan is updated with the new
* channel */
static HAL_BOOL ath_hw_reset(struct ath_softc *sc, HAL_OPMODE opmode,

View File

@ -296,7 +296,7 @@ int ath_radar_update(struct ath_softc *sc)
return (required == ath_radar_is_enabled(sc));
}
/* Update channel's DFS flags based upon whether DFS is reqired. Return
/* Update channel's DFS flags based upon whether DFS is required. Return
* true if the value was repaired. */
int ath_radar_correct_dfs_flags(struct ath_softc *sc, HAL_CHANNEL *hchan)
{

View File

@ -163,7 +163,7 @@ void ath_radar_get_params(struct ath_softc *sc, RADAR_PARAM *rp);
* If any member of rp is set to RADAR_PARAM_USE_DEFAULT, the default
* is used for that field. */
void ath_radar_set_params(struct ath_softc *sc, RADAR_PARAM *rp);
/* Update channel's DFS flags based upon whether DFS is reqired */
/* Update channel's DFS flags based upon whether DFS is required */
int ath_radar_correct_dfs_flags(struct ath_softc *sc, HAL_CHANNEL *hchan);
/* Returns true if DFS is required for the regulatory domain, country and
* combination in use. */

View File

@ -2725,7 +2725,7 @@ ieee80211_doth_switch_channel(struct ieee80211vap *vap)
netif_stop_queue(ic->ic_dev);
#endif
vap->iv_csa_jiffies = 0; /* supress "cancel" msg */
vap->iv_csa_jiffies = 0; /* suppress "cancel" msg */
ieee80211_doth_cancel_cs(vap);
ic->ic_curchan = ic->ic_bsschan = vap->iv_csa_chan;

View File

@ -740,7 +740,7 @@ ieee80211_ioctl_siwfreq(struct net_device *dev, struct iw_request_info *info,
vap->iv_des_chan = c;
} else {
/*
* Intepret channel 0 to mean "no desired channel";
* Interpret channel 0 to mean "no desired channel";
* otherwise there's no way to undo fixing the desired
* channel.
*/