)]}'
{
  "log": [
    {
      "commit": "3af373021fa32f8f787bfbdcc1a9277a287bde4e",
      "tree": "916f0e22168e81e4ab2a28f30410238bac7e6ffa",
      "parents": [
        "a01777ecf227de735d7e525ecda48fe74b838a17"
      ],
      "author": {
        "name": "Stefano Panella",
        "email": "stefano.panella@csr.com",
        "time": "Tue Dec 23 12:31:09 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Dec 23 12:31:09 2008 +0000"
      },
      "message": "uwb: remove beacon cache entry after calling uwb_notify()\n\nRemoving the beacon cache entry from a uwb_dev can cause an oops if the\nbce is released before the call to uwb_notify().\n\nSigned-off-by: Stefano Panella \u003cstefano.panella@csr.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "bce83697c5fe84a7a5d38c96fbbe43b4bc028c3e",
      "tree": "b8e920af66f5b4de509e95a7295cedbe42878dd6",
      "parents": [
        "02f11ee181baa562df23e105ba930902f0d0b1bf"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Dec 22 18:22:50 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Dec 22 18:22:50 2008 +0000"
      },
      "message": "uwb: use dev_dbg() for debug messages\n\nInstead of the home-grown d_fnstart(), d_fnend() and d_printf() macros,\nuse dev_dbg() or remove the message entirely.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "0996e6382482ce9014787693d3884e9468153a5c",
      "tree": "28cbbf373b61b98445ae84bef6f25e6625fee922",
      "parents": [
        "e8e1594c8126b1b773988fa2e3bfec76cff88336"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Nov 17 16:23:22 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Nov 19 14:47:16 2008 +0000"
      },
      "message": "uwb: remove unused beacon group join/leave events\n\nThe UWB_NOTIF_BG_JOIN/UWB_NOTIF_BG_LEAVE events have been\nsuperceeded by the channel_changed callback in struct uwb_pal.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "6fae35f9cea92793a98b2d9ab21235e5ae035581",
      "tree": "82142169ff2ccada8c6c98beb6da59cafe8d913d",
      "parents": [
        "e17be2b2a95b43fe0d5878adf330701bb7a77115"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Nov 17 15:53:42 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Nov 19 14:46:33 2008 +0000"
      },
      "message": "uwb: add basic radio manager\n\nThe UWB radio manager coordinates the use of the radio between the\nPALs that may be using it.  PALs request use of the radio with\nuwb_radio_start() and the radio manager will start beaconing if its\nnot already doing so.  When the last PAL has called uwb_radio_stop()\nbeaconing will be stopped.\n\nIn the future, the radio manager will have a more sophisticated channel\nselection algorithm, probably following the Channel Selection Policy\nfrom the WiMedia Alliance when it is finalized.  For now, channel 9\n(BG1, TFC1) is selected.\n\nThe user may override the channel selected by the radio manager and may\nforce the radio to stop beaconing.\n\nThe WUSB Host Controller PAL makes use of this and there are two new\ndebug PAL commands that can be used for testing.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "fec1a5932f16c0eb1b3f5ca2e18d81d860924088",
      "tree": "48836158dbd458bb462b18f4deffa89e9db80376",
      "parents": [
        "6d5a681dfb583b2f1eefe7cd5505419ca2d4d6c8"
      ],
      "author": {
        "name": "Stefano Panella",
        "email": "stefano.panella@csr.com",
        "time": "Tue Nov 04 15:39:08 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Nov 04 15:55:26 2008 +0000"
      },
      "message": "uwb: per-radio controller event thread and beacon cache\n\nUse an event thread per-radio controller so processing events from one\nradio controller doesn\u0027t delay another.\n\nA radio controller shouldn\u0027t have information on devices seen by a\ndifferent radio controller (they may be on different channels) so make the\nbeacon cache per-radio controller.\n\nSigned-off-by: Stefano Panella \u003cstefano.panella@csr.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "1cde7f68ced8d10a20dd2370e9d1d22ab3c1ea5c",
      "tree": "2fb65bbb93eae73e02fa1e9608212536259f8802",
      "parents": [
        "4d2bea4ca0adb4cebfbf89d34869c74081c42577"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Oct 27 16:48:09 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Oct 28 12:09:17 2008 +0000"
      },
      "message": "uwb: order IEs by element ID\n\nECMA-368 requires that IEs in a beacon must be sorted by element ID.  Most\nhardware uses the ordering in the Set IE URC command so get the ordering\nright on the host.\n\nAlso refactor the IE management code:\n  - use uwb_ie_next() instead of uwb_ie_for_each().\n  - remove unnecessary functions.\n  - API is now only uwb_rc_ie_add() and uwb_rc_ie_rm().\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "c15895ef30c2c03e99802951787183039a349d32",
      "tree": "cfa8bcce5793150db930564c26b3d0f83b2bc63e",
      "parents": [
        "8092d7c9789581eea478c40d615a2632c3af17bb"
      ],
      "author": {
        "name": "Frank Leipold",
        "email": "frank.leipold@eads.net",
        "time": "Mon Oct 20 14:37:53 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Oct 20 14:37:53 2008 +0100"
      },
      "message": "uwb: wrong sizeof argument in mac address compare\n\nIn the __uwb_beca_find_bymac function the sizeof returns\nthe length of a pointer and not the data it is referring\nto. Hence only the first 4 bytes were compared, not the\nentire 6 bytes MAC address. Now the sizeof takes struct\nuwb_mac_addr as argument.\n\nSigned-off-by: Frank Leipold \u003cfrank.leipold@eads.net\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "8092d7c9789581eea478c40d615a2632c3af17bb",
      "tree": "a9fccedfcdbfd9a74220aa99d48fa8a003313deb",
      "parents": [
        "92c4d9bd1648b3eaca6b8b8f8932eec390ba7327"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Thu Oct 16 13:56:53 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Thu Oct 16 13:56:53 2008 +0100"
      },
      "message": "uwb: don\u0027t use printk_ratelimit() so often\n\nAvoid using printk_ratelimit() in many places because:\n  - many were error messages reporting broken hardware (it\u0027s useful to\n    get all of these).\n  - the message itself wasn\u0027t useful so the message has been removed.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "45c16cd9287819cf1c870f2d8e7738c4c90512ca",
      "tree": "e7fcd3c398338970692c3df596d557d6c7e21869",
      "parents": [
        "99ee3a6d4577e7633c66304e4aefeca5489c8d5c"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Oct 15 14:41:56 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Oct 15 14:41:56 2008 +0100"
      },
      "message": "uwb: use time_after() when purging stale beacons\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "22d203ecef9b0cc1fa8d8f64c935b451ca7d1022",
      "tree": "5f310e8cff93a533f877f01f99b2fe8a8fc5f919",
      "parents": [
        "0612edfd95ffe92201a2267e9e1b0fc68becf76d"
      ],
      "author": {
        "name": "Inaky Perez-Gonzalez",
        "email": "inaky.perez-gonzalez@intel.com",
        "time": "Wed Sep 17 16:34:08 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:24 2008 +0100"
      },
      "message": "uwb: add the UWB stack (MLME)\n\nMost of the MAC Layer Management Entity (MLME) support: address, beacon, IE\nand scan management.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    }
  ]
}
