Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipw2100: Fix command list for debugging

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>

authored by

Jean Delvare and committed by
John W. Linville
96a95c1a c68f4b89

+1 -1
+1 -1
drivers/net/wireless/ipw2x00/ipw2100.c
··· 287 287 "unused", /* HOST_INTERRUPT_COALESCING */ 288 288 "undefined", 289 289 "CARD_DISABLE_PHY_OFF", 290 - "MSDU_TX_RATES" "undefined", 290 + "MSDU_TX_RATES", 291 291 "undefined", 292 292 "SET_STATION_STAT_BITS", 293 293 "CLEAR_STATIONS_STAT_BITS",