On Wed, 2011-02-02 at 15:00 -0800, Vipin Mehta wrote:
> The above needs to be changed from
> if (wmi_is_bitrate_index_valid(!wmip, rateIndex)) {
> to
> if (!wmi_is_bitrate_index_valid(wmip, rateIndex)) {
Good eye Vipin, thanks.
I stuffed up that merge fixup conflict resolution.