]> git.lizzy.rs Git - plan9front.git/commit
wifi: don't implicitely update lastseen timestamp on nodelookup()
authorcinap_lenrek <cinap_lenrek@felloff.net>
Thu, 28 Dec 2017 03:34:03 +0000 (04:34 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Thu, 28 Dec 2017 03:34:03 +0000 (04:34 +0100)
commitb9d2a9efd5cb230009b3181d4699017155187b19
tree5d674abde452a86ad92c9a5079f55e1c6454ed1a
parentd13142b3daba5e76646cd36f718a1ff5ae9e25d4
wifi: don't implicitely update lastseen timestamp on nodelookup()

in case we continue to send traffic (like ping) with the ap gone,
the sending would keep updating bss->lastseen which prevents the
timeout to happen to switch bss.
sys/src/9/pc/wifi.c