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

    Alan Ott
     

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

    Tony Cheneau
     

12 Jul, 2012

2 commits


27 Jun, 2012

3 commits


17 May, 2012

1 commit