summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ar9170/cmd.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-07ar9170usb: purge obsolete driverChristian Lamparter1-92/+0
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-04-07ath: fix coding style/readability in ath/ar9170Luis de Bethencourt1-1/+1
This is a patch to files in ath/ar9170 that fixes a set of warnings found by checkpatch.pl tool. A line over 80 characters, a few empty spaces before tab and a few empty characters before a new line. Signed-off-by: Luis de Bethencourt <luisbg@ubuntu.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-10-08ar9170: handle overflow in tsf_low register during get_tsfJoerg Albert1-0/+1
ar9170_op_get_tsf: handle a carry from TSF_L into TSF_H by reading TSF_H twice. Signed-off-by: Joerg Albert <jal2@gmx.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-04-23atheros: put atheros wireless drivers into ath/Luis R. Rodriguez1-0/+91
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>