dect
/
linux-2.6
Archived
13
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Patrick McHardy ebec7a6c70 dect: vtrx: fix compilation error after merge
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-12-08 12:12:50 +01:00
Holger Hans Peter Freyther 468a384be1 dect: Fix various GCC and sparse warning messages
* Make some functions static

* Help GCC with the best_rssi as it does not detect the relation
  to the best variable

Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-06-16 21:01:39 +02:00
Patrick McHardy 648ed7b1c1 dect: replace transceiver slotmask by features flag and use to compute blind slots
Use DECT_TRANSCEIVER_SLOW_HOPPING feature to calculate blind slots.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-04-12 02:31:15 +02:00
Patrick McHardy e4ed1a3529 dect: add virtual transceiver driver
Add a driver for virtual DECT transceivers. Multiple transceivers can
be joined together in a group, forming a virtual DECT network. Signal
strength and interference are calculated based on the relative positions
of the transceivers, which can be controlled through sysfs.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-08-10 17:12:59 +02:00