Commit Graph

6 Commits

Author SHA1 Message Date
Matthias Schiffer 015408e702 respondd-module-airtime: move const specifier to the right location
GCC was warning that the second const was reduncant.

(cherry picked from commit 52d7ac4aea)
2021-10-25 00:13:13 +02:00
Matthias Schiffer 8dbd089cc0 respondd-module-airtime: improve error handling
- Return either NL_OK or NL_STOP from callback
- Return the generated airtime entry from get_airtime()

(cherry picked from commit 1dd5cd1706)
2021-10-25 00:12:52 +02:00
Tobias be2c357859 respondd-module-airtime: Fix reported noise result (#190)
The noise value delivered by nl80211 is actually a signed int8. Thus it
must be interpreted as a signed value, too.

Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
2018-07-08 20:10:17 +02:00
Jan-Philipp Litza 2e54ac8e17 respondd-module-airtime: Make returned object more dynamic
This fixes #157 and #158
2017-02-08 23:11:57 +01:00
Jan-Philipp Litza 7b56f09e0f respondd-module-airtime: Move common netlink query code to separate function 2017-02-08 23:11:57 +01:00
Jan-Philipp Litza e8cc8eeee6 Add package respondd-module-airtime (#156)
See README.md for more information.
2016-12-22 23:40:00 +01:00