09 Apr, 2013
1 commit
-
Two sections checked whether the current channel != the new channel
without ever setting the current channel variables.1. net/mac802154/tx.c: Prevent set_channel() from getting called every
time a packet is sent.2. net/mac802154/mib.c: Lock (pib_lock) accesses to current_channel and
current_page and make sure they are updated when the channel has been
changed.Signed-off-by: Alan Ott
Signed-off-by: David S. Miller
27 Mar, 2013
1 commit
-
Bring-over mac802154_dev_get_dsn() function that was present in the
Linux ZigBee kernel. This function is called by the 6LoWPAN code in
order to properly set the DSN (Data Sequence Number) value in the IEEE
802.15.4 frame.Signed-off-by: Tony Cheneau
Signed-off-by: David S. Miller
12 Jul, 2012
2 commits
-
Make symbols static to avoid the following warning shown up
by sparse:warning: symbol ... was not declared. Should it be static?
Signed-off-by: Alexander Smirnov
Signed-off-by: David S. Miller -
Add method to get the device short 802.15.4 address. This call
needed by ieee802154 layer to satisfy 'iz list' request from
the user space.Signed-off-by: Alexander Smirnov
Signed-off-by: David S. Miller
27 Jun, 2012
3 commits
-
A new method to set page and channel values for a transceiver
was added to the MIB.Signed-off-by: Alexander Smirnov
Signed-off-by: David S. Miller -
A method to assign the IEEE802.15.4 short address was added to the
MIB implementation.Signed-off-by: Alexander Smirnov
Signed-off-by: David S. Miller -
Two methods intended to get and set the Private Area Network identifier
were added to the MIB implementation.Signed-off-by: Alexander Smirnov
Signed-off-by: David S. Miller
17 May, 2012
1 commit
-
Basic support for IEEE 802.15.4 management information base.
Current implementation contains a command to set HW address only.Signed-off-by: Alexander Smirnov
Signed-off-by: David S. Miller