* [PATCH v2] ipw2100: Fix command list for debugging
@ 2011-07-05 22:27 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2011-07-05 22:27 UTC (permalink / raw)
To: John W. Linville; +Cc: linux-wireless
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>
---
Changes since v1:
* Only drop the extra string, as advised by John Linville.
drivers/net/wireless/ipw2x00/ipw2100.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-3.0-rc6.orig/drivers/net/wireless/ipw2x00/ipw2100.c 2011-07-05 10:07:59.000000000 +0200
+++ linux-3.0-rc6/drivers/net/wireless/ipw2x00/ipw2100.c 2011-07-06 00:22:14.000000000 +0200
@@ -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",
--
Jean Delvare
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-05 22:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-05 22:27 [PATCH v2] ipw2100: Fix command list for debugging Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox