]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Allow tsf increments via debugfs
authorJavier Cardona <javier@cozybit.com>
Sat, 31 Mar 2012 18:31:31 +0000 (11:31 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 10 Apr 2012 19:20:30 +0000 (15:20 -0400)
commite27d621c5a99416eba004f30c47abe0abe57cbbd
treee3692a379d0382ba761c1ef27c2a0cd254620acd
parente51fbe65c78cb33c664b05a0ea2875c3d34f1672
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>
net/mac80211/debugfs_netdev.c