projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c68f4b8
)
ipw2100: Fix command list for debugging
author
Jean Delvare
<khali@linux-fr.org>
Tue, 5 Jul 2011 22:27:06 +0000
(
00:27
+0200)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 6 Jul 2011 19:05:43 +0000
(15:05 -0400)
There is a stray "undefined" string in the array, get rid of it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2x00/ipw2100.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ipw2x00/ipw2100.c
b/drivers/net/wireless/ipw2x00/ipw2100.c
index
4430775
..
3774dd0
100644
(file)
--- a/
drivers/net/wireless/ipw2x00/ipw2100.c
+++ b/
drivers/net/wireless/ipw2x00/ipw2100.c
@@
-287,7
+287,7
@@
static const char *command_types[] = {
"unused", /* HOST_INTERRUPT_COALESCING */
"undefined",
"CARD_DISABLE_PHY_OFF",
- "MSDU_TX_RATES"
"undefined"
,
+ "MSDU_TX_RATES",
"undefined",
"SET_STATION_STAT_BITS",
"CLEAR_STATIONS_STAT_BITS",