Hi Lauro, > > - atomic_dec(&ndev->credits_cnt); > > + /* Check if data flow control is used */ > > + if (atomic_read(&ndev->credits_cnt) != 0xff) > > + atomic_dec(&ndev->credits_cnt); > > It would be better to replace the 0xff by a define. OK, I'll use a define instead of 0xff. > > Lauro > Thanks & BR, Ilan -- 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