net: Fix spelling typo in net
Correct spelling typo within drivers/net. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -3785,7 +3785,7 @@ IPW2100_ORD(STAT_TX_HOST_REQUESTS, "requested Host Tx's (MSDU)"),
|
||||
IPW2100_ORD(COUNTRY_CODE,
|
||||
"IEEE country code as recv'd from beacon"),
|
||||
IPW2100_ORD(COUNTRY_CHANNELS,
|
||||
"channels suported by country"),
|
||||
"channels supported by country"),
|
||||
IPW2100_ORD(RESET_CNT, "adapter resets (warm)"),
|
||||
IPW2100_ORD(BEACON_INTERVAL, "Beacon interval"),
|
||||
IPW2100_ORD(ANTENNA_DIVERSITY,
|
||||
@@ -4074,7 +4074,7 @@ static int ipw2100_switch_mode(struct ipw2100_priv *priv, u32 mode)
|
||||
ipw2100_firmware.version = 0;
|
||||
#endif
|
||||
|
||||
printk(KERN_INFO "%s: Reseting on mode change.\n", priv->net_dev->name);
|
||||
printk(KERN_INFO "%s: Resetting on mode change.\n", priv->net_dev->name);
|
||||
priv->reset_backoff = 0;
|
||||
schedule_reset(priv);
|
||||
|
||||
|
@@ -7024,7 +7024,7 @@ static int ipw_qos_activate(struct ipw_priv *priv,
|
||||
cpu_to_le16(burst_duration);
|
||||
} else if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
|
||||
if (type == IEEE_B) {
|
||||
IPW_DEBUG_QOS("QoS activate IBSS nework mode %d\n",
|
||||
IPW_DEBUG_QOS("QoS activate IBSS network mode %d\n",
|
||||
type);
|
||||
if (priv->qos_data.qos_enable == 0)
|
||||
active_one = &def_parameters_CCK;
|
||||
|
Reference in New Issue
Block a user