On 04/01/10 00:29, Adam Baker wrote: > Gertjan van Wingerde <gwingerde@...> writes: > >> >> Now that the powersave issues on rt2500usb have been tackled, powersave >> can be enabled by default again. >> >> Signed-off-by: Gertjan van Wingerde <gwingerde@...> >> --- >> drivers/net/wireless/rt2x00/rt2500usb.c | 5 ----- >> 1 files changed, 0 insertions(+), 5 deletions(-) >> >> diff --git a/drivers/net/wireless/rt2x00/rt2500usb.c > b/drivers/net/wireless/rt2x00/rt2500usb.c >> index 54d2716..c1eec17 100644 >> --- a/drivers/net/wireless/rt2x00/rt2500usb.c >> +++ b/drivers/net/wireless/rt2x00/rt2500usb.c >> @@ -1647,11 +1647,6 @@ static int rt2500usb_probe_hw_mode(struct rt2x00_dev > *rt2x00dev) >> unsigned int i; >> >> /* >> - * Disable powersaving as default. >> - */ >> - rt2x00dev->hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT; >> > This looks like it deletes one line too few leaving a nested open comment > block in the code. > Nope, it doesn't. This is just the peculiar way diff creates patches within git. If you take a look at the full patch, then you'll see that the patch removes all lines including the '/*' of the next comment. So the end-result is still good. --- Gertjan. -- 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