Home
last modified time | relevance | path

Searched hist:a017ff755e43de9a3221d4ff4f03184ea7b93733 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddebug.cdiff a017ff755e43de9a3221d4ff4f03184ea7b93733 Wed Oct 29 10:48:05 CDT 2014 Dan Carpenter <dan.carpenter@oracle.com> ath9k: fix some debugfs output

The right shift operation has higher precedence than the mask so we
left shift by "(i * 3)" and then immediately right shift by "(i * 3)"
then we mask. It should be left shift, mask, and then right shift.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>