diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-02 00:06:21 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-02-03 16:45:29 -0500 |
commit | 942a84901b71f8ac1edb80c4b9db08441536a440 (patch) | |
tree | 4b89fa06cb289c898895736d8a5f3bd44ed707c9 /drivers | |
parent | 391bd1c443f70447616ce0e152f13daee5ca448f (diff) |
drivers:net:ipw2100.c change a typo comamnd to command
The below patch fixes a typo comamnd to command.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ipw2x00/ipw2100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2x00/ipw2100.c b/drivers/net/wireless/ipw2x00/ipw2100.c index 61915f371416..da60faee74fc 100644 --- a/drivers/net/wireless/ipw2x00/ipw2100.c +++ b/drivers/net/wireless/ipw2x00/ipw2100.c | |||
@@ -1397,7 +1397,7 @@ static int ipw2100_power_cycle_adapter(struct ipw2100_priv *priv) | |||
1397 | } | 1397 | } |
1398 | 1398 | ||
1399 | /* | 1399 | /* |
1400 | * Send the CARD_DISABLE_PHY_OFF comamnd to the card to disable it | 1400 | * Send the CARD_DISABLE_PHY_OFF command to the card to disable it |
1401 | * | 1401 | * |
1402 | * After disabling, if the card was associated, a STATUS_ASSN_LOST will be sent. | 1402 | * After disabling, if the card was associated, a STATUS_ASSN_LOST will be sent. |
1403 | * | 1403 | * |