This patch fixes a typo in mac80211's debugfs.c. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- wireless-dev.orig/net/mac80211/debugfs.c 2007-06-09 14:58:38.521881735 +0200 +++ wireless-dev/net/mac80211/debugfs.c 2007-06-09 14:58:42.761881735 +0200 @@ -126,7 +126,7 @@ DEBUGFS_READONLY_FILE(wep_iv, 20, "%#06x local->wep_iv & 0xffffff); DEBUGFS_READONLY_FILE(tx_power_reduction, 20, "%d.%d dBm", local->hw.conf.tx_power_reduction / 10, - local->hw.conf.tx_power_reduction & 10); + local->hw.conf.tx_power_reduction % 10); DEBUGFS_READ(rate_ctrl_alg, 100, "%s", local->rate_ctrl ? local->rate_ctrl->ops->name : "<unset>"); - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html