commit | 9bdd3a6bf8513a0a9eda031d15b36e4677854243 | [log] [tgz] |
---|---|---|
author | Javier Cardona <javier@cozybit.com> | Sat Mar 31 11:31:31 2012 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 10 15:20:30 2012 -0400 |
tree | e3692a379d0382ba761c1ef27c2a0cd254620acd | |
parent | f483ad25c397bc2b33542fe245ea99c22c8a750c [diff] |
mac80211: Allow tsf increments via debugfs Reading and writing back the tsf value via tsf is too slow if one wants to make small increments to this timer. With this change you can use the syntax "+=<some value>" or "-=<some value>" to add or substract a value from the tsf counter. Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>