)]}'
{
  "log": [
    {
      "commit": "4e51eae9cdda4bf096e73a4ebe23f8f96a17596a",
      "tree": "bcc268f23f386018b86ce7fe7094f59904e20b64",
      "parents": [
        "779cb85016587d9ffaea681c38691d5301a3fedc"
      ],
      "author": {
        "name": "Szymon Janc",
        "email": "szymon.janc@tieto.com",
        "time": "Fri Feb 25 19:05:48 2011 +0100"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Sun Feb 27 16:56:41 2011 -0300"
      },
      "message": "Bluetooth: Move index to common header in management interface\n\nMost mgmt commands and event are related to hci adapter. Moving index to\ncommon header allow to easily use it in command status while reporting errors.\nFor those not related to adapter use MGMT_INDEX_NONE (0xFFFF) as index.\n\nSigned-off-by: Szymon Janc \u003cszymon.janc@tieto.com\u003e\nAcked-by: Johan Hedberg \u003cjohan.hedberg@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "779cb85016587d9ffaea681c38691d5301a3fedc",
      "tree": "424521d61094b129f175228d64be50c4e00d9f00",
      "parents": [
        "50899e8d3a1b0655087838374a51ee5b865961b6"
      ],
      "author": {
        "name": "Szymon Janc",
        "email": "szymon.janc@tieto.com",
        "time": "Fri Feb 25 19:05:47 2011 +0100"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Sun Feb 27 16:24:05 2011 -0300"
      },
      "message": "Bluetooth: Use proper command structure in remove_uuid\n\nThe structure used for command was wrong (probably copy-paste mistake).\n\nSigned-off-by: Szymon Janc \u003cszymon.janc@tieto.com\u003e\nAcked-by: Johan Hedberg \u003cjohan.hedberg@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "50899e8d3a1b0655087838374a51ee5b865961b6",
      "tree": "253de62225bb00a9a406eb5659562b41393df4c8",
      "parents": [
        "0ed54dad52e8056f4440da723a4c117f2aef1f68"
      ],
      "author": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Tue Feb 22 12:30:53 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Fri Feb 25 22:37:10 2011 -0300"
      },
      "message": "Bluetooth: Remove duplicated BT_INFO() from L2CAP\n\nThe message for the initialization of the L2CAP layer was being\nprinted twice.\n\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "0ed54dad52e8056f4440da723a4c117f2aef1f68",
      "tree": "9f82ee62b1cfb740d219c9cd5428974c225b0ddc",
      "parents": [
        "b7440a14f28492bac30d7d43fd982fd210c6e971"
      ],
      "author": {
        "name": "Anand Gadiyar",
        "email": "gadiyar@ti.com",
        "time": "Tue Feb 22 12:43:26 2011 +0530"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Fri Feb 25 22:36:58 2011 -0300"
      },
      "message": "Bluetooth: remove unnecessary call to hci_sock_cleanup\n\nhci_sock_cleanup is already called after the sock_err label.\nIt appears that we can drop this call.\n\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "b7440a14f28492bac30d7d43fd982fd210c6e971",
      "tree": "4da1c312879b0396be8456f731bea0aabc720b3e",
      "parents": [
        "15c4794fe247d85ce38eb5f5e2a5855d996f56cd"
      ],
      "author": {
        "name": "Anand Gadiyar",
        "email": "gadiyar@ti.com",
        "time": "Tue Feb 22 12:43:09 2011 +0530"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Tue Feb 22 08:43:52 2011 -0300"
      },
      "message": "Bluetooth: fix build break on hci_sock.c\n\nLinux-next as of 20110217 complains when building for OMAP1.\n\n  LD      vmlinux\n`hci_sock_cleanup\u0027 referenced in section `.init.text\u0027 of net/built-in.o: defined in discarded section `.exit.text\u0027 of net/built-in.o\n`hci_sock_cleanup\u0027 referenced in section `.init.text\u0027 of net/built-in.o: defined in discarded section `.exit.text\u0027 of net/built-in.o\nmake: *** [vmlinux] Error 1\n\nA recent patch by Gustavo (Bluetooth: Merge L2CAP and SCO modules\ninto bluetooth.ko) introduced this by calling the hci_sock_cleanup\nfunction in the error path of bt_init.\n\nFix this by dropping the __exit marking for hci_sock_cleanup.\n\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "15c4794fe247d85ce38eb5f5e2a5855d996f56cd",
      "tree": "edc8eb2aec26ad9a97c0480feb19e43208f27c5b",
      "parents": [
        "a664b5bc77fbc80c163de5606114659d3cbeb043"
      ],
      "author": {
        "name": "Anderson Briglia",
        "email": "anderson.briglia@openbossa.org",
        "time": "Mon Feb 21 15:09:23 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 21 17:57:41 2011 -0300"
      },
      "message": "Bluetooth: Fix LE conn creation\n\nThis patch prevents a crash when remote host tries to create a LE\nlink which already exists. i.e.: call l2test twice passing the\nsame parameters.\n\nSigned-off-by: Anderson Briglia \u003canderson.briglia@openbossa.org\u003e\nSigned-off-by: Ville Tervo \u003cville.tervo@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "a664b5bc77fbc80c163de5606114659d3cbeb043",
      "tree": "4cf0b60af8a38ea3f1d8a00caf4d82289333b680",
      "parents": [
        "a958355699dd90ba69951bdf55dda00e3e97222c"
      ],
      "author": {
        "name": "Johan Hedberg",
        "email": "johan.hedberg@nokia.com",
        "time": "Sat Feb 19 12:06:02 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 21 17:22:45 2011 -0300"
      },
      "message": "Bluetooth: Fix unnecessary list traversal in mgmt_pending_remove\n\nAll of the places that need to call mgmt_pending_remove already have a\npointer to the pending command, so searching for the command in the list\ndoesn\u0027t make sense. The added benefit is that many places that\npreviously had to call list_del + mgmt_pending_free can just call\nmgmt_pending_remove now.\n\nSigned-off-by: Johan Hedberg \u003cjohan.hedberg@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "a958355699dd90ba69951bdf55dda00e3e97222c",
      "tree": "c491db5dfccbd758e946f59940987e6daf625c48",
      "parents": [
        "2a61169209c72317d4933f8d22f749a6a61a3d36"
      ],
      "author": {
        "name": "Johan Hedberg",
        "email": "johan.hedberg@nokia.com",
        "time": "Sat Feb 19 12:06:01 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 21 17:22:44 2011 -0300"
      },
      "message": "Bluetooth: Fix inititial value for remote authentication requirements\n\nThe remote authentication requirements for conections need to be\ninitialized to 0xff (unknown) since it is possible that we receive a IO\nCapability Request before we have received information about the remote\nrequirements.\n\nSigned-off-by: Johan Hedberg \u003cjohan.hedberg@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "2a61169209c72317d4933f8d22f749a6a61a3d36",
      "tree": "d95e0016c704382f2f520ea6f3ac97d5a3b07ae4",
      "parents": [
        "ac56fb13c0508181b4227b8ada6d47aaaf72794c"
      ],
      "author": {
        "name": "Johan Hedberg",
        "email": "johan.hedberg@nokia.com",
        "time": "Sat Feb 19 12:06:00 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 21 17:22:44 2011 -0300"
      },
      "message": "Bluetooth: Add mgmt_auth_failed event\n\nTo properly track bonding completion an event to indicate authentication\nfailure is needed. This event will be sent whenever an authentication\ncomplete HCI event with a non-zero status comes. It will also be sent\nwhen we\u0027re acting in acceptor role for SSP authentication in which case\nthe controller will send a Simple Pairing Complete event.\n\nSigned-off-by: Johan Hedberg \u003cjohan.hedberg@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "ac56fb13c0508181b4227b8ada6d47aaaf72794c",
      "tree": "204274e61cc84931e275d5a6ef65102bb4efe864",
      "parents": [
        "59a24b5d0d4befc2498f51c57905cb02963ff275"
      ],
      "author": {
        "name": "Johan Hedberg",
        "email": "johan.hedberg@nokia.com",
        "time": "Sat Feb 19 12:05:59 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 21 17:22:44 2011 -0300"
      },
      "message": "Bluetooth: Fix mgmt_pin_code_reply return parameters\n\nThe command complete event for mgmt_pin_code_reply \u0026\nmgmt_pin_code_neg_reply should have the adapter index, Bluetooth address\nas well as the status.\n\nSigned-off-by: Johan Hedberg \u003cjohan.hedberg@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "59a24b5d0d4befc2498f51c57905cb02963ff275",
      "tree": "31b7a33f9cd454cea9a44a1f0329975813f7054c",
      "parents": [
        "a5c296832b4fde7d32c01cff9cdd27d9c7c1c4f5"
      ],
      "author": {
        "name": "Johan Hedberg",
        "email": "johan.hedberg@nokia.com",
        "time": "Sat Feb 19 12:05:58 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 21 17:22:44 2011 -0300"
      },
      "message": "Bluetooth: Fix mgmt_pin_code_reply command status opcode\n\nThe opcode for the ENODEV case was wrong (probably copy-paste mistake).\n\nSigned-off-by: Johan Hedberg \u003cjohan.hedberg@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "a5c296832b4fde7d32c01cff9cdd27d9c7c1c4f5",
      "tree": "895ae41944ca568f6eca3c7c4855211bd7db8540",
      "parents": [
        "e9a416b5ce0c0f93819f55d34cf6882196e9c3b2"
      ],
      "author": {
        "name": "Johan Hedberg",
        "email": "johan.hedberg@nokia.com",
        "time": "Sat Feb 19 12:05:57 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 21 17:22:44 2011 -0300"
      },
      "message": "Bluetooth: Add management support for user confirmation request\n\nThis patch adds support for the user confirmation (numeric comparison)\nSecure Simple Pairing authentication method.\n\nSigned-off-by: Johan Hedberg \u003cjohan.hedberg@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "e9a416b5ce0c0f93819f55d34cf6882196e9c3b2",
      "tree": "d5225a0013d3e561f02fc36d89e34c0db162fcf5",
      "parents": [
        "366a033698266c304abd6365ea3bcaec36860328"
      ],
      "author": {
        "name": "Johan Hedberg",
        "email": "johan.hedberg@nokia.com",
        "time": "Sat Feb 19 12:05:56 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 21 17:22:43 2011 -0300"
      },
      "message": "Bluetooth: Add mgmt_pair_device command\n\nThis patch adds a new mgmt_pair_device which can be used to initiate a\ndedicated bonding procedure. Some extra callbacks are added to the\nhci_conn struct so that the pairing code can get notified of the\ncompletion of the procedure.\n\nSigned-off-by: Johan Hedberg \u003cjohan.hedberg@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "366a033698266c304abd6365ea3bcaec36860328",
      "tree": "7e075c02d4469ebd90878f69a478b733cf27b6b3",
      "parents": [
        "b67afe7f43afd2f5cd98798993561920c1684c12"
      ],
      "author": {
        "name": "Johan Hedberg",
        "email": "johan.hedberg@nokia.com",
        "time": "Sat Feb 19 12:05:55 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 21 17:22:43 2011 -0300"
      },
      "message": "Bluetooth: Make pending_add return a pointer to the added entry\n\nThis makes it more convenient to do manipulations on the entry (needed\nby later commits).\n\nSigned-off-by: Johan Hedberg \u003cjohan.hedberg@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "b67afe7f43afd2f5cd98798993561920c1684c12",
      "tree": "e45a0e41c91a1d199fd865b011ed0d25f5497bb9",
      "parents": [
        "db28569adc692d9fb8a2d2d8e7ebab7fd5481f10",
        "28bec7b845e10b68e6ba1ade5de0fc566690fc61"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 17:03:41 2011 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 17:03:41 2011 -0500"
      },
      "message": "Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6\n\nConflicts:\n\tdrivers/bluetooth/ath3k.c\n\tdrivers/bluetooth/btusb.c\n"
    },
    {
      "commit": "db28569adc692d9fb8a2d2d8e7ebab7fd5481f10",
      "tree": "2e16f74ef5c73bc0735f43bc223c4330c57e1108",
      "parents": [
        "1a63e2ce4e67f6df74f032ec302314141816e432"
      ],
      "author": {
        "name": "Vivek Natarajan",
        "email": "vnatarajan@atheros.com",
        "time": "Fri Feb 18 17:18:03 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:54:57 2011 -0500"
      },
      "message": "mac80211: Clear PS related flag on disabling power save.\n\nClear IEEE80211_STA_NULLFUNC_ACKED flag on disabling power\nsave. Without this fix, there is a chance of setting CONF_PS\nbefore sending nullfunc frame.\n\nSigned-off-by: Vivek Natarajan \u003cvnatarajan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1a63e2ce4e67f6df74f032ec302314141816e432",
      "tree": "550e9a11e7a0f9e2c4220037cc46be8662a0c883",
      "parents": [
        "8354dd3ebc7f0b82f52990af3e5f4f4488020263"
      ],
      "author": {
        "name": "Vivek Natarajan",
        "email": "vnatarajan@atheros.com",
        "time": "Fri Feb 18 16:49:47 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:54:57 2011 -0500"
      },
      "message": "ath9k_hw: Updates for AR9485 1.1 chipsets.\n\nSigned-off-by: Vivek Natarajan \u003cvnatarajan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8354dd3ebc7f0b82f52990af3e5f4f4488020263",
      "tree": "e1f7647def062128d0216cc7944c58524ce84ccb",
      "parents": [
        "540005c7fc787c211967148f7229f43db1eead38"
      ],
      "author": {
        "name": "Vivek Natarajan",
        "email": "vnatarajan@atheros.com",
        "time": "Fri Feb 18 16:09:51 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:54:56 2011 -0500"
      },
      "message": "ath9k_htc: Fix a compilation warning.\n\nInitialize caldata to avoid compilation warning.\n\nCC [M]  drivers/net/wireless/ath/ath9k/htc_drv_main.o\ndrivers/net/wireless/ath/ath9k/htc_drv_main.c: In function ‘ath9k_htc_config’:\ndrivers/net/wireless/ath/ath9k/htc_drv_main.c:172: warning: ‘caldata’ may be used uninitialized in this function\ndrivers/net/wireless/ath/ath9k/htc_drv_main.c:172: note: ‘caldata’ was declared here\n\nSigned-off-by: Vivek Natarajan \u003cvnatarajan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "540005c7fc787c211967148f7229f43db1eead38",
      "tree": "18fe6052b5580f96ad00aba91593768ea72a7a82",
      "parents": [
        "011d18350f525dfdb1ccbd52019e8c04cadcc222"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "JBeulich@novell.com",
        "time": "Thu Feb 17 13:36:19 2011 +0000"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:54:56 2011 -0500"
      },
      "message": "small adjustment to net/mac80211/Kconfig\n\n\"def_bool n\" without prompt is pointless, this should be just \"bool\".\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "011d18350f525dfdb1ccbd52019e8c04cadcc222",
      "tree": "bceefcd1c6e65bdaba3ff5346ae05c87ccdb88f4",
      "parents": [
        "b1a1bcf714c4d79f7872a34138d100941ebb0a0b"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Thu Feb 17 01:50:51 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:54:55 2011 -0500"
      },
      "message": "ssb: reset device only if it was enabled\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "b1a1bcf714c4d79f7872a34138d100941ebb0a0b",
      "tree": "3e93caf667a9f342c5ff6d9af48e38c1b2ffa035",
      "parents": [
        "0d4171e2153b70957fe67867420a1a24d5e4cd82"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Thu Feb 17 01:50:50 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:54:54 2011 -0500"
      },
      "message": "ssb: when needed, reject IM input while disabling device\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "0d4171e2153b70957fe67867420a1a24d5e4cd82",
      "tree": "3040d892010187dee5434fb4fb031cc52dc5c54b",
      "parents": [
        "8b2988c13da00ac9d03f1764fdb26180c188f9e0"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@googlemail.com",
        "time": "Wed Feb 16 19:43:06 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:54:54 2011 -0500"
      },
      "message": "p54: implement flush callback\n\nSigned-off-by: Christian Lamparter \u003cchunkeey@googlemail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8b2988c13da00ac9d03f1764fdb26180c188f9e0",
      "tree": "b7f58047506d3519a11fec20e2dfacf232f7db8f",
      "parents": [
        "98605c2ed4963c44aa72799e697ae4bc7085ffcd"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Wed Feb 16 13:58:26 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:54:53 2011 -0500"
      },
      "message": "ssb: remove invalid define SSB_TMSLOW_PHYCLK\n\nIt was incorrectly introduced in d2730b2a6a019d14455556019d744ab051e6554b. We\nhave already fixed function to use correct define, but forgot remove old one.\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nCc: Gábor Stefanik \u003cnetrolller.3d@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "98605c2ed4963c44aa72799e697ae4bc7085ffcd",
      "tree": "447c23d3dbc87ba0067f4664ed20c0195542b6c7",
      "parents": [
        "8ba0537c620ad9f37b0e810ce0a9ff367a021f5e"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Wed Feb 16 13:58:25 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:54:52 2011 -0500"
      },
      "message": "ssb: trivial: fix SPROM extract warning formatting\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8ba0537c620ad9f37b0e810ce0a9ff367a021f5e",
      "tree": "659622a8cd43642ca6438ec6a7a3e68e82d23efd",
      "parents": [
        "9bf8ab35f269d66e507de2b1ccc67a02d8284db5"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Feb 16 08:46:58 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:54:52 2011 -0500"
      },
      "message": "mac80211: fix 2.4 GHz 40 MHz disabling\n\nThe module parameter ieee80211_disable_40mhz_24ghz\nwas meant to allow disabling 40 MHz operation in\nthe 2.4 GHz band by default. However, it is buggy\nas implemented because while it advertises to the\nAP that the device doesn\u0027t support 40 MHz, it will\nitself still use 40 MHz configurations.\n\nTo fix this, clear the 40 MHz bits from the sband\ncompletely instead of overriding where used.\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "9bf8ab35f269d66e507de2b1ccc67a02d8284db5",
      "tree": "c5fd1583f32228f56d02e7db5d32f29770e194f3",
      "parents": [
        "83bdf2a17279bd6ee3d0f5c0f086ebe06644109d"
      ],
      "author": {
        "name": "Henry Ptasinski",
        "email": "henryp@broadcom.com",
        "time": "Thu Feb 17 21:29:01 2011 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:54:39 2011 -0500"
      },
      "message": "wireless-next-2.6: brcm80211: fix compile issue\n\nCommit 59eb21a65047 \"cfg80211: Extend channel to frequency mapping for 802.11j\"\nchanged the definition of the ieee80211_channel_to_frequency; so fix its\nusage in brcmfmac.\n\nSigned-off-by: Stanislav Fomichev \u003ckernel@fomichev.me\u003e\nReviewed-by: Henry Ptasinski \u003chenryp@broadcom.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "83bdf2a17279bd6ee3d0f5c0f086ebe06644109d",
      "tree": "4952bd7f9e7ad3dff1d1fc808295049a70ae0717",
      "parents": [
        "fe0b7c616ebd7d25afbb4315d0e3220b112a7b2f"
      ],
      "author": {
        "name": "Ben Greear",
        "email": "greearb@candelatech.com",
        "time": "Tue Feb 15 13:11:22 2011 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:53:21 2011 -0500"
      },
      "message": "mac80211: Add power to debugfs.\n\nSigned-off-by: Ben Greear \u003cgreearb@candelatech.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "fe0b7c616ebd7d25afbb4315d0e3220b112a7b2f",
      "tree": "dc18659fed3c2166c477a8793eb9f4ca3a26630c",
      "parents": [
        "12873372fe1f201813f1cc750a8af7d9193f445c"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Tue Feb 15 09:37:06 2011 -0600"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:53:20 2011 -0500"
      },
      "message": "p54: Fix compile warning\n\nIf any of the p54-based drivers are built with CONFIG_P54_LEDS not\ndefined, the following warning is generated:\n\n  CC [M]  drivers/net/wireless/p54/main.o\ndrivers/net/wireless/p54/main.c: In function ‘p54_register_common’:\ndrivers/net/wireless/p54/main.c:614:21: warning: unused variable ‘priv’\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "12873372fe1f201813f1cc750a8af7d9193f445c",
      "tree": "51fa98e021a0aed1b6db17c603308b4456735a85",
      "parents": [
        "8c68bd401d423c81fd4bfc19c625180528e4a5e8"
      ],
      "author": {
        "name": "Bob Copeland",
        "email": "me@bobcopeland.com",
        "time": "Tue Feb 15 09:19:28 2011 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:53:20 2011 -0500"
      },
      "message": "ath5k: move external function definitions to a header file\n\nJohannes pointed out the mess of external function prototypes in the\nmac80211-ops.c file.  Woe to anyone who changes these functions...\n\nSigned-off-by: Bob Copeland \u003cme@bobcopeland.com\u003e\nCc: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8c68bd401d423c81fd4bfc19c625180528e4a5e8",
      "tree": "dc96f89a1a11972ac7fe716a8ec154fe22407b5a",
      "parents": [
        "f4f314bf6fd39d85065c3fcda27bd594163abcf0"
      ],
      "author": {
        "name": "Michael Büsch",
        "email": "mb@bu3sch.de",
        "time": "Tue Feb 15 00:21:50 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:53:20 2011 -0500"
      },
      "message": "ssb: Make ssb_wait_bit multi-bit safe\n\nssb_wait_bit was designed for only one-bit bitmasks.\nPeople start using it for multi-bit bitmasks. Make the \"set\" case\nis safe for this. The \"unset\" case is already safe.\n\nThis does not change behavior of the current code.\n\nSigned-off-by: Michael Buesch \u003cmb@bu3sch.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "f4f314bf6fd39d85065c3fcda27bd594163abcf0",
      "tree": "2b88d345b2563e51c196b038ff5f74b94c77b2e0",
      "parents": [
        "c269a20393500e84e8cbae23ca6d65e1107433c4",
        "8ffd878419839638d1aea102455b575da39c1a62"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:49:17 2011 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:49:17 2011 -0500"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6\n"
    },
    {
      "commit": "28bec7b845e10b68e6ba1ade5de0fc566690fc61",
      "tree": "7d3d65121f726e89a22e20d15c08511bcebc6364",
      "parents": [
        "00781a74ee34222ee3cdc36d4f3d9c844dddbd27"
      ],
      "author": {
        "name": "Nikolay Ledovskikh",
        "email": "nledovskikh@gmail.com",
        "time": "Fri Feb 18 19:59:53 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:47:37 2011 -0500"
      },
      "message": "ath5k: Correct channel setting for AR2317 chip\n\nCorrect channel setting function must be used for AR2317.\nWhen I tested ahb patch on bullet2 all seemed to work fine,\nbut it couldn\u0027t connect another host (using ibss for example).\nDuring an analysis I observed that it\u0027s transmitting on another\nchannel. I looked into madwifi code and understood that\nthe problem is in channel setting function. So atheros RF2317 not\nfully handled in the current ath5k version and must be patched.\n\nSigned-off-by: Nikolay Ledovskikh \u003cnledovskikh@gmail.com\u003e\nAcked-by: Bob Copeland \u003cme@bobcopeland.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "00781a74ee34222ee3cdc36d4f3d9c844dddbd27",
      "tree": "7b78345c4b056629af617c43fea979d6ee140488",
      "parents": [
        "05e7c99136554789e4cc060a63334ccaa08ad62d"
      ],
      "author": {
        "name": "Xose Vazquez Perez",
        "email": "xose.vazquez@gmail.com",
        "time": "Fri Feb 18 14:27:09 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:47:37 2011 -0500"
      },
      "message": "wireless: rt2x00: rt2800pci.c: add two ids\n\ntaken two RT35XX EDIMAX from DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217\n\nSigned-off-by: Xose Vazquez Perez \u003cxose.vazquez@gmail.com\u003e\nAcked-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "05e7c99136554789e4cc060a63334ccaa08ad62d",
      "tree": "5ff7ec6db73e15aababfd34741a7db1e93e9d324",
      "parents": [
        "1b68e676204927f69e987b86a99e19e61cc37dcc"
      ],
      "author": {
        "name": "Stanislaw Gruszka",
        "email": "sgruszka@redhat.com",
        "time": "Fri Feb 18 09:05:08 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:47:37 2011 -0500"
      },
      "message": "mac80211: fix conn_mon_timer running after disassociate\n\nLow level driver could pass rx frames to us after disassociate, what\ncan lead to run conn_mon_timer by ieee80211_sta_rx_notify(). That\nis obviously wrong, but nothing happens until we unload modules and\nresources are used after free. If kernel debugging is enabled following\nwarning could be observed:\n\nWARNING: at lib/debugobjects.c:259 debug_print_object+0x65/0x70()\nHardware name: HP xw8600 Workstation\nODEBUG: free active (active state 0) object type: timer_list\nModules linked in: iwlagn(-) iwlcore mac80211 cfg80211 aes_x86_64 aes_generic fuse cpufreq_ondemand acpi_cpufreq freq_table mperf xt_physdev ipt_REJECT nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter ip_tables ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 xt_state nf_conntrack ip6table_filter ip6_tables ipv6 ext3 jbd dm_mirror dm_region_hash dm_log dm_mod uinput hp_wmi sparse_keymap sg wmi arc4 microcode serio_raw ecb tg3 shpchp rfkill ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif firewire_ohci firewire_core crc_itu_t mptsas mptscsih mptbase scsi_transport_sas ahci libahci pata_acpi ata_generic ata_piix floppy nouveau ttm drm_kms_helper drm i2c_algo_bit i2c_core video [last unloaded: cfg80211]\nPid: 13827, comm: rmmod Tainted: G        W   2.6.38-rc4-wl+ #22\nCall Trace:\n [\u003cffffffff810649cf\u003e] ? warn_slowpath_common+0x7f/0xc0\n [\u003cffffffff81064ac6\u003e] ? warn_slowpath_fmt+0x46/0x50\n [\u003cffffffff81226fc5\u003e] ? debug_print_object+0x65/0x70\n [\u003cffffffff81227625\u003e] ? debug_check_no_obj_freed+0x125/0x210\n [\u003cffffffff8109ebd7\u003e] ? debug_check_no_locks_freed+0xf7/0x170\n [\u003cffffffff81156092\u003e] ? kfree+0xc2/0x2f0\n [\u003cffffffff813ec5c5\u003e] ? netdev_release+0x45/0x60\n [\u003cffffffff812f1067\u003e] ? device_release+0x27/0xa0\n [\u003cffffffff81216ddd\u003e] ? kobject_release+0x8d/0x1a0\n [\u003cffffffff81216d50\u003e] ? kobject_release+0x0/0x1a0\n [\u003cffffffff812183b7\u003e] ? kref_put+0x37/0x70\n [\u003cffffffff81216c57\u003e] ? kobject_put+0x27/0x60\n [\u003cffffffff813d5d1b\u003e] ? netdev_run_todo+0x1ab/0x270\n [\u003cffffffff813e771e\u003e] ? rtnl_unlock+0xe/0x10\n [\u003cffffffffa0581188\u003e] ? ieee80211_unregister_hw+0x58/0x120 [mac80211]\n [\u003cffffffffa0377ed7\u003e] ? iwl_pci_remove+0xdb/0x22a [iwlagn]\n [\u003cffffffff8123cde2\u003e] ? pci_device_remove+0x52/0x120\n [\u003cffffffff812f5205\u003e] ? __device_release_driver+0x75/0xe0\n [\u003cffffffff812f5348\u003e] ? driver_detach+0xd8/0xe0\n [\u003cffffffff812f4111\u003e] ? bus_remove_driver+0x91/0x100\n [\u003cffffffff812f5b62\u003e] ? driver_unregister+0x62/0xa0\n [\u003cffffffff8123d194\u003e] ? pci_unregister_driver+0x44/0xa0\n [\u003cffffffffa0377df5\u003e] ? iwl_exit+0x15/0x1c [iwlagn]\n [\u003cffffffff810ab492\u003e] ? sys_delete_module+0x1a2/0x270\n [\u003cffffffff81498889\u003e] ? trace_hardirqs_on_thunk+0x3a/0x3f\n [\u003cffffffff8100bf42\u003e] ? system_call_fastpath+0x16/0x1b\n\nAcked-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Stanislaw Gruszka \u003csgruszka@redhat.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1b68e676204927f69e987b86a99e19e61cc37dcc",
      "tree": "6649cd203406aa3286d85d505106e058d5d5c338",
      "parents": [
        "0f5cd45960173ba5b36727decbb4a241cbd35ef9",
        "e9036e336a8e5640871e0006ea4a89982b25046f"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:43:51 2011 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 18 16:43:51 2011 -0500"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6\n"
    },
    {
      "commit": "8ffd878419839638d1aea102455b575da39c1a62",
      "tree": "c5ac0c83d9ff0eb588667a29debb4563bf2b6757",
      "parents": [
        "602f9887cdb14851631416d64ca27b48e2dd1f92"
      ],
      "author": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 17 19:24:05 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 17 19:24:05 2011 -0300"
      },
      "message": "Bluetooth: fix checkpatch errors in af_bluetooth.c\n\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "602f9887cdb14851631416d64ca27b48e2dd1f92",
      "tree": "8730bf573ae6ee23f94f31cf5484c88ef0a5c723",
      "parents": [
        "e2174ca430ec52375a02ed20859aeceb0d455b72"
      ],
      "author": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 17 19:22:19 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 17 19:22:19 2011 -0300"
      },
      "message": "Bluetooth: Fix errors reported by checkpatch.pl\n\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "e2174ca430ec52375a02ed20859aeceb0d455b72",
      "tree": "a5d99eb39c9e520d2b3f5f4b75c3b58f99fa789d",
      "parents": [
        "138d22ef14bf00e44de7885cd03f0c3b6ac168f5"
      ],
      "author": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 17 19:16:55 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 17 19:16:55 2011 -0300"
      },
      "message": "Bluetooth: fix errors reported by checkpatch.pl\n\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "138d22ef14bf00e44de7885cd03f0c3b6ac168f5",
      "tree": "71828cb1860ae8b1b16b288166d074b3418f56e0",
      "parents": [
        "01df8c31d152493ddc58a0bd1719eac6759add87"
      ],
      "author": {
        "name": "Szymon Janc",
        "email": "szymon.janc@tieto.com",
        "time": "Thu Feb 17 16:44:23 2011 +0100"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 17 13:34:50 2011 -0300"
      },
      "message": "Bluetooth: Fix some code style issues in hci_event.c\n\nSigned-off-by: Szymon Janc \u003cszymon.janc@tieto.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "01df8c31d152493ddc58a0bd1719eac6759add87",
      "tree": "54e62f840ce4f366b1cb2f11afd7185e81f39334",
      "parents": [
        "adc4266d87ba95e250e5ffa217c72b4b78c2b56a"
      ],
      "author": {
        "name": "Szymon Janc",
        "email": "szymon.janc@tieto.com",
        "time": "Thu Feb 17 16:46:47 2011 +0100"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 17 13:31:32 2011 -0300"
      },
      "message": "Bluetooth: Fix some code style issues in hci_core.c\n\nSigned-off-by: Szymon Janc \u003cszymon.janc@tieto.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "adc4266d87ba95e250e5ffa217c72b4b78c2b56a",
      "tree": "0716da1c708129bc0cb7d39007ffa4e20d625e6a",
      "parents": [
        "0786f8b7777721c0d3d5dd691692eaee696e94e1"
      ],
      "author": {
        "name": "Szymon Janc",
        "email": "szymon.janc@tieto.com",
        "time": "Thu Feb 17 16:42:00 2011 +0100"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 17 13:30:04 2011 -0300"
      },
      "message": "Bluetooth: Fix some code style issues in hci_core.h\n\nSigned-off-by: Szymon Janc \u003cszymon.janc@tieto.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "0786f8b7777721c0d3d5dd691692eaee696e94e1",
      "tree": "b53b904ea85aa42f76004a72b35fd691ae033853",
      "parents": [
        "7235975383785276bdcfc13dd73cc87739cd25d0"
      ],
      "author": {
        "name": "Szymon Janc",
        "email": "szymon.janc@tieto.com",
        "time": "Thu Feb 17 14:16:33 2011 +0100"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 17 11:29:42 2011 -0300"
      },
      "message": "Bluetooth: Clean up hci_sniff_subrate_evt function\n\nSigned-off-by: Szymon Janc \u003cszymon.janc@tieto.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "7235975383785276bdcfc13dd73cc87739cd25d0",
      "tree": "22696954b5aec5324eb64ca494f35b378ce6fbc1",
      "parents": [
        "2ce603ebe1f1420c7c5b013638ec29b4fc975180"
      ],
      "author": {
        "name": "Szymon Janc",
        "email": "szymon.janc@tieto.com",
        "time": "Thu Feb 17 14:16:32 2011 +0100"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 17 11:28:19 2011 -0300"
      },
      "message": "Bluetooth: Use #include \u003clinux/uaccess.h\u003e instead of \u003casm/uaccess.h\u003e\n\nAs warned by checkpatch.pl, use #include \u003clinux/uaccess.h\u003e instead of\n\u003casm/uaccess.h\u003e.\n\nSigned-off-by: Szymon Janc \u003cszymon.janc@tieto.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "2ce603ebe1f1420c7c5b013638ec29b4fc975180",
      "tree": "b315468b139f2bd7b7f8bbe45a3d32090dda01a2",
      "parents": [
        "6bd32326cdaa9b14794416150c88e4832fb7e592"
      ],
      "author": {
        "name": "Claudio Takahasi",
        "email": "claudio.takahasi@openbossa.org",
        "time": "Wed Feb 16 20:44:53 2011 -0200"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 20:13:21 2011 -0300"
      },
      "message": "Bluetooth: Send LE Connection Update Command\n\nIf the new connection update parameter are accepted, the LE master\nhost sends the LE Connection Update Command to its controller informing\nthe new requested parameters.\n\nSigned-off-by: Claudio Takahasi \u003cclaudio.takahasi@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "6bd32326cdaa9b14794416150c88e4832fb7e592",
      "tree": "4c48387761df0207bb50952dda7fd5c980893351",
      "parents": [
        "7f4b2b04c88377af30c022f36c060190182850fb"
      ],
      "author": {
        "name": "Ville Tervo",
        "email": "ville.tervo@nokia.com",
        "time": "Wed Feb 16 16:32:41 2011 +0200"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:33:26 2011 -0300"
      },
      "message": "Bluetooth: Use proper timer for hci command timout\n\nUse proper timer instead of hci command flow control to timeout\nfailed hci commands. Otherwise stack ends up sending commands\nwhen flow control is used to block new commands.\n\n2010-09-01 18:29:41.592132 \u003c HCI Command: Remote Name Request (0x01|0x0019) plen 10\n    bdaddr 00:16:CF:E1:C7:D7 mode 2 clkoffset 0x0000\n2010-09-01 18:29:41.592681 \u003e HCI Event: Command Status (0x0f) plen 4\n    Remote Name Request (0x01|0x0019) status 0x00 ncmd 0\n2010-09-01 18:29:51.022033 \u003c HCI Command: Remote Name Request Cancel (0x01|0x001a) plen 6\n    bdaddr 00:16:CF:E1:C7:D7\n\nSigned-off-by: Ville Tervo \u003cville.tervo@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "7f4b2b04c88377af30c022f36c060190182850fb",
      "tree": "b8fd693f5fc824e038646eb9d595c6dfa3d46085",
      "parents": [
        "c6f3c5f7f2938d2809bcc15889e9aa212038a554"
      ],
      "author": {
        "name": "Andrei Warkentin",
        "email": "andreiw@motorola.com",
        "time": "Fri Feb 11 17:19:26 2011 -0600"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:33:25 2011 -0300"
      },
      "message": "Bluetooth: Make hci a child of the corresponding tty device.\n\nMake /sys/class/bluetooth/hciX a symlink to\npath under corresponding tty.\n\nSigned-off-by: Andrei Warkentin \u003candreiw@motorola.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "c6f3c5f7f2938d2809bcc15889e9aa212038a554",
      "tree": "a7ba2033d33a2973ad1e0ee3a6ea78aa3dfb78ee",
      "parents": [
        "de73115a7d67e1b81dbde2285a7657f3e3867703"
      ],
      "author": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Tue Feb 15 20:22:03 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:33:24 2011 -0300"
      },
      "message": "Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) fails\n\nIf the fail happens the HCI del_timer may timeout after the the hci dev\nunregister. This lead to a kernel crash.\n\nReported-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "de73115a7d67e1b81dbde2285a7657f3e3867703",
      "tree": "1bc55503b0fdce681fa038fb0c5af09df723b5cc",
      "parents": [
        "3300d9a930a79508032e3e03ac2bde3a22dd048d"
      ],
      "author": {
        "name": "Claudio Takahasi",
        "email": "claudio.takahasi@openbossa.org",
        "time": "Fri Feb 11 19:28:55 2011 -0200"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:33:24 2011 -0300"
      },
      "message": "Bluetooth: Add connection parameter update response\n\nImplements L2CAP Connection Parameter Update Response defined in\nthe Bluetooth Core Specification, Volume 3, Part A, section 4.21.\nAddress the LE Connection Parameter Procedure initiated by the slave.\n\nConnection Interval Minimum and Maximum have the same range: 6 to\n3200. Time \u003d N * 1.25ms. Minimum shall be less or equal to Maximum.\nThe Slave Latency field shall have a value in the range of 0 to\n((connSupervisionTimeout / connIntervalMax) - 1). Latency field shall\nbe less than 500. connSupervisionTimeout \u003d Timeout Multiplier * 10 ms.\nMultiplier field shall have a value in the range of 10 to 3200.\n\nSigned-off-by: Claudio Takahasi \u003cclaudio.takahasi@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "3300d9a930a79508032e3e03ac2bde3a22dd048d",
      "tree": "f5a3c285b282a6bc6e9e814bcbe5220f6acc7132",
      "parents": [
        "03c2d0e89409b59c1ec9d9511533cedc0b7aaa69"
      ],
      "author": {
        "name": "Claudio Takahasi",
        "email": "claudio.takahasi@openbossa.org",
        "time": "Fri Feb 11 19:28:54 2011 -0200"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:33:23 2011 -0300"
      },
      "message": "Bluetooth: Add LE signaling commands handling\n\nThis patch splits the L2CAP command handling function in order to\nhave a clear separation between the commands related to BR/EDR and\nLE. Commands and responses in the LE signaling channel are not being\nhandled yet, command reject is sent to all received requests. Bluetooth\nCore Specification, Volume 3, Part A, section 4 defines the signaling\npackets formats and allowed commands/responses over the LE signaling\nchannel.\n\nSigned-off-by: Claudio Takahasi \u003cclaudio.takahasi@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "03c2d0e89409b59c1ec9d9511533cedc0b7aaa69",
      "tree": "39690c1eeb3320d8abc6e3d7118af149360c7923",
      "parents": [
        "aff2cae3546df9f47f9fe24f3e85a7a84e825de8"
      ],
      "author": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 14 18:53:43 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:33:22 2011 -0300"
      },
      "message": "Bluetooth: Use usb_fill_int_urb()\n\nInstead set urb structure directly we call usb_fill_int_urb() to set the\nvalues to us.\n\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "aff2cae3546df9f47f9fe24f3e85a7a84e825de8",
      "tree": "54947c9642079111e49ffd49a76960799bf4acce",
      "parents": [
        "bae1f5d9464d231148301fcbf4e425a096a5b96d"
      ],
      "author": {
        "name": "Ville Tervo",
        "email": "ville.tervo@nokia.com",
        "time": "Thu Feb 10 22:38:54 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:33:19 2011 -0300"
      },
      "message": "Bluetooth: Add SMP command structures\n\nAdd command structures for security manager protocol.\n\nSigned-off-by: Ville Tervo \u003cville.tervo@nokia.com\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "bae1f5d9464d231148301fcbf4e425a096a5b96d",
      "tree": "b03b18feccfaf804bb87fd615eb2ab3cc8415f87",
      "parents": [
        "b92a62238ff2d3fb88cf0f6de454f3d1b4ae5d52"
      ],
      "author": {
        "name": "Ville Tervo",
        "email": "ville.tervo@nokia.com",
        "time": "Thu Feb 10 22:38:53 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:33:15 2011 -0300"
      },
      "message": "Bluetooth: Treat LE and ACL links separately on timeout\n\nSeparate LE and ACL timeouts. Othervise ACL connections\non non LE hw will time out after 45 secs.\n\nSigned-off-by: Ville Tervo \u003cville.tervo@nokia.com\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "b92a62238ff2d3fb88cf0f6de454f3d1b4ae5d52",
      "tree": "36364edd86fbb3650fe453929ffa6e9d449aedc2",
      "parents": [
        "5589fa9c2d2b8c134f44db36892ccc500aac3147"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Thu Feb 10 22:38:52 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:33:10 2011 -0300"
      },
      "message": "Bluetooth: Fix initiated LE connections\n\nFix LE connections not being marked as master.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "5589fa9c2d2b8c134f44db36892ccc500aac3147",
      "tree": "6f24b448f1ac225e574dcb3eefaf921c949dd5b8",
      "parents": [
        "b62f328b8f20abe97cdbaaf44c6e4f5e7a610f18"
      ],
      "author": {
        "name": "Ville Tervo",
        "email": "ville.tervo@nokia.com",
        "time": "Thu Feb 10 22:38:51 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:33:06 2011 -0300"
      },
      "message": "Bluetooth: Do not send disconn comand over LE links\n\nl2cap over LE links can be disconnected without sending\ndisconnect command first.\n\nSigned-off-by: Ville Tervo \u003cville.tervo@nokia.com\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "b62f328b8f20abe97cdbaaf44c6e4f5e7a610f18",
      "tree": "85788ac51ee97fc12765e715f679c447f27ba5ac",
      "parents": [
        "acd7d3708555b3da7522e23c183cc21efc785f72"
      ],
      "author": {
        "name": "Ville Tervo",
        "email": "ville.tervo@nokia.com",
        "time": "Thu Feb 10 22:38:50 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:33:02 2011 -0300"
      },
      "message": "Bluetooth: Add server socket support for LE connection\n\nAdd support for LE server sockets.\n\nSigned-off-by: Ville Tervo \u003cville.tervo@nokia.com\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "acd7d3708555b3da7522e23c183cc21efc785f72",
      "tree": "41a15cea1207308c26c344a2bc585175be432fae",
      "parents": [
        "6ed58ec520ad2b2fe3f955c8a5fd0eecafccebdf"
      ],
      "author": {
        "name": "Ville Tervo",
        "email": "ville.tervo@nokia.com",
        "time": "Thu Feb 10 22:38:49 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:32:55 2011 -0300"
      },
      "message": "Bluetooth: Add LE connection support to L2CAP\n\nAdd basic LE connection support to L2CAP. LE\nconnection can be created by specifying cid\nin struct sockaddr_l2\n\nSigned-off-by: Ville Tervo \u003cville.tervo@nokia.com\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "6ed58ec520ad2b2fe3f955c8a5fd0eecafccebdf",
      "tree": "5e53b20a64214c811dda8625c14af394a7800718",
      "parents": [
        "fcd89c09a59a054fb986861e0862aa2fff7d7c40"
      ],
      "author": {
        "name": "Ville Tervo",
        "email": "ville.tervo@nokia.com",
        "time": "Thu Feb 10 22:38:48 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:32:51 2011 -0300"
      },
      "message": "Bluetooth: Use LE buffers for LE traffic\n\nBluetooth chips may have separate buffers for LE traffic.\nThis patch add support to use LE buffers provided by the chip.\n\nSigned-off-by: Ville Tervo \u003cville.tervo@nokia.com\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "fcd89c09a59a054fb986861e0862aa2fff7d7c40",
      "tree": "115d525a9789e974b0a118d9cc22b792370f40f7",
      "parents": [
        "63185f64ef06464706b32c9a301f71f68cd93e52"
      ],
      "author": {
        "name": "Ville Tervo",
        "email": "ville.tervo@nokia.com",
        "time": "Thu Feb 10 22:38:47 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:32:45 2011 -0300"
      },
      "message": "Bluetooth: Add LE connect support\n\nBluetooth V4.0 adds support for Low Energy (LE) connections.\nSpecification introduces new set of hci commands to control LE\nconnection. This patch adds logic to create, cancel and disconnect\nLE connections.\n\nSigned-off-by: Ville Tervo \u003cville.tervo@nokia.com\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "63185f64ef06464706b32c9a301f71f68cd93e52",
      "tree": "2536470da088437e7a8e4a91a222dc6bfe376211",
      "parents": [
        "903d343e202e51059e7d20524010ef54a6087aed"
      ],
      "author": {
        "name": "Ville Tervo",
        "email": "ville.tervo@nokia.com",
        "time": "Thu Feb 10 22:38:46 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 16:32:15 2011 -0300"
      },
      "message": "Bluetooth: Add low energy commands and events\n\nAdd needed HCI command and event structs to\ncreate LE connections.\n\nSigned-off-by: Ville Tervo \u003cville.tervo@nokia.com\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "e9036e336a8e5640871e0006ea4a89982b25046f",
      "tree": "74aed55443ead676612e86d8c016c3a4b1e0ed23",
      "parents": [
        "840af824b2bf9194ea596e0ddc7aa05066794ca1"
      ],
      "author": {
        "name": "Cho, Yu-Chen",
        "email": "acho@novell.com",
        "time": "Tue Feb 15 10:20:07 2011 +0800"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 15:54:11 2011 -0300"
      },
      "message": "Bluetooth: Add Atheros BT AR5BBU12 fw supported\n\nAdd the btusb.c blacklist [0489:e02c] for Atheros AR5BBU12 BT\nand add to ath3k.c supported this device.\n\nSigned-off-by: Cho, Yu-Chen \u003cacho@novell.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "840af824b2bf9194ea596e0ddc7aa05066794ca1",
      "tree": "e10fe7e455b9a4aaadf56cb3f0c0325208bc0118",
      "parents": [
        "8efdd0cdc54f3bb5db464b3baf88f7441f54da47"
      ],
      "author": {
        "name": "Vladislav P",
        "email": "vladisslav@inbox.ru",
        "time": "Mon Feb 14 15:21:50 2011 -0200"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 15:54:11 2011 -0300"
      },
      "message": "Bluetooth: Release BTM while sleeping to avoid deadlock\n\nSigned-off-by: Vladislav P \u003cvladisslav@inbox.ru\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "8efdd0cdc54f3bb5db464b3baf88f7441f54da47",
      "tree": "a84f3d07d83aaa8a0744a77d92505d8128363b93",
      "parents": [
        "a7b545f7fe753ca3dc1b51ca57f90cd59d974e44"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oneukum@suse.de",
        "time": "Fri Feb 11 13:00:06 2011 +0100"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Feb 16 15:53:45 2011 -0300"
      },
      "message": "Bluetooth: fix crash with quirky dongles doing sound\n\nQuirky dongles sometimes do not use the iso interface which\ncauses a crash with runtime PM\n\nSigned-off-by: Oliver Neukum \u003coneukum@suse.de\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "0f5cd45960173ba5b36727decbb4a241cbd35ef9",
      "tree": "6e4528d6eee03aec59b3b630aae272f34e7f27b7",
      "parents": [
        "a7b545f7fe753ca3dc1b51ca57f90cd59d974e44"
      ],
      "author": {
        "name": "Mohammed Shafi Shajakhan",
        "email": "mshajakhan@atheros.com",
        "time": "Tue Feb 15 21:29:32 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Feb 15 11:16:00 2011 -0500"
      },
      "message": "ath9k: Fix ath9k prevents CPU to enter C3 states\n\nThe DMA latency issue is observed only in Intel pinetrail platforms\nbut in the driver we had a default PM-QOS value of 55. This caused\nunnecessary power consumption and battery drain in other platforms.\n\nRemove the pm-qos thing in the driver code and address the throughput\nissue in Intel pinetrail platfroms in user space using any one of\nthe scripts in below links:\n\nhttp://www.kernel.org/pub/linux/kernel/people/mcgrof/scripts/cpudmalatency.c\nhttp://johannes.sipsolutions.net/files/netlatency.c.txt\n\nMore details can be found in the following bugzilla link:\n\nhttps://bugzilla.kernel.org/show_bug.cgi?id\u003d27532\n\nThis reverts the following commits:\n\n\t98c316e348bedffa730e6f1e4baeb8a3c3e0f28b\n\t4dc3530df7c0428b41c00399a7ee8c929406d181\n\t10598c124ecabbbfd7522f74de19b8f7d52a1bee\n\nSigned-off-by: Mohammed Shafi Shajakhan \u003cmshajakhan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "903d343e202e51059e7d20524010ef54a6087aed",
      "tree": "c12898657978be8ca6ed2b172a8123ac1ad4b539",
      "parents": [
        "c531a12ae63b6438a7859994aca23859f5706010"
      ],
      "author": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Thu Feb 10 14:16:06 2011 -0200"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Tue Feb 15 09:45:53 2011 -0300"
      },
      "message": "Bluetooth: Add L2CAP mode to debugfs output\n\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "c531a12ae63b6438a7859994aca23859f5706010",
      "tree": "fc32fd04015270067db585207e91a26f5498ab4f",
      "parents": [
        "642745184f82688eb3ef0cdfaa4ba632055be9af"
      ],
      "author": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 07 20:19:30 2011 -0200"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Tue Feb 15 09:45:52 2011 -0300"
      },
      "message": "Bluetooth: remove l2cap_load() hack\n\nl2cap_load() was added to trigger l2cap.ko module loading from the RFCOMM\nand BNEP modules. Now that L2CAP module is gone, we don\u0027t need it anymore.\n\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "c269a20393500e84e8cbae23ca6d65e1107433c4",
      "tree": "332a3cec9329d0c74a7f01f0111208ec75341227",
      "parents": [
        "05e051d8ae3472302ec7c510ab6d4d85551bd1ea"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Mon Feb 14 12:20:22 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:52:11 2011 -0500"
      },
      "message": "mac80211: reply to directed probes in IBSS\n\nWFA certification and the WMM spec require that we\nalways reply to unicast probe requests, so do that.\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "05e051d8ae3472302ec7c510ab6d4d85551bd1ea",
      "tree": "b9b370df34c305108c8fef4e247c9b7004c9f2ec",
      "parents": [
        "7a047f4f2f3a812f09f42aa784499a54dc4afcf2"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@googlemail.com",
        "time": "Sat Feb 12 22:53:00 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:52:10 2011 -0500"
      },
      "message": "p54spi: update sample eeprom\n\nCommit: \"p54: enhance rssi-\u003edBm database import\"\nchanged the way how the driver deals with the\nrssical data. A new data format was necessary\nand hence this patch.\n\nNOTE: (for users with a custom eeprom binary)\nI spent some time updating p54tools to support\nthe new format too: \u003d\u003e (git available from)\nhttp://git.kernel.org/?p\u003dlinux/kernel/git/chr/p54tools.git\n\nIt now comes with a simplistic script \"n800_rssi2v2.sh\"\nwhich can be used to automate the conversion.\n\nSigned-off-by: Christian Lamparter \u003cchunkeey@googlemail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "7a047f4f2f3a812f09f42aa784499a54dc4afcf2",
      "tree": "4396f0fbc6d4cf296994fef8b9a5a92a86a0b576",
      "parents": [
        "a3162eed04ae76be710d895978478aa6d849de41"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@googlemail.com",
        "time": "Sat Feb 12 22:32:49 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:52:10 2011 -0500"
      },
      "message": "p54: enhance rssi-\u003edBm database import\n\nThis patch fixes several shortcomings of the\nprevious implementation. Features of the\nrewrite include:\n\n * handles undocumented \"0x0000\" word at the\n   start of the frequency table.\n   (Affected some early? DELL 1450 USB devices\n    and my Symbol 5GHz miniPCI card.)\n\n * supports more than just one reference point\n   per band. (Also needed for the Symbol card.)\n\n * ships with default values in case the eeprom\n   data is damaged, absent or unsupported.\n\nSigned-off-by: Christian Lamparter \u003cchunkeey@googlemail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "a3162eed04ae76be710d895978478aa6d849de41",
      "tree": "29f1731edc5b181c59bb77c9e2b8cc796c0763f7",
      "parents": [
        "192abece7565ab37048dfd5eced966cfb2fda6f5"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@googlemail.com",
        "time": "Sat Feb 12 22:14:38 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:51:21 2011 -0500"
      },
      "message": "p54: p54_generate_band cleanup\n\nSigned-off-by: Christian Lamparter \u003cchunkeey@googlemail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "192abece7565ab37048dfd5eced966cfb2fda6f5",
      "tree": "7bb7dc73e2c4d7da5d8695dce818bd233744e63b",
      "parents": [
        "91f71fa5da00ff50398d8592f304cfec54eed550"
      ],
      "author": {
        "name": "Christian Lamparter",
        "email": "chunkeey@googlemail.com",
        "time": "Sat Feb 12 21:49:38 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:51:21 2011 -0500"
      },
      "message": "p54: sort channel list by frequency instead of channel index\n\nSome channel indices of the low 5GHz band clash with\nthose of the 2.4GHz band. Therefore we should go\nwith the channel\u0027s center frequency.\n\nSigned-off-by: Christian Lamparter \u003cchunkeey@googlemail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "91f71fa5da00ff50398d8592f304cfec54eed550",
      "tree": "111ef09a637afce082aa679300780cfee5f763f9",
      "parents": [
        "8662b2518ff7995002378058488326ef7cb80de8"
      ],
      "author": {
        "name": "Jussi Kivilinna",
        "email": "jussi.kivilinna@mbnet.fi",
        "time": "Sat Feb 12 20:43:51 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:51:21 2011 -0500"
      },
      "message": "zd1211rw: add unlikely to ZD_ASSERT\n\nCase assert is violated should be quite unlikely.\n\nSigned-off-by: Jussi Kivilinna \u003cjussi.kivilinna@mbnet.fi\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8662b2518ff7995002378058488326ef7cb80de8",
      "tree": "e7b0d1c7fca5820a46ac2411a5b4a8e36f8779c4",
      "parents": [
        "eefdbec1ea8b7093d2c09d1825f68438701723cf"
      ],
      "author": {
        "name": "Jussi Kivilinna",
        "email": "jussi.kivilinna@mbnet.fi",
        "time": "Sat Feb 12 20:43:42 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:51:21 2011 -0500"
      },
      "message": "zd1211rw: move async iowrite16v up to callers\n\nWriting beacon to device happen through multiple write command calls.\nzd_usb_iowrite16v uses synchronous urb call and with multiple write\ncommands in row causes high CPU usage.\n\nMake asynchronous zd_usb_iowrite16v_async available outside zd_usb.c\nand use where possible.\n\nThis lower CPU usage from ~10% to ~2% on Intel Atom when running\nAP-mode with 100 TU beacon interval.\n\nSigned-off-by: Jussi Kivilinna \u003cjussi.kivilinna@mbnet.fi\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "eefdbec1ea8b7093d2c09d1825f68438701723cf",
      "tree": "6dc40b6d25f8dede0522927f48c4a716ff9c88c9",
      "parents": [
        "37939810b937aba830dd751291fcdc51cae1a6cb"
      ],
      "author": {
        "name": "Jussi Kivilinna",
        "email": "jussi.kivilinna@mbnet.fi",
        "time": "Sat Feb 12 20:43:32 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:51:21 2011 -0500"
      },
      "message": "zd1211rw: use async urb for write command\n\nWriting beacon to device happen through multiple write command calls.\nzd_usb_iowrite16v uses synchronous urb call and with multiple write\ncommands in row causes high CPU usage.\n\nThis patch makes zd_usb_iowrite16v use asynchronous urb submit within\nzd_usb.c. zd_usb_iowrite16v_async_start is used to initiate writing\nmultiple commands to device using zd_usb_iowrite16v_async. Each URB\nis delayed and submitted to device by next zd_usb_iowrite16v_async\ncall or by call to zd_usb_iowrite16v_async_end. URBs submitted by\nzd_usb_iowrite16v_async have URB_NO_INTERRUPT set and last URB\nsend by zd_usb_iowrite16v_async_end does not. This lower CPU\nusage when doing writes that require multiple URBs.\n\nSigned-off-by: Jussi Kivilinna \u003cjussi.kivilinna@mbnet.fi\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "37939810b937aba830dd751291fcdc51cae1a6cb",
      "tree": "77b6a130bc287a8243333397d1a2ba75fd525248",
      "parents": [
        "0c2530cec5672f38f8ab834ee53d17175d3bca95"
      ],
      "author": {
        "name": "Jussi Kivilinna",
        "email": "jussi.kivilinna@mbnet.fi",
        "time": "Sat Feb 12 20:43:23 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:51:21 2011 -0500"
      },
      "message": "zd1211rw: correct use of usb_bulk_msg on interrupt endpoints\n\nzd1211rw is using usb_bulk_msg() with usb_sndbulkpipe() on interrupt endpoint.\nHowever usb_bulk_msg() internally corrects this and makes interrupt URB.\n\nIt\u0027s better to change usb_bulk_msgs in zd1211rw to usb_interrupt_msg for less\nconfusion.\n\nSigned-off-by: Jussi Kivilinna \u003cjussi.kivilinna@mbnet.fi\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "0c2530cec5672f38f8ab834ee53d17175d3bca95",
      "tree": "1c035db946d3114273c5f5b555d119dfc49899a4",
      "parents": [
        "014cf3bb1e19a61c53666d7f990f584f1b7af364"
      ],
      "author": {
        "name": "Helmut Schaa",
        "email": "helmut.schaa@googlemail.com",
        "time": "Sat Feb 12 14:17:15 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:51:20 2011 -0500"
      },
      "message": "mac80211: Remove superfluous if clause\n\nieee80211_rx_h_check returned RX_DROP_MONITOR in case the if statement\nin question was true but the same return value is also used directly\nafter the if clause. Hence, we can just drop the whole if clause and as\nsuch simplify the code.\n\nSigned-off-by: Helmut Schaa \u003chelmut.schaa@googlemail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "014cf3bb1e19a61c53666d7f990f584f1b7af364",
      "tree": "b6a35202046c00e8f8289196042d046399fcd74e",
      "parents": [
        "d76dfc612b40b6a9de0a3fe57fe1fa3db7a1ae3b"
      ],
      "author": {
        "name": "Rajkumar Manoharan",
        "email": "rmanoharan@atheros.com",
        "time": "Wed Feb 09 17:46:39 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:51:20 2011 -0500"
      },
      "message": "ath9k: disable beaconing before stopping beacon queue\n\nBeaconing should be disabled before stopping beacon queue.\nNot doing so could queue up beacons in hw that causes\nfailure to stop Tx DMA, due to pending frames in hw\nand also unnecessary beacon tasklet schedule.\n\nSigned-off-by: Rajkumar Manoharan \u003crmanoharan@atheros.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "d76dfc612b40b6a9de0a3fe57fe1fa3db7a1ae3b",
      "tree": "169aca14bd1a3514452aeac5170214280937a6eb",
      "parents": [
        "a3dc5e881a8a5199bf371fdd4530cfa18280ca83"
      ],
      "author": {
        "name": "Seth Forshee",
        "email": "seth.forshee@canonical.com",
        "time": "Mon Feb 14 08:52:25 2011 -0600"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Feb 14 15:50:17 2011 -0500"
      },
      "message": "rt2x00: Check for errors from skb_pad() calls\n\nCommit 739fd94 (\"rt2x00: Pad beacon to multiple of 32 bits\")\nadded calls to skb_pad() without checking the return value,\nwhich could cause problems if any of those calls does happen\nto fail. Add checks to prevent this from happening.\n\nSigned-off-by: Seth Forshee \u003cseth.forshee@canonical.com\u003e\nAcked-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "642745184f82688eb3ef0cdfaa4ba632055be9af",
      "tree": "481319e39ccd971d770d88e48507469aad4adc87",
      "parents": [
        "c4c896e1471aec3b004a693c689f60be3b17ac86"
      ],
      "author": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 07 20:08:52 2011 -0200"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 14 17:27:36 2011 -0300"
      },
      "message": "Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko\n\nActually doesn\u0027t make sense have these modules built separately.\nThe L2CAP layer is needed by almost all Bluetooth protocols and profiles.\nThere isn\u0027t any real use case without having L2CAP loaded.\nSCO is only essential for Audio transfers, but it is so small that we can\nhave it loaded always in bluetooth.ko without problems.\nIf you really doesn\u0027t want it you can disable SCO in the kernel config.\n\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "c4c896e1471aec3b004a693c689f60be3b17ac86",
      "tree": "7fad770b835cbfe5165fc7027ececc30c165b682",
      "parents": [
        "43629f8f5ea32a998d06d1bb41eefa0e821ff573"
      ],
      "author": {
        "name": "Vasiliy Kulikov",
        "email": "segoon@openwall.com",
        "time": "Mon Feb 14 13:54:26 2011 +0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 14 12:51:40 2011 -0200"
      },
      "message": "Bluetooth: sco: fix information leak to userspace\n\nstruct sco_conninfo has one padding byte in the end.  Local variable\ncinfo of type sco_conninfo is copied to userspace with this uninizialized\none byte, leading to old stack contents leak.\n\nSigned-off-by: Vasiliy Kulikov \u003csegoon@openwall.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "43629f8f5ea32a998d06d1bb41eefa0e821ff573",
      "tree": "6cc475d80311abf2b06e2b8a2cfd96043192decd",
      "parents": [
        "d9f51b51db2064c9049bf7924318fd8c6ed852cb"
      ],
      "author": {
        "name": "Vasiliy Kulikov",
        "email": "segoon@openwall.com",
        "time": "Mon Feb 14 13:54:31 2011 +0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Mon Feb 14 12:51:33 2011 -0200"
      },
      "message": "Bluetooth: bnep: fix buffer overflow\n\nStruct ca is copied from userspace.  It is not checked whether the \"device\"\nfield is NULL terminated.  This potentially leads to BUG() inside of\nalloc_netdev_mqs() and/or information leak by creating a device with a name\nmade of contents of kernel stack.\n\nSigned-off-by: Vasiliy Kulikov \u003csegoon@openwall.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "a3dc5e881a8a5199bf371fdd4530cfa18280ca83",
      "tree": "438320663f6dfc593a61af69c9b14afc4416813d",
      "parents": [
        "25b2bc30865e3ca1a9a2116788bb2e82be5b1a99"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Fri Feb 11 14:27:58 2011 -0600"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 11 16:16:38 2011 -0500"
      },
      "message": "rtlwifi: rtl8192ce: Rework rtl8192ce/phy.c\n\nMake the phy.c codes for rtl8192ce and rtl8192cu be as alike as possible.\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "25b2bc30865e3ca1a9a2116788bb2e82be5b1a99",
      "tree": "1281dbe06c131202c2195deb29f2ed44e43aa440",
      "parents": [
        "8c96fcf7212bd58f28cf7e96b13b1e2161637f3b"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Fri Feb 11 14:34:03 2011 -0600"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 11 16:16:38 2011 -0500"
      },
      "message": "rtlwifi: rtl8192ce: Refactor rtl8192ce/fw\n\nMake rtlwifi/rtl8192ce/fw.{h,c} match what will be needed for\nrtlwifi/rtl8192cu.{h,c}.\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8c96fcf7212bd58f28cf7e96b13b1e2161637f3b",
      "tree": "29df718d1f81cccb1fab67abef1a7e09267afb16",
      "parents": [
        "2ca20f79e0d895489ae2f79fa321077e5ee2981d"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Fri Feb 11 14:33:58 2011 -0600"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 11 16:16:38 2011 -0500"
      },
      "message": "rtlwifi: rtl8192ce: Refactor rtl8192ce/dm\n\nTo reuse as much code as possible when adding additional drivers to the\nrtlwifi tree, the common parts of various routines are moved to\ndrivers/net/wireless/rtlwifi. This patch does that for the version of\ndm.{h,c} used by rtl8192ce.\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "2ca20f79e0d895489ae2f79fa321077e5ee2981d",
      "tree": "7603d7d0d09aa78e92b56e85838a5196d86a366b",
      "parents": [
        "62e63975f47fcc0ebcaca04669098fe3ca7b20a2"
      ],
      "author": {
        "name": "George",
        "email": "george0505@realtek.com",
        "time": "Fri Feb 11 14:27:49 2011 -0600"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 11 16:16:37 2011 -0500"
      },
      "message": "rtlwifi: Add usb driver\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: George \u003cgeorge0505@realtek.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "62e63975f47fcc0ebcaca04669098fe3ca7b20a2",
      "tree": "727edc69707087aecaf2c7443e8747b91795fee4",
      "parents": [
        "caebbb7a4ac3e31b259954b757b15b8f0ac708d5"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Fri Feb 11 14:27:46 2011 -0600"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Feb 11 16:16:37 2011 -0500"
      },
      "message": "rtlwifi: Modify core routines\n\nThe rtlwifi core needs some changes before inclusion of a driver\nfor the RTL8192CU USB device.\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: \u003cchaoming_li@realsil.com.cn\u003e\nSigned-off-by: \u003cgeorge0505@realtek.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "caebbb7a4ac3e31b259954b757b15b8f0ac708d5",
      "tree": "e791d476d9dd9377413ee8d93df8942b0e05173f",
      "parents": [
        "c4197c6298750d308fc819c0525902f49ab920fb"
      ],
      "author": {
        "name": "Wey-Yi Guy",
        "email": "wey-yi.w.guy@intel.com",
        "time": "Sun Feb 06 11:29:42 2011 -0800"
      },
      "committer": {
        "name": "Wey-Yi Guy",
        "email": "wey-yi.w.guy@intel.com",
        "time": "Fri Feb 11 11:51:57 2011 -0800"
      },
      "message": "iwlagn: handle bt defer work in 2000 series\n\nFor 2000 series, need to handle bt traffic changes when\nreceive notification from uCode\n\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\n"
    },
    {
      "commit": "c4197c6298750d308fc819c0525902f49ab920fb",
      "tree": "f93e23924918d972898994e9db59ea026148b375",
      "parents": [
        "6d1d4ea4a82f8c17a3ff7c2f677bc3d41ea7484b"
      ],
      "author": {
        "name": "Wey-Yi Guy",
        "email": "wey-yi.w.guy@intel.com",
        "time": "Sun Feb 06 08:56:35 2011 -0800"
      },
      "committer": {
        "name": "Wey-Yi Guy",
        "email": "wey-yi.w.guy@intel.com",
        "time": "Fri Feb 11 11:51:49 2011 -0800"
      },
      "message": "iwlagn: donot process bt update when bt coex disable\n\nIf bt coex is disabled, do not process any bt related information\nfrom uCode even received.\n\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\n"
    },
    {
      "commit": "d9f51b51db2064c9049bf7924318fd8c6ed852cb",
      "tree": "fe8b2d01f424168cc110d92d9d23e9a8a8f4813f",
      "parents": [
        "e3fb592b15602196d38b225dc78aab8d631a5f89"
      ],
      "author": {
        "name": "Bala Shanmugam",
        "email": "sbalashanmugam@atheros.com",
        "time": "Fri Feb 11 15:38:53 2011 +0530"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Fri Feb 11 15:21:46 2011 -0200"
      },
      "message": "Bluetooth: Add firmware support for Atheros 3012\n\nBlacklisted AR3012 PID in btusb and added the same\nin ath3k to load patch and sysconfig files.\n\nSigned-off-by: Bala Shanmugam \u003csbalashanmugam@atheros.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "e3fb592b15602196d38b225dc78aab8d631a5f89",
      "tree": "e105066cfe0e797fe02d47eae396d934d3c23a18",
      "parents": [
        "6d1d4ea4a82f8c17a3ff7c2f677bc3d41ea7484b"
      ],
      "author": {
        "name": "Vasiliy Kulikov",
        "email": "segoon@openwall.com",
        "time": "Thu Feb 10 20:59:42 2011 +0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Fri Feb 11 15:21:29 2011 -0200"
      },
      "message": "Bluetooth: l2cap: fix 1 byte infoleak to userspace\n\nStructure l2cap_options has one padding byte between max_tx and\ntxwin_size fields.  This byte in \"opts\" is copied to userspace\nuninitialized.\n\nSigned-off-by: Vasiliy Kulikov \u003csegoon@openwall.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "6d1d4ea4a82f8c17a3ff7c2f677bc3d41ea7484b",
      "tree": "4c2a87537469cba7dce6f13ff0f757a6cfa37019",
      "parents": [
        "67acad5fe5df591e8f629050667912b0db2c72e7"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Tue Feb 08 23:32:17 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Feb 09 16:09:51 2011 -0500"
      },
      "message": "ssb: extract boardflags2 for SPROMs rev 4 and 5\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "67acad5fe5df591e8f629050667912b0db2c72e7",
      "tree": "8a56cf337d2369c146b19a61cc8b04b330a6a0ee",
      "parents": [
        "f266526da4d78b7af639e98777d453888b039c00"
      ],
      "author": {
        "name": "Stanislaw Gruszka",
        "email": "sgruszka@redhat.com",
        "time": "Tue Feb 08 09:31:58 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Feb 09 16:09:50 2011 -0500"
      },
      "message": "iwlwifi: fix ack health for WiFi/BT combo devices\n\nCombo devices have TX statistics on different place, because\nstruct statistics_rx_bt and struct statistics_rx have different\nsize. User proper values on combo devices instead of random data.\n\nSigned-off-by: Stanislaw Gruszka \u003csgruszka@redhat.com\u003e\nAcked-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "f266526da4d78b7af639e98777d453888b039c00",
      "tree": "a04b3372200c279c6b37874cbd479e5078fef715",
      "parents": [
        "ca3d9389642946072ed448b2b7386f9e5d3f296b"
      ],
      "author": {
        "name": "Stanislaw Gruszka",
        "email": "sgruszka@redhat.com",
        "time": "Tue Feb 08 09:31:57 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Feb 09 16:09:49 2011 -0500"
      },
      "message": "iwlwifi: cleanup iwl_good_ack_health\n\nMake ack health code easies to read. Compared to previous\ncode, we do not print debug messages when expected_ack_cnt_delta \u003d\u003d 0\nand also do check against negative deltas.\n\nSigned-off-by: Stanislaw Gruszka \u003csgruszka@redhat.com\u003e\nAcked-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "ca3d9389642946072ed448b2b7386f9e5d3f296b",
      "tree": "c47d6fe0767a8f7fbce178054db1d2f68db60b8e",
      "parents": [
        "9814f6b34be5179849c0872e81eb99286ef4b051"
      ],
      "author": {
        "name": "Stanislaw Gruszka",
        "email": "sgruszka@redhat.com",
        "time": "Tue Feb 08 09:31:55 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Feb 09 16:09:49 2011 -0500"
      },
      "message": "iwlwifi: cleanup iwl_recover_from_statistics\n\nNo functional change, make recover from statistics code\neasies to read.\n\nSigned-off-by: Stanislaw Gruszka \u003csgruszka@redhat.com\u003e\nAcked-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "9814f6b34be5179849c0872e81eb99286ef4b051",
      "tree": "863e6507e0141acec4492f5b941490e3f5458204",
      "parents": [
        "59bdf3b0fe7a183f18ce94696259c4c76abb4568"
      ],
      "author": {
        "name": "Steve Brown",
        "email": "sbrown@cortland.com",
        "time": "Mon Feb 07 17:10:39 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Feb 09 16:09:48 2011 -0500"
      },
      "message": "ath9k: Remove redundant beacon_interval\n\nThe variable appears in both ath_softc and ath_beacon_config.\nThe struct ath_beacon_config is embedded in ath_softc. The redundant\nvariable was added by commit id 57c4d7b4c4986037be51476b8e3025d5ba18d8b8.\n\nSigned-off-by: Steve Brown \u003csbrown@cortland.com\u003e\nReviewed-by: Mohammed Shafi \u003cshafi.ath9k@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "59bdf3b0fe7a183f18ce94696259c4c76abb4568",
      "tree": "f78a9a59703b0e68156f2fce509b7c9e3a80ae70",
      "parents": [
        "603b3eefb92e0886ed4dd5f73d4c07b304405b40"
      ],
      "author": {
        "name": "Ben Greear",
        "email": "greearb@candelatech.com",
        "time": "Mon Feb 07 13:44:38 2011 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Feb 09 16:09:48 2011 -0500"
      },
      "message": "mac80211: Ensure power-level set properly for scanning.\n\nMy previous patch to optimize scanning on operating channel\naccidentally removed the code that would ensure power was\nset to maximum for scanning.\n\nThis patch re-adds that functionality.\n\nSigned-off-by: Ben Greear \u003cgreearb@candelatech.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "603b3eefb92e0886ed4dd5f73d4c07b304405b40",
      "tree": "34a7236f8e8d1ad66907f8ecef68e177eea7b944",
      "parents": [
        "da2fd1f0f7b78f21f6378f726d1f6de9d573b2d4"
      ],
      "author": {
        "name": "Ben Greear",
        "email": "greearb@candelatech.com",
        "time": "Mon Feb 07 13:44:37 2011 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Feb 09 16:09:47 2011 -0500"
      },
      "message": "ath9k: Add debug info for configuring power level.\n\nSigned-off-by: Ben Greear \u003cgreearb@candelatech.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "da2fd1f0f7b78f21f6378f726d1f6de9d573b2d4",
      "tree": "fc5bf7979e01651aeff0d7b14130c76cd9fa176c",
      "parents": [
        "4f2e9d91f84ce39698517203974ffc2bcc32a21d"
      ],
      "author": {
        "name": "Ben Greear",
        "email": "greearb@candelatech.com",
        "time": "Mon Feb 07 13:44:36 2011 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Feb 09 16:09:46 2011 -0500"
      },
      "message": "mac80211: Allow work items to use existing channel type.\n\nNarrow channel types can function within larger channel types.\nSo, use existing channel type for work items when possible.\nThis decreases hardware channel changes significantly when\nusing non NO_HT channel types on the operating channel.\n\nSigned-off-by: Ben Greear \u003cgreearb@candelatech.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "4f2e9d91f84ce39698517203974ffc2bcc32a21d",
      "tree": "32a0b7b1856f4249ad7c2bdb39a757821fd90fff",
      "parents": [
        "4d51e149a6231ea9cc210795cbc358a7c9a8e016"
      ],
      "author": {
        "name": "Ben Greear",
        "email": "greearb@candelatech.com",
        "time": "Mon Feb 07 13:44:35 2011 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Feb 09 16:09:46 2011 -0500"
      },
      "message": "mac80211: Allow scanning on existing channel-type.\n\nPrevious code set the channel type to NO_HT, but it\nappears that NO_HT packets can be sent on any channel\ntype, so we do not need to change the channel type\nas long as the channel is correct.\n\nSigned-off-by: Ben Greear \u003cgreearb@candelatech.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "4d51e149a6231ea9cc210795cbc358a7c9a8e016",
      "tree": "94e929d18145e4873c1fc67b3bb583ebd795e765",
      "parents": [
        "8c79a61095936f81cb05e99062185cb987d524ab"
      ],
      "author": {
        "name": "Ben Greear",
        "email": "greearb@candelatech.com",
        "time": "Mon Feb 07 13:44:34 2011 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Feb 09 16:09:45 2011 -0500"
      },
      "message": "mac80211: Properly set work-item channel-type.\n\nSome were indirectly set to NO_HT (zero), but I think\nit\u0027s better to explicitly set it in case the enum ever\nchanges.  In cfg.c, it seems the channel-type was just\nignored (and thus always set to NO_HT).\n\nSigned-off-by: Ben Greear \u003cgreearb@candelatech.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8c79a61095936f81cb05e99062185cb987d524ab",
      "tree": "e62fbd1f7e0914bf22bb105d9ccd169f33d869f9",
      "parents": [
        "09db47b08a9b54f59ee1cfed80837fa2cae87bd1"
      ],
      "author": {
        "name": "Ben Greear",
        "email": "greearb@candelatech.com",
        "time": "Mon Feb 07 13:44:33 2011 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Feb 09 16:09:44 2011 -0500"
      },
      "message": "ath9k: Print channel-type in chan-change dbg message.\n\nSigned-off-by: Ben Greear \u003cgreearb@candelatech.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    }
  ],
  "next": "09db47b08a9b54f59ee1cfed80837fa2cae87bd1"
}
