[rt2x00-users] [RFC 2/3] rt2x00: Simplify intf->delayed_flags locking

Helmut Schaa helmut.schaa at googlemail.com
Thu Dec 2 10:38:01 UTC 2010


Am Donnerstag 02 Dezember 2010 schrieb Helmut Schaa:
> -	if (delayed_flags & DELAYED_UPDATE_BEACON)
> +	if (test_and_clear_bit(DELAYED_UPDATE_BEACON, &intf->delayed_flags))
>  		rt2x00queue_update_beacon(rt2x00dev, vif);

JFI, here's a conflict due to a local patch I was working on.
It should be:

	rt2x00queue_update_beacon(rt2x00dev, vif, true);

However, shouldn't matter for the review.

Helmut



More information about the users mailing list