)]}'
{
  "log": [
    {
      "commit": "aad14ceb45f5ff12da2ab5b37a596e6f81566515",
      "tree": "898380834d260961219b687e377b60c41f5f16e9",
      "parents": [
        "e9f935e3e8dc0bddd0df6d148165d95925422502"
      ],
      "author": {
        "name": "Rajkumar Manoharan",
        "email": "rmanohar@qca.qualcomm.com",
        "time": "Sun Sep 25 14:53:31 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:10 2011 -0400"
      },
      "message": "mac80211: Send the management frame at requested rate\n\nWhenever the scan request or tx_mgmt is requesting not to\nuse CCK rate for managemet frames through\nNL80211_ATTR_TX_NO_CCK_RATE attribute, then mac80211 should\nselect appropriate least non-CCK rate. This could help to\nsend P2P probes and P2P action frames at non 11b rates\nwithout diabling 11b rates globally.\n\nCc: Jouni Malinen \u003cjouni@qca.qualcomm.com\u003e\nSigned-off-by: Rajkumar Manoharan \u003crmanohar@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "e9f935e3e8dc0bddd0df6d148165d95925422502",
      "tree": "bbb5de5434d0dd0aa7a1b5894320b17ebee434b8",
      "parents": [
        "8ebafde00ed0c682fed8c34ac5ba90160ea0bb30"
      ],
      "author": {
        "name": "Rajkumar Manoharan",
        "email": "rmanohar@qca.qualcomm.com",
        "time": "Sun Sep 25 14:53:30 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:10 2011 -0400"
      },
      "message": "nl80211/cfg80211: Add support to disable CCK rate for management frame\n\nAdd a new nl80211 attribute to specify whether to send the management\nframes in CCK rate or not. As of now the wpa_supplicant is disabling\nCCK rate at P2P init itself. So this patch helps to send P2P probe\nrequest/probe response/action frames being sent at non CCK rate in 2GHz\nwithout disabling 11b rates.\n\nThis attribute is used with NL80211_CMD_TRIGGER_SCAN and\nNL80211_CMD_FRAME commands to disable CCK rate for management frame\ntransmission.\n\nCc: Jouni Malinen \u003cjouni@qca.qualcomm.com\u003e\nSigned-off-by: Rajkumar Manoharan \u003crmanohar@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8ebafde00ed0c682fed8c34ac5ba90160ea0bb30",
      "tree": "cc14065f04168bf10f342b29767d6cfa44e16f9d",
      "parents": [
        "84b1bec6d716fc8c289e2530cab109a6e097455b"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "dan.carpenter@oracle.com",
        "time": "Fri Sep 23 09:14:35 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:10 2011 -0400"
      },
      "message": "NFC: use after free on error\n\nWe returned a freed variable on some error paths when the intent was\nto return a NULL.  Part of the reason this was missed was that the\ncode was confusing because it had too many gotos so I removed them\nand simplified the flow a bit.\n\nSigned-off-by: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nAcked-by: Lauro Ramos Venancio \u003clauro.venancio@openbossa.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "84b1bec6d716fc8c289e2530cab109a6e097455b",
      "tree": "91659c23350ca7d93fa383ba9ea439d360140b8b",
      "parents": [
        "a2fa2462f05115722beb2443d081a72f4f4450ea"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Thu Sep 22 15:15:00 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:09 2011 -0400"
      },
      "message": "iwlagn: fix scan complete processing\n\nWhen we cancel a scan, the completion runs\nonly from the workqueue. This can cause the\nremain-on-channel scan to fail when another\none was just canceled, because we\u0027re still\naborting it.\n\nTo fix this, run the completion inline with\nthe lock still held before returning from\niwl_scan_cancel_timeout().\n\nAlso, to avoid the scan complete work from\ncompleting a new scan prematurely, add a\nnew STATUS_SCAN_COMPLETE bit.\n\nReported-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nTested-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "a2fa2462f05115722beb2443d081a72f4f4450ea",
      "tree": "a93ec6874c19dcde491759e389501ec38ea83402",
      "parents": [
        "f253247a944fcf5f48ca434331d9e4f72f5fef8d"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Thu Sep 22 15:14:59 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:09 2011 -0400"
      },
      "message": "iwlagn: move iwl_process_scan_complete up\n\nTo make the next patch easier to read, move\nthe function up, it\u0027ll be needed earlier in\nthis file in the next patch.\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "f253247a944fcf5f48ca434331d9e4f72f5fef8d",
      "tree": "1a86e468fc87aed6b89f487badce48c93448c1a7",
      "parents": [
        "98efb4a52b5c64c79647ea4fdb2c6a3f3db6e743"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Thu Sep 22 15:14:58 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:09 2011 -0400"
      },
      "message": "iwlagn: refactor scan complete\n\nWe\u0027ll need to be able to run scan complete\ninline, not from the workqueue, so refactor\nit.\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "98efb4a52b5c64c79647ea4fdb2c6a3f3db6e743",
      "tree": "06d87025170ccef3f24f6d4f6676e4aa6bb2c810",
      "parents": [
        "0288356272153f916f31b8331780a7336872f63b"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Thu Sep 22 15:14:57 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:08 2011 -0400"
      },
      "message": "iwlagn: make iwl_scan_cancel_timeout void\n\nThe return value of iwl_scan_cancel_timeout()\nisn\u0027t used anywhere, so let\u0027s just remove it.\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "0288356272153f916f31b8331780a7336872f63b",
      "tree": "0576a6033133fdc9824c82dc0324391b213b734a",
      "parents": [
        "325a7ddf7b27ed3ded3d7fb7c3313266e510a978"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Thu Sep 22 15:14:56 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:08 2011 -0400"
      },
      "message": "iwlagn: remove Kelvin support\n\nOnly 5150 series devices report their temperature\nin Kelvin, and for those we already convert it to\nCelsius when storing into priv-\u003etemperature, so\nthere\u0027s no way priv-\u003etemperature will ever be in\nKelvin. Remove support for this.\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "325a7ddf7b27ed3ded3d7fb7c3313266e510a978",
      "tree": "69675f6401c4332894ed92e5f019e6a2de9b383a",
      "parents": [
        "8bd2c1ead5e2b67270aedfc95dcac8d6955db4e5"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Thu Sep 22 15:14:55 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:08 2011 -0400"
      },
      "message": "iwlagn: fix slot programming\n\nWhen an AP mode interface is added with a DTIM\nperiod of two, the slot programming is wrong.\nFix it by taking into account the DTIM period.\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8bd2c1ead5e2b67270aedfc95dcac8d6955db4e5",
      "tree": "b31915ea6ed5c70d79e3f94dd60603152c44fbc1",
      "parents": [
        "7f90dce1ea9de432cf1f196c743a8d5a119e38ba"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Thu Sep 22 15:14:54 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:07 2011 -0400"
      },
      "message": "iwlagn: fix dangling scan request\n\nIf iwl_scan_initiate() fails for any reason,\npriv-\u003escan_request and priv-\u003escan_vif are left\ndangling. This can lead to a crash later when\niwl_bg_scan_completed() tries to run a pending\nscan request.\n\nIn practice, this seems to be very rare due to\nthe STATUS_SCANNING check earlier. That check,\nhowever, is wrong -- it should allow a scan to\nbe queued when a reset/roc scan is going on.\nWhen a normal scan is already going on, a new\none can\u0027t be issued by mac80211, so that code\ncan be removed completely. I introduced this\nbug when adding off-channel support in commit\n266af4c745952e9bebf687dd68af58df553cb59d.\n\nCc: stable@kernel.org [3.0]\nReported-by: Peng Yan \u003cpeng.yan@intel.com\u003e\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "7f90dce1ea9de432cf1f196c743a8d5a119e38ba",
      "tree": "a0168ed953d421deb1f669984c11e1808d1a11b4",
      "parents": [
        "1a8496137d3707061758df1f7df1e7700a4863fd"
      ],
      "author": {
        "name": "Emmanuel Grumbach",
        "email": "emmanuel.grumbach@intel.com",
        "time": "Thu Sep 22 15:14:53 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:07 2011 -0400"
      },
      "message": "iwlagn: use kcalloc when possible for array allocation\n\nAs everybody knows kcalloc checks the multiplication is safe and\nthat we don\u0027t run into overflow.\n\nSigned-off-by: Emmanuel Grumbach \u003cemmanuel.grumbach@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1a8496137d3707061758df1f7df1e7700a4863fd",
      "tree": "6da66f2ae5b1f62994862474eb9b8fbd98cea4ae",
      "parents": [
        "1895b36bfb6165feb8f0b2060114632e46798dfe"
      ],
      "author": {
        "name": "Emmanuel Grumbach",
        "email": "emmanuel.grumbach@intel.com",
        "time": "Thu Sep 22 15:14:52 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:07 2011 -0400"
      },
      "message": "iwlagn: update rate scaling with BA notifications\n\nIn the current code, the rate scaling isn\u0027t fed with\nstatistics from the BA notifications.\n\nThis is since my patch:\n\n\tiwlagn: reclaim the packets in transport layer\n\nFix that.\n\nSigned-off-by: Emmanuel Grumbach \u003cemmanuel.grumbach@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1895b36bfb6165feb8f0b2060114632e46798dfe",
      "tree": "5c2f4f08acfa4762290ed7a19325e83c717e469a",
      "parents": [
        "02dc84fe18482badbc8f2e45174d1147f8ebde0a"
      ],
      "author": {
        "name": "Wey-Yi Guy",
        "email": "wey-yi.w.guy@intel.com",
        "time": "Thu Sep 22 15:14:51 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:07 2011 -0400"
      },
      "message": "iwlagn: add debugging to show probe related info in scan notification\n\nAdd debugging to show the status of probe in scan notification\nto help debug probe related issues\n\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "02dc84fe18482badbc8f2e45174d1147f8ebde0a",
      "tree": "2c6037e503436b5d7d497ffd1e65d72e75d38dfe",
      "parents": [
        "b62ff718baab03ebfed6daa60882beffea9ab6c7"
      ],
      "author": {
        "name": "Emmanuel Grumbach",
        "email": "emmanuel.grumbach@intel.com",
        "time": "Thu Sep 22 15:14:50 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:06 2011 -0400"
      },
      "message": "iwlagn: set the sequence control from the transport layer\n\nSince all the queue logic has been moved to the transport layer,\nthe sequence number is set in the transport layer.\nWhile doing that I forgot that the mac header is copied to the\nTB of the TX cmd in the upper layer before the call to the transport\nlayer. So basically we used the sequence number from mac80211...\nThis was fine for the first assocation but after the second, mac80211\nresets its counters while we don\u0027t hence a shift that led to terrible\nimpact on performance.\n\nSigned-off-by: Emmanuel Grumbach \u003cemmanuel.grumbach@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "b62ff718baab03ebfed6daa60882beffea9ab6c7",
      "tree": "f7d18f58bdbd484f0505cddeee5e9a772a12b07d",
      "parents": [
        "511afa3bfbb421ff0e87086725367f762587ab87"
      ],
      "author": {
        "name": "Wey-Yi Guy",
        "email": "wey-yi.w.guy@intel.com",
        "time": "Thu Sep 22 15:14:49 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:06 2011 -0400"
      },
      "message": "MAINTAINERS: update iwlwifi\n\nChange to iwlwifi.git instead of iwlwifi-2.6.git\niwlwifi-2.6.git still works for backward compatibility\n\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "511afa3bfbb421ff0e87086725367f762587ab87",
      "tree": "6d24e62ac0a15bdbf5df5ba2cc4bee7af5f3a904",
      "parents": [
        "d56da92092c7808fea0b6ad85fd97095067a2616"
      ],
      "author": {
        "name": "Emmanuel Grumbach",
        "email": "emmanuel.grumbach@intel.com",
        "time": "Thu Sep 22 07:15:37 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:06 2011 -0400"
      },
      "message": "iwlagn: sparse warning priv-\u003etemperature is signed\n\nSince priv-\u003etemperature is signed, we cannot use debugfs_create_u32\nto refer to it.\nUse a regular debugfs file instead.\n\nSigned-off-by: Emmanuel Grumbach \u003cemmanuel.grumbach@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "d56da92092c7808fea0b6ad85fd97095067a2616",
      "tree": "e89ccd1c07d0acb6a99fb94b059c4467a2036e1f",
      "parents": [
        "1a8f0d39a04beb0fd61f46ed99fd05189083b409"
      ],
      "author": {
        "name": "Emmanuel Grumbach",
        "email": "emmanuel.grumbach@intel.com",
        "time": "Thu Sep 22 07:15:36 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:05 2011 -0400"
      },
      "message": "iwlagn: remove warning in iwl_rx_handle\n\nTxid was used without being initialized.\n\nSigned-off-by: Emmanuel Grumbach \u003cemmanuel.grumbach@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1a8f0d39a04beb0fd61f46ed99fd05189083b409",
      "tree": "69ebe9531447353da42dd97a1c93c78b92c3d316",
      "parents": [
        "38f04c6b1b682f1879441e2925403ad9aff9e229"
      ],
      "author": {
        "name": "Felix Fietkau",
        "email": "nbd@openwrt.org",
        "time": "Thu Sep 22 08:04:32 2011 -0600"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:05 2011 -0400"
      },
      "message": "ath9k: fix a regression in ath9k_ps_restore\n\nAfter \u0027ath9k: optimize ath9k_ps_restore\u0027, it would only send the device to\nnetwork sleep and not to full sleep anymore, potentially causing more\nbattery drain.\n\nReported-by: Vivek Natarajan \u003cnataraja@qca.qualcomm.com\u003e\nSigned-off-by: Felix Fietkau \u003cnbd@openwrt.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "38f04c6b1b682f1879441e2925403ad9aff9e229",
      "tree": "cfd23b3e84b078049b69b81a0fe10f4442ca503f",
      "parents": [
        "de054799b7ffee8ce1e3971a8dcd7816ccf04977"
      ],
      "author": {
        "name": "Ilan Elias",
        "email": "ilane@ti.com",
        "time": "Thu Sep 22 11:36:19 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:05 2011 -0400"
      },
      "message": "NFC: protect nci_data_exchange transactions\n\nProtect \u0027cb\u0027 and \u0027cb_context\u0027 arguments in nci_data_exchange.\nIn fact, this implements a queue with max length of 1 data\nexchange transactions in parallel.\n\nSigned-off-by: Ilan Elias \u003cilane@ti.com\u003e\nAcked-by: Lauro Ramos Venancio \u003clauro.venancio@openbossa.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "de054799b7ffee8ce1e3971a8dcd7816ccf04977",
      "tree": "897861c1135c73629c2bbb317583bef487c2bc74",
      "parents": [
        "2eb1dc101e6ed62fda64a426ffd864c03e550bc2"
      ],
      "author": {
        "name": "Ilan Elias",
        "email": "ilane@ti.com",
        "time": "Thu Sep 22 11:13:01 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:04 2011 -0400"
      },
      "message": "NFC: implicitly deactivate in nci_start_poll\n\nWhen start_poll is called, and a target was implicitly activated,\nwe need to implicitly deactivate it.\nOn the other hand, when the target was activated by the user,\nwe should not deactivate it.\n\nSigned-off-by: Ilan Elias \u003cilane@ti.com\u003e\nAcked-by: Lauro Ramos Venancio \u003clauro.venancio@openbossa.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "2eb1dc101e6ed62fda64a426ffd864c03e550bc2",
      "tree": "cb9f10c7c87d55474a3e9a37300d4c4d18c0c4cb",
      "parents": [
        "5cf80993add2d01dcfe3283cb290998b9d3d72cd"
      ],
      "author": {
        "name": "Ilan Elias",
        "email": "ilane@ti.com",
        "time": "Thu Sep 22 10:47:52 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:04 2011 -0400"
      },
      "message": "NFC: improve readability of an \u0027if\u0027 in nci core.c\n\nSigned-off-by: Ilan Elias \u003cilane@ti.com\u003e\nAcked-by: Lauro Ramos Venancio \u003clauro.venancio@openbossa.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "5cf80993add2d01dcfe3283cb290998b9d3d72cd",
      "tree": "5169c1dde2837376e0883021aa509f61014d2197",
      "parents": [
        "4ed5d521b062b7256dcfe46a3194f89ff44fdc66"
      ],
      "author": {
        "name": "Amitkumar Karwar",
        "email": "akarwar@marvell.com",
        "time": "Wed Sep 21 21:43:25 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:04 2011 -0400"
      },
      "message": "mwifiex: reset skb length before inserting to free queue\n\nAfter handling command response, cmd skb is inserted into command\nfree queue(which keeps track of availabile skbs) for reuse purpose.\nSkb length is not getting reset to zero here. This patch takes care\nof it.\n\nSigned-off-by: Amitkumar Karwar \u003cakarwar@marvell.com\u003e\nSigned-off-by: Yogesh Ashok Powar \u003cyogeshp@marvell.com\u003e\nSigned-off-by: Bing Zhao \u003cbzhao@marvell.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "4ed5d521b062b7256dcfe46a3194f89ff44fdc66",
      "tree": "76e9cf45205f50519ba05bcd6aefce081c89cd86",
      "parents": [
        "5116f3cef206e7fcd6023ba8595a6321f33c2044"
      ],
      "author": {
        "name": "Amitkumar Karwar",
        "email": "akarwar@marvell.com",
        "time": "Wed Sep 21 21:43:24 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:03 2011 -0400"
      },
      "message": "mwifiex: pass correct band parameter to ieee80211_channel_to_frequency()\n\nieee80211_channel_to_frequency() routine expects band parameter in\nthe form of \"enum ieee80211_band band\". Currently driver specific\nband (BAND_A, BAND_AN etc.) is passed to the routine.\n\nThis patch makes sure that correct parameter is passed.\n\nSigned-off-by: Amitkumar Karwar \u003cakarwar@marvell.com\u003e\nSigned-off-by: Bing Zhao \u003cbzhao@marvell.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "5116f3cef206e7fcd6023ba8595a6321f33c2044",
      "tree": "8742cda80ed3e983442cb64717829fcb6a63e601",
      "parents": [
        "d06b7b9e1fd5f2512840a687bd13b50caa42f82b"
      ],
      "author": {
        "name": "Amitkumar Karwar",
        "email": "akarwar@marvell.com",
        "time": "Wed Sep 21 21:43:23 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:03 2011 -0400"
      },
      "message": "mwifiex: update bss band information\n\nIn recent commit \"mwifiex: use cfg80211 dynamic scan...\"\n(7c6fa2a843..) scan table handling in driver is removed to\nmake use of cfg80211 dynamic scan table. Now driver sends\nbeacon buffers found in scanning directly to stack and parse\nthe buffer for requested BSS only during association.\n\nBeacon buffer doesn\u0027t contain bss band information. Driver\ngets it from firmware in separate tlv (chan_band_tlv).\nCurrently since we don\u0027t inform stack about bss bandinfo,\nthere is an issue with 5GHz association.\n\nUse \"priv\" field of struct cfg80211_bss to store bandinfo.\nThis fixes 5GHz association issue.\n\nSigned-off-by: Amitkumar Karwar \u003cakarwar@marvell.com\u003e\nSigned-off-by: Bing Zhao \u003cbzhao@marvell.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "d06b7b9e1fd5f2512840a687bd13b50caa42f82b",
      "tree": "addd4f7b5ab6696505fcd9113ce3c48dcda0fc73",
      "parents": [
        "177c3732feda607adcd07aefd8ecfd79c9f0bd53"
      ],
      "author": {
        "name": "Amitkumar Karwar",
        "email": "akarwar@marvell.com",
        "time": "Wed Sep 21 21:43:22 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:02 2011 -0400"
      },
      "message": "mwifiex: fix 5GHz association issue\n\nSometimes association in 5GHz doesn\u0027t work. Dmesg log shows\n\"Can not find requested SSID xyz\" error message. Currently\nwhile preparing scan channel list for firmware Null entries\nare created for disabled channels. The routine which retrieves\nthis list ignores channels after Null entry. Hence sometimes\ndriver doesn\u0027t scan the channel of requested AP and association\nfails. The issue is fixed by avoiding those NULL entries.\n\nSigned-off-by: Amitkumar Karwar \u003cakarwar@marvell.com\u003e\nSigned-off-by: Bing Zhao \u003cbzhao@marvell.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "177c3732feda607adcd07aefd8ecfd79c9f0bd53",
      "tree": "9b47315ffba2c922b516ecf8f1a83f85c4512feb",
      "parents": [
        "93dbd82808d4c53869aaf5e2db73b646f8d6f15e"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Wed Sep 21 21:44:15 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:02 2011 -0400"
      },
      "message": "b43: LCN-PHY: minor clean ups\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "93dbd82808d4c53869aaf5e2db73b646f8d6f15e",
      "tree": "54270071723d1e84f7045c8650e5d8492b4eb609",
      "parents": [
        "7955d87f5ce94bb19554892b5dee963f276fd265"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Wed Sep 21 21:44:14 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:02 2011 -0400"
      },
      "message": "b43: update dummy transmission\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "7955d87f5ce94bb19554892b5dee963f276fd265",
      "tree": "f38b4dfa9f79948769e0525f8c4d98a579d082bd",
      "parents": [
        "b4c3f34afffcab01b6eb5155399a0b85b1123ada"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Wed Sep 21 21:44:13 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:01 2011 -0400"
      },
      "message": "b43: add missing MMIO defines\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "b4c3f34afffcab01b6eb5155399a0b85b1123ada",
      "tree": "9019bab4db3f53b9029b787704e2cbd19a742af6",
      "parents": [
        "38ba3c57af1c737966fb58bcbeecdc71f5f4fa90"
      ],
      "author": {
        "name": "Daniel Drake",
        "email": "dsd@laptop.org",
        "time": "Wed Sep 21 18:43:59 2011 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:34:01 2011 -0400"
      },
      "message": "libertas: scan behaviour consistency improvements\n\nWhen scanning for the broadcast SSID, there is no need to add the\nSSID TLV (restoring the behaviour of the driver behaviour in the wext\ndays, confirmed in Marvell specifications).\n\nIf bssid is unspecified, the current scan code will usually fire off an\nactive scan probing for the specific requested SSID. However, if a scan\nis ongoing (or has just finished), those scan results will be used\ninstead (even if that scan is totally different, e.g. a passive scan on\nchannel 4 for a different SSID). Fix this inconsistency by always\nfiring off a scan when associating without a bssid.\n\nSigned-off-by: Daniel Drake \u003cdsd@laptop.org\u003e\nAcked-by: Dan Williams \u003cdcbw@redhat.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "38ba3c57af1c737966fb58bcbeecdc71f5f4fa90",
      "tree": "5c2539d3c2cf8e2d0728917ecc4227efcb5774b9",
      "parents": [
        "6d30240e3d68f1da7303801f840132d0821f1767"
      ],
      "author": {
        "name": "Jouni Malinen",
        "email": "jouni@qca.qualcomm.com",
        "time": "Wed Sep 21 18:14:56 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:29:54 2011 -0400"
      },
      "message": "cfg80211: Validate cipher suite against supported ciphers\n\nInstead of using a hardcoded list of cipher suites in nl80211.c, use a\nshared function in util.c to verify that the driver advertises support\nfor the specified cipher. This provides more accurate validation of the\nvalues and allows vendor-specific cipher suites to be added in drivers.\n\nSigned-off-by: Jouni Malinen \u003cjouni@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "6d30240e3d68f1da7303801f840132d0821f1767",
      "tree": "56bb2d85ccda77d9d12187cc699e9820d3161de7",
      "parents": [
        "37a41b4affa33bb237d3692bf51f1b5ebcaf29d8"
      ],
      "author": {
        "name": "Jouni Malinen",
        "email": "jouni@qca.qualcomm.com",
        "time": "Wed Sep 21 18:11:33 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:29:54 2011 -0400"
      },
      "message": "cfg80211: Remove strict validation of AKM suites\n\nNL80211_ATTR_AKM_SUITES can be used to configure new AKMs, like FT or\nthe SHA-256 -based AKMs or FT from 802.11r/802.11w. In addition, vendor\nspecific AKMs could be used. The current validation code for the connect\ncommand prevents cfg80211-based drivers from using these mechanisms even\nif the driver would not actually use this AKM value (i.e., it uses\nWPA/RSN IE from user space). mac80211-based drivers allow any AKM to be\nused since this value is not used there.\n\nRemove the unnecessary validation step in cfg80211 to allow drivers to\ndecide what AKMs are supported. In theory, we could handle this by\nadvertising supported AKMs, but that would not be very effective unless\nwe enforce all drivers (including mac80211) to advertise the set of\nsupported AKMs. This would require additional changes in many places\nwhenever a new AKM is introduced even though no actually functionality\nchanges may be required in most drivers.\n\nSigned-off-by: Jouni Malinen \u003cjouni@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "37a41b4affa33bb237d3692bf51f1b5ebcaf29d8",
      "tree": "0201e166912d12bd8270b2117b11717756cfd5db",
      "parents": [
        "129321804e36721e71fadcab5b475bd37bf53044"
      ],
      "author": {
        "name": "Eliad Peller",
        "email": "eliad@wizery.com",
        "time": "Wed Sep 21 14:06:11 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:27:48 2011 -0400"
      },
      "message": "mac80211: add ieee80211_vif param to tsf functions\n\nTSF can be kept per vif.\nAdd ieee80211_vif param to set/get/reset_tsf, and move\nthe debugfs entries to the per-vif directory.\n\nUpdate all the drivers that implement these callbacks.\n\nSigned-off-by: Eliad Peller \u003celiad@wizery.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "129321804e36721e71fadcab5b475bd37bf53044",
      "tree": "ee508901eec5e9def4cd2764ee89ae0fd2c983e9",
      "parents": [
        "85a8eefdc9ee5ec222fb146a4df5d67c306488c4"
      ],
      "author": {
        "name": "Mohammed Shafi Shajakhan",
        "email": "mohammed@qca.qualcomm.com",
        "time": "Wed Sep 21 14:22:49 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:27:47 2011 -0400"
      },
      "message": "ath9k: add Block ACK bitmap in sample debug\n\nthis represents the bitmap of block ACK received after the\nsuccessful transmission of an aggregate frame. also made few\nchanges to beautify the display\n\nSigned-off-by: Mohammed Shafi Shajakhan \u003cmohammed@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "85a8eefdc9ee5ec222fb146a4df5d67c306488c4",
      "tree": "aa6929ffc9ec2a909e63b9f0125f78101e11164c",
      "parents": [
        "bb8f2cb284f1afa430a252d306d2bb29f6b9ce64",
        "6b661895a195f244097a60d4d4c9f09983d7efc7"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:20:23 2011 -0400"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:20:23 2011 -0400"
      },
      "message": "Merge branch \u0027for-linville\u0027 of git://github.com/lucacoelho/wl12xx\n"
    },
    {
      "commit": "bb8f2cb284f1afa430a252d306d2bb29f6b9ce64",
      "tree": "276a6b0f52c1d6a15bfbff4bf09cdaf2a5bdbb39",
      "parents": [
        "ed46fdfc54d2d4523fdd727708fe0b9e2be993cc",
        "ab0ff76d1bda3b3b3e65caaa0cc5e4b01a81b2ee"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:15:00 2011 -0400"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 27 14:15:00 2011 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of git://github.com/padovan/bluetooth-next\n"
    },
    {
      "commit": "6b661895a195f244097a60d4d4c9f09983d7efc7",
      "tree": "46d40196df2a342e6b075eb4630879ecbdd80b18",
      "parents": [
        "f80c2d12e51845c3a697e9ce9d8a98287f1aae38"
      ],
      "author": {
        "name": "Arik Nemtsov",
        "email": "arik@wizery.com",
        "time": "Thu Sep 22 09:52:06 2011 +0300"
      },
      "committer": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Fri Sep 23 15:59:55 2011 +0300"
      },
      "message": "wl12xx: report the stop_ba event to all STAs in AP-mode\n\nUse the AP_MAX_LINKS as the upper boundary for traversing the links array,\nthereby guaranteeing BA sessions with all connected STAs are stopped when\nthe stop_ba event is received.\n\nSigned-off-by: Arik Nemtsov \u003carik@wizery.com\u003e\nSigned-off-by: Luciano Coelho \u003ccoelho@ti.com\u003e\n"
    },
    {
      "commit": "f80c2d12e51845c3a697e9ce9d8a98287f1aae38",
      "tree": "8de53fa6d9a15cab81967515a14c1e90bc091382",
      "parents": [
        "af7fbb28efff0c0d8fc0852ad6622e5437a7611e"
      ],
      "author": {
        "name": "Arik Nemtsov",
        "email": "arik@wizery.com",
        "time": "Thu Sep 22 09:52:05 2011 +0300"
      },
      "committer": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Fri Sep 23 15:59:54 2011 +0300"
      },
      "message": "wl12xx: correct fw_status structure for 8 sta support in AP-mode\n\nFix an erroneous labeling of array boundaries in the fw_status structure.\n\nReported-by: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nSigned-off-by: Arik Nemtsov \u003carik@wizery.com\u003e\nSigned-off-by: Luciano Coelho \u003ccoelho@ti.com\u003e\n"
    },
    {
      "commit": "af7fbb28efff0c0d8fc0852ad6622e5437a7611e",
      "tree": "53afcd5afb6666c61c52a901b706689a1aab43d9",
      "parents": [
        "68eaaf6ee5ac35d8e592834219cee9c9e88fdb24"
      ],
      "author": {
        "name": "Eliad Peller",
        "email": "eliad@wizery.com",
        "time": "Mon Sep 19 13:51:42 2011 +0300"
      },
      "committer": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Fri Sep 23 15:59:45 2011 +0300"
      },
      "message": "wl12xx: implement set_bitrate_mask callback\n\nSave the configured bitrate, and use the min allowed rate\nas the basic rate (e.g. when scanning).\n\nSigned-off-by: Eliad Peller \u003celiad@wizery.com\u003e\nSigned-off-by: Luciano Coelho \u003ccoelho@ti.com\u003e\n"
    },
    {
      "commit": "68eaaf6ee5ac35d8e592834219cee9c9e88fdb24",
      "tree": "45bb00cb06c9b1cedbe8e19cfd641086a8688cee",
      "parents": [
        "df4c849f4608e8962f019fea6021ebd602a11641"
      ],
      "author": {
        "name": "Arik Nemtsov",
        "email": "arik@wizery.com",
        "time": "Sat Sep 03 20:22:03 2011 +0300"
      },
      "committer": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Fri Sep 23 14:43:32 2011 +0300"
      },
      "message": "wl12xx: AP mode - support hidden SSID\n\nIf a hidden SSID is requested, generate a probe response template\ncontaining the real SSID.\n\nDepends on the patch \"mac80211: add ssid config to bss information\nin AP-mode\".\n\nSigned-off-by: Arik Nemtsov \u003carik@wizery.com\u003e\nSigned-off-by: Luciano Coelho \u003ccoelho@ti.com\u003e\n"
    },
    {
      "commit": "df4c849f4608e8962f019fea6021ebd602a11641",
      "tree": "e98627f5057146c0e2306b0cb840736b9597be4d",
      "parents": [
        "c6930b07b3d0a8c529e1d9287bd5994319cf447d"
      ],
      "author": {
        "name": "Eliad Peller",
        "email": "eliad@wizery.com",
        "time": "Thu Sep 15 16:05:47 2011 +0300"
      },
      "committer": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Fri Sep 23 14:38:51 2011 +0300"
      },
      "message": "wl12xx: Use dev_hlid for auth and assoc req\n\nOn roaming, the auth and assoc req are sent with the sta\nhlid. This is wrong, as the sta hlid is configured according\nto the old ap. Use the dev_hlid instead.\n\nMove the wl1271_tx_update_filters() call into wl1271_tx_get_hlid(),\nso wl-\u003edev_hlid will be valid.\n\nSigned-off-by: Eliad Peller \u003celiad@wizery.com\u003e\nSigned-off-by: Luciano Coelho \u003ccoelho@ti.com\u003e\n"
    },
    {
      "commit": "c6930b07b3d0a8c529e1d9287bd5994319cf447d",
      "tree": "cc9ce9e593092f26892ec47a57d0d8d3d23420e8",
      "parents": [
        "26b4bf2e0f0dbafa4dd575b03ffcb12710ef5611"
      ],
      "author": {
        "name": "Eliad Peller",
        "email": "eliad@wizery.com",
        "time": "Thu Sep 15 13:00:01 2011 +0300"
      },
      "committer": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Fri Sep 23 14:38:49 2011 +0300"
      },
      "message": "wl12xx: send all pending packets on channel change\n\nThere is a race condition between wl1271_tx_work() and the\nchannel switch, so make sure all the pending packets are\nbeing sent before switching channel.\n\nSigned-off-by: Eliad Peller \u003celiad@wizery.com\u003e\nSigned-off-by: Luciano Coelho \u003ccoelho@ti.com\u003e\n"
    },
    {
      "commit": "26b4bf2e0f0dbafa4dd575b03ffcb12710ef5611",
      "tree": "a64b3882e02f2ca062e9a446d6fd46772c1ea5fa",
      "parents": [
        "d48055d9fc730a7389bac782f98a96de763129e3"
      ],
      "author": {
        "name": "Eliad Peller",
        "email": "eliad@wizery.com",
        "time": "Thu Sep 15 12:07:05 2011 +0300"
      },
      "committer": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Fri Sep 23 14:38:47 2011 +0300"
      },
      "message": "wl12xx: remove P2P ie from probe response\n\nwl12xx uses a single probe response template, regardless of\nthe probe request.\nHowever, the P2P spec forbids including the p2p ie in some\ncases (e.g. the probe request didn\u0027t include the p2p ie).\n\nThe fw responds only to probe requests that don\u0027t\ninclude the p2p ie, and passes up probe requests that\ninclude them (the supplicant will answer them).\n\nThus, strip the p2p ie from the probe response template.\n\nSigned-off-by: Eliad Peller \u003celiad@wizery.com\u003e\nSigned-off-by: Luciano Coelho \u003ccoelho@ti.com\u003e\n"
    },
    {
      "commit": "d48055d9fc730a7389bac782f98a96de763129e3",
      "tree": "da5cc08a534992f807a36d572789c2b381927ea5",
      "parents": [
        "06b660e1a31cf1c7bdcfb87ebf7785dd715b7d17"
      ],
      "author": {
        "name": "Eliad Peller",
        "email": "eliad@wizery.com",
        "time": "Thu Sep 15 12:07:04 2011 +0300"
      },
      "committer": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Fri Sep 23 14:38:47 2011 +0300"
      },
      "message": "wl12xx: remove TIM ie from probe response\n\nwl12xx uses the beacon as the probe response template.\nHowever, the beacon includes a TIM ie, which shouldn\u0027t\nexist in the probe response.\n\nDelete it from the skb before configuring the probe\nresponse template.\n\nSigned-off-by: Eliad Peller \u003celiad@wizery.com\u003e\nSigned-off-by: Luciano Coelho \u003ccoelho@ti.com\u003e\n"
    },
    {
      "commit": "06b660e1a31cf1c7bdcfb87ebf7785dd715b7d17",
      "tree": "304b5357ab15bb2c3e979117460b3e0deee28a41",
      "parents": [
        "d3b104ae22a761dbec8410e6e66ac048c9ff9b5f"
      ],
      "author": {
        "name": "Shahar Levi",
        "email": "shahar_levi@ti.com",
        "time": "Mon Sep 05 13:54:36 2011 +0300"
      },
      "committer": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Fri Sep 23 14:21:36 2011 +0300"
      },
      "message": "wl12xx: Include OFDM rates in IBSS mode\n\nWe were including only 11b rates in IBSS mode.  This patch adds OFDM\nrates.\n\n[Rephrased commit log and removed one unnecessary comment. -- Luca]\n\nSigned-off-by: Shahar Levi \u003cshahar_levi@ti.com\u003e\nSigned-off-by: Luciano Coelho \u003ccoelho@ti.com\u003e\n"
    },
    {
      "commit": "d3b104ae22a761dbec8410e6e66ac048c9ff9b5f",
      "tree": "fef3c96d8c375d184d6a830c0a38d7ddd977beec",
      "parents": [
        "6cd9d21a0c1e2648c07c32c66bb25795ad3208aa"
      ],
      "author": {
        "name": "Shahar Levi",
        "email": "shahar_levi@ti.com",
        "time": "Mon Sep 12 10:00:37 2011 +0300"
      },
      "committer": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Fri Sep 23 14:11:31 2011 +0300"
      },
      "message": "wl12xx: fix sdio_test module functionality\n\nDue to some changes in PM in recent kernels, the sdio_test module has\nbeen broken for a while.  This patch fixes the code that powers the\ncard on and off.\n\nAlso made some small indentation fixes in the Makefile.\n\n[Rephrased commit log and removed the change in the FW name, since\nit\u0027s done in another patch. -- Luca]\n\nSigned-off-by: Shahar Levi \u003cshahar_levi@ti.com\u003e\nSigned-off-by: Luciano Coelho \u003ccoelho@ti.com\u003e\n"
    },
    {
      "commit": "6cd9d21a0c1e2648c07c32c66bb25795ad3208aa",
      "tree": "e44cf39abf2ef7925e8c2ee74cb271a96379b2d9",
      "parents": [
        "ed46fdfc54d2d4523fdd727708fe0b9e2be993cc"
      ],
      "author": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Thu Sep 22 10:06:10 2011 +0300"
      },
      "committer": {
        "name": "Luciano Coelho",
        "email": "coelho@ti.com",
        "time": "Thu Sep 22 13:21:41 2011 +0300"
      },
      "message": "wl12xx: fix forced passive scans\n\nWe were using incorrect max and min dwell times during forced passive\nscans because we were still using the active scan states to scan\n(passively) the channels that were not marked as passive.\n\nInstead of doing passive scans in active states, we now skip active\nstates and scan for all channels in passive states.\n\nCc: \u003cstable@kernel.org\u003e # 2.6.36+\nSigned-off-by: Luciano Coelho \u003ccoelho@ti.com\u003e\n"
    },
    {
      "commit": "ed46fdfc54d2d4523fdd727708fe0b9e2be993cc",
      "tree": "89fb3856cfefb90a846c8a3de41e67953381aeac",
      "parents": [
        "49753128d8fc976576c497c81962cf1ae57174aa"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Wed Sep 21 11:02:37 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:44 2011 -0400"
      },
      "message": "nfc: NFC_WILINK depends on NFC_NCI\n\nnwcwilink.c uses nci_*() interfaces, so it should depend on\nNFC_NCI.\n\nFixes these build errors:\nERROR: \"nci_register_device\" [drivers/nfc/nfcwilink.ko] undefined!\nERROR: \"nci_allocate_device\" [drivers/nfc/nfcwilink.ko] undefined!\nERROR: \"nci_recv_frame\" [drivers/nfc/nfcwilink.ko] undefined!\nERROR: \"nci_free_device\" [drivers/nfc/nfcwilink.ko] undefined!\nERROR: \"nci_unregister_device\" [drivers/nfc/nfcwilink.ko] undefined!\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "49753128d8fc976576c497c81962cf1ae57174aa",
      "tree": "ec6b2dd4e2ef4ec7cf2421f9989bfba240605c3a",
      "parents": [
        "aef0ba54ecb961ae559106540f37ab734b64410d"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "dan.carpenter@oracle.com",
        "time": "Wed Sep 21 10:13:56 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:44 2011 -0400"
      },
      "message": "mwifiex: remove unneeded NULL check\n\nWe dereference \"rate\" on the lines before so the checks here are too\nlate to help.  This function is only called from\nmwifiex_dump_station_info() and \"rate\" is always a non-NULL pointer\nso the check can be removed.\n\nSigned-off-by: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nAcked-by: Bing Zhao \u003cbzhao@marvell.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "aef0ba54ecb961ae559106540f37ab734b64410d",
      "tree": "c843e86fccd74a5c50cf632a356e937590f09a36",
      "parents": [
        "5adcb81037558aa545676f78dea2b2ce6c3b5819"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "dan.carpenter@oracle.com",
        "time": "Wed Sep 21 10:13:29 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:44 2011 -0400"
      },
      "message": "mwifiex: add a kfree() to an error path\n\nWe\u0027re not likely to hit this small memory leak, but lets fix it\nanyway to keep the static checkers happy.\n\nSigned-off-by: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nAcked-by: Bing Zhao \u003cbzhao@marvell.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "5adcb81037558aa545676f78dea2b2ce6c3b5819",
      "tree": "3306c2671da98f860d7d374729064b191cdbe72e",
      "parents": [
        "08ecf10441c79ebebe5ce6b6ff9a06c586f5895c"
      ],
      "author": {
        "name": "Amit Beka",
        "email": "amit.beka@intel.com",
        "time": "Tue Sep 20 15:37:27 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:43 2011 -0400"
      },
      "message": "iwlagn: remove duplicate list init\n\niwl_trans_rx_alloc is only called from iwl_rx_init, so no need\nto init the lists twice.\n\nSigned-off-by: Amit Beka \u003camit.beka@intel.com\u003e\nSigned-off-by: Emmanuel Grumbach \u003cemmanuel.grumbach@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "08ecf10441c79ebebe5ce6b6ff9a06c586f5895c",
      "tree": "85a81389ac8eebdfe6aaf34e4278a20fd803ff7b",
      "parents": [
        "edb5c2f38d3eef3a45457846a76732586f6bcf5c"
      ],
      "author": {
        "name": "Emmanuel Grumbach",
        "email": "emmanuel.grumbach@intel.com",
        "time": "Tue Sep 20 15:37:26 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:43 2011 -0400"
      },
      "message": "iwlagn: pending frames musn\u0027t be incremented if agg is on\n\nDuring my works on the transport layer I removed code that updated\na local variable (is_agg) that is needed to keep the pending_frames\ncount up to date. Fix this.\n\nAlso, there should be no way to have a packet with TX_CTL_AMPDU set\nwhile the internal aggregation state machine is not in AGG_ON state.\nAdd a WARN_ON to ensure that.\n\nSigned-off-by: Emmanuel Grumbach \u003cemmanuel.grumbach@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "edb5c2f38d3eef3a45457846a76732586f6bcf5c",
      "tree": "1756039201a708276d7961a92c8bb3ed5b457040",
      "parents": [
        "132f98c2dc702940ed2bb58e7aa48432c2c62f7b"
      ],
      "author": {
        "name": "Emmanuel Grumbach",
        "email": "emmanuel.grumbach@intel.com",
        "time": "Tue Sep 20 15:37:25 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:43 2011 -0400"
      },
      "message": "iwlagn: remove uneeded declaration\n\nThis has been removed but the declaration hasn\u0027t.\n\nSigned-off-by: Emmanuel Grumbach \u003cemmanuel.grumbach@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "132f98c2dc702940ed2bb58e7aa48432c2c62f7b",
      "tree": "3e7809c7544639b75ad78a1a1ec6f61a6d0edc91",
      "parents": [
        "247c61d625154e18a105d663281c52376a882762"
      ],
      "author": {
        "name": "Emmanuel Grumbach",
        "email": "emmanuel.grumbach@intel.com",
        "time": "Tue Sep 20 15:37:24 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:43 2011 -0400"
      },
      "message": "iwlagn: simplify the iwl_device_cmd layout\n\nThis simplifies both the transport layer and the upper layer.\n\nKill the union in the device command, which avoids the funny syntax\nwe had: cmd-\u003ecmd.payload.\n\nSigned-off-by: Emmanuel Grumbach \u003cemmanuel.grumbach@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "247c61d625154e18a105d663281c52376a882762",
      "tree": "ec06a3824fda8a119cef3f7338826b4d25eee656",
      "parents": [
        "390808db4ab5c658dc1eb8078d82027ce7d0ea78"
      ],
      "author": {
        "name": "Emmanuel Grumbach",
        "email": "emmanuel.grumbach@intel.com",
        "time": "Tue Sep 20 15:37:23 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:42 2011 -0400"
      },
      "message": "iwlagn: remove the callback in host commands\n\nBefore this patch, the upper layer could register a callback for each\nhost command. This mechanism allowed the upper layer to have\ndifferent callbacks for the same command ID. In fact, it wasn\u0027t used\nand the rx_handlers is enough: same callback for all the command with\na specific command ID.\n\nThe iwl_send_add_station needs the access the command that was sent\nwhile handling the response (regardless if the command was sent in\nSYNC or ASYNC mode). So now, all the handlers receive the host\ncommand that was sent. This implies a change in the handler signature.\n\nSigned-off-by: Emmanuel Grumbach \u003cemmanuel.grumbach@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "390808db4ab5c658dc1eb8078d82027ce7d0ea78",
      "tree": "4e584861dfdd93b6ace23b63e10678b7e7f0042e",
      "parents": [
        "c68929060181eb088bef252c5f493a66a44e77b1"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Sep 20 15:37:22 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:42 2011 -0400"
      },
      "message": "iwlagn: split remain-on-channel\n\nIf we\u0027re associated and want to do P2P at the same\ntime, the scan for remain-on-channel is currently\nlimited to 80ms because of the way the device will\nbehave in that case. Instead of doing that, split\nup the dwell times into little pieces. It will not\nactually be a single big dwell time then, but will\nbe close enough. This improves robustness of P2P\nin such scenarios.\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "c68929060181eb088bef252c5f493a66a44e77b1",
      "tree": "fc367491aafc18d859ac27afaf2fbb077f55c0df",
      "parents": [
        "6e809a16d98efa8b1483a25ab8886dd2aa200d0f"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Sep 20 15:37:21 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:42 2011 -0400"
      },
      "message": "iwlagn: remove common station priv\n\nSince the driver split there\u0027s no more need for\nshared/non-shared private station data so remove\nstruct iwl_station_priv_common entirely.\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.w.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "6e809a16d98efa8b1483a25ab8886dd2aa200d0f",
      "tree": "86f1c8443cb82c766910ff53451468994f559840",
      "parents": [
        "ba4a14e1024fd783f0e56d96538a959a44651897"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Sep 20 15:37:20 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:41 2011 -0400"
      },
      "message": "iwlagn: move scan code to scan file\n\nSince the driver split there\u0027s no longer a need\nto have the scan code scattered across multiple\nfiles, so move it all back to iwl-scan.c\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: Wey-Yi Guy \u003cwey-yi.guy@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "ba4a14e1024fd783f0e56d96538a959a44651897",
      "tree": "638fed1f879c37625ca9270b17d68824d13f5823",
      "parents": [
        "6f2d93353a48af4d5b6ea2a79994d7c9a94b356a"
      ],
      "author": {
        "name": "Thomas Pedersen",
        "email": "thomas@cozybit.com",
        "time": "Tue Sep 20 13:43:32 2011 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:41 2011 -0400"
      },
      "message": "mac80211: notify peer when shutting down peer link\n\nSend a Mesh Peering Close frame when we deactivate a mesh peer link.\n\nSigned-off-by: Thomas Pedersen \u003cthomas@cozybit.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "6f2d93353a48af4d5b6ea2a79994d7c9a94b356a",
      "tree": "5ce98ab1b817d4b177c68b89f1da0e541e2f35a9",
      "parents": [
        "da3ba88a9996cd64c6768bed5727e02da81e2c8d"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Sep 20 17:40:51 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Sep 21 16:19:41 2011 -0400"
      },
      "message": "mac80211: fix AP/VLAN PS buffer race\n\nWhen an AP interface is removed without the\nAP/VLAN interfaces having been removed before\nalready, the AP-VLAN interface might still\nhave sleeping stations and buffer multicast\nframes which will happen on the AP interface.\nThus, we need to remove AP/VLAN interfaces\nbefore purging buffered broadcast frames.\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "ab0ff76d1bda3b3b3e65caaa0cc5e4b01a81b2ee",
      "tree": "5db5580132cedfdfe55139ac9da468a7429c264b",
      "parents": [
        "f8523598ee608a8c4d1f3bbd3639785be3321111"
      ],
      "author": {
        "name": "Luiz Augusto von Dentz",
        "email": "luiz.von.dentz@intel.com",
        "time": "Mon Sep 12 20:00:50 2011 +0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:59:16 2011 -0300"
      },
      "message": "Bluetooth: mark l2cap_create_iframe_pdu as static\n\nl2cap_create_iframe_pdu is only used in l2cap_core.c\n\nSigned-off-by: Luiz Augusto von Dentz \u003cluiz.von.dentz@intel.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "f8523598ee608a8c4d1f3bbd3639785be3321111",
      "tree": "720d06d2bb311211994d809c6ad7577f630d5f0c",
      "parents": [
        "a8f13c8cd2c732828e5da735c204447a55cdab03"
      ],
      "author": {
        "name": "Andre Guedes",
        "email": "andre.guedes@openbossa.org",
        "time": "Fri Sep 09 18:56:26 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:59:16 2011 -0300"
      },
      "message": "Bluetooth: Check \u0027dev_class\u0027 in mgmt_device_found()\n\nThe mgmt_device_found event will be used to report LE devices found\nduring discovery procedure. Since LE advertising reports events\ndoesn\u0027t have class of device information, we need to check if\n\u0027dev_class\u0027 is not NULL before copying it.\n\nSigned-off-by: Andre Guedes \u003candre.guedes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "a8f13c8cd2c732828e5da735c204447a55cdab03",
      "tree": "bbb5da005171f047c84033d078d7e50233578a97",
      "parents": [
        "51beabdf624df14d0805b001d3f939629b70d9db"
      ],
      "author": {
        "name": "Andre Guedes",
        "email": "andre.guedes@openbossa.org",
        "time": "Fri Sep 09 18:56:24 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:59:16 2011 -0300"
      },
      "message": "Bluetooth: Reduce critical region.\n\nThis patch reduces the critial region (protected by hdev-\u003elock) in\nhci_cc_le_set_scan_enable(). This way, only really required code is\nsynchronized.\n\nSigned-off-by: Andre Guedes \u003candre.guedes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "51beabdf624df14d0805b001d3f939629b70d9db",
      "tree": "a1875000da70a67f9440c2c6716e1c3be455c4b6",
      "parents": [
        "ca10b5ee0cb298f094db00dba7e397a8bc4e8398"
      ],
      "author": {
        "name": "Anderson Briglia",
        "email": "anderson.briglia@openbossa.org",
        "time": "Mon Sep 19 14:41:09 2011 -0400"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:59:16 2011 -0300"
      },
      "message": "Bluetooth: Fix wrong memcpy size on LE start encryption\n\nThis patch fixes wrong memcpy size when copying rand value to\nHCI_OP_LE_START_ENC command.\nThe compiler pretends that the array parameter was declared as a pointer\nand sizeof reports the size of the pointer. [1]\n\n[1] http://www.c-faq.com/aryptr/aryparmsize.html\n\nSigned-off-by: Anderson Briglia \u003canderson.briglia@openbossa.org\u003e\nSigned-off-by: Anderson Lizardo \u003canderson.lizardo@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "ca10b5ee0cb298f094db00dba7e397a8bc4e8398",
      "tree": "2ccc07a6f70a5328480b3c405b826c62188e7582",
      "parents": [
        "feb45eb5961b1c8c4f5e9559f48e513d2714b223"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Thu Aug 25 20:02:37 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:59:16 2011 -0300"
      },
      "message": "Bluetooth: Remove support for other SMP keys than the LTK\n\nFor now, only the LTK is properly supported. We are able to receive\nand generate the other types of keys, but we are not able to use\nthem. So it\u0027s better not request them to be distributed.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "feb45eb5961b1c8c4f5e9559f48e513d2714b223",
      "tree": "7305a9abb64d7af99d9d1e6538aed05c23979913",
      "parents": [
        "a492cd52b530cbcf42eb7349e6b435804a7a9271"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Thu Aug 25 20:02:35 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:59:15 2011 -0300"
      },
      "message": "Bluetooth: Fix not setting a pending security level\n\nFor slave initiated security, we should set a default security level,\nfor now BT_SECURITY_MEDIUM.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "a492cd52b530cbcf42eb7349e6b435804a7a9271",
      "tree": "4b9f16c03f4c4c35b39c11246c3779be110c1c8f",
      "parents": [
        "988c5997d32052a58bd0127710bc8e2c8c5665b1"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Thu Aug 25 20:02:29 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:59:15 2011 -0300"
      },
      "message": "Revert \"Bluetooth: Add support for communicating keys with userspace\"\n\nThis reverts commit 5a0a8b49746771fba79866fb9185ffa051a6a183.\n\nIf we use separate messages and list for SMP specific keys we can\nsimplify the code.\n\nConflicts:\n\n\tnet/bluetooth/mgmt.c\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "988c5997d32052a58bd0127710bc8e2c8c5665b1",
      "tree": "d00b021239f09cfbeb5135e7e065cf90baadfdbd",
      "parents": [
        "0fb4eb6f630a22bf4c2f358ef2db91f28a3d18d4"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Thu Aug 25 20:02:28 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:59:15 2011 -0300"
      },
      "message": "Bluetooth: Use the LTK after receiving a LE Security Request\n\nWhen receiving a security request from the remote device we should find\nif there is already a LTK associated with the remote device, if found\nwe should use it to encrypt the link.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "0fb4eb6f630a22bf4c2f358ef2db91f28a3d18d4",
      "tree": "5d8346ca6f6c321ff7a4ea0b6914fb289006bf63",
      "parents": [
        "5e762444b0d3e56bbd66f5092434c4a1ba698313"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Thu Aug 25 20:02:27 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:59:15 2011 -0300"
      },
      "message": "Bluetooth: Fix sending wrong authentication requirements\n\nUntil we support any pairing method (Passkey Entry, OOB) that gives\nMITM protection we shouldn\u0027t send that we have MITM protection.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "5e762444b0d3e56bbd66f5092434c4a1ba698313",
      "tree": "ad54379252e2fa923a3001a1c194ef541a87a686",
      "parents": [
        "c908df362c20be0eeef506fe62e13d835a4633f9"
      ],
      "author": {
        "name": "Antti Julku",
        "email": "antti.julku@nokia.com",
        "time": "Thu Aug 25 16:48:02 2011 +0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:59:15 2011 -0300"
      },
      "message": "Bluetooth: Add mgmt events for blacklisting\n\nAdd management interface events for blocking/unblocking a device.\nSender of the block device command gets cmd complete and other\nmgmt sockets get the event. Event is also sent to mgmt sockets when\nblocking is done with ioctl, e.g when blocking a device with\nhciconfig. This makes it possible for bluetoothd to track status\nof blocked devices when a third party block or unblocks a device.\n\nEvent sending is handled in mgmt_device_blocked function which gets\ncalled from hci_blacklist_add in hci_core.c. A pending command is\nadded in mgmt_block_device, so that it can found when sending the\nevent - the event is not sent to the socket from which the pending\ncommand came. Locks were moved out from hci_core.c to hci_sock.c\nand mgmt.c, because locking is needed also for mgmt_pending_add in\nmgmt.c.\n\nSigned-off-by: Antti Julku \u003cantti.julku@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "c908df362c20be0eeef506fe62e13d835a4633f9",
      "tree": "c4716edab67e75ae213ec3d16fdf836bccd51d93",
      "parents": [
        "e9bf2bf03e14627fac8520468231ea11dfa37610"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Fri Sep 02 14:51:22 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:13 2011 -0300"
      },
      "message": "Bluetooth: Use the MEDIUM security level for pairings\n\nThis lifts the requirement of 16 digits pin codes when pairing\nwith devices that do not support SSP when using the mgmt interface.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "e9bf2bf03e14627fac8520468231ea11dfa37610",
      "tree": "4f0b5949919271fff82ecd68659485c511131e5b",
      "parents": [
        "8aab47574a7f5b46a4cdbc6fd820ab34e6c5dbf9"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Fri Sep 02 14:51:20 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:12 2011 -0300"
      },
      "message": "Bluetooth: Require authentication if MITM protection is requested\n\nThe HIGH security level requires a 16 digit pin code for non-SSP\nbondings. Sometimes this requirement is not acceptable and we still\nwant protection againts MITM attacks (which is something that the\nMEDIUM security level doesn\u0027t provide), for that we should allow\nanother way to request authentication without using the HIGH security\nlevel.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "8aab47574a7f5b46a4cdbc6fd820ab34e6c5dbf9",
      "tree": "69f31fec9ff2266d848f5e1f974928a65030c4e4",
      "parents": [
        "1c1def09c446aae441410b70e6439ffe44dee866"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Mon Sep 05 14:31:31 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:12 2011 -0300"
      },
      "message": "Bluetooth: Move SMP crypto functions to a workqueue\n\nThe function crypto_blkcipher_setkey() called by smp_e()\ncan sleep, so all the crypto work has to be moved to\nhci_dev workqueue.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "1c1def09c446aae441410b70e6439ffe44dee866",
      "tree": "037e722c234649ff21406cf9c3f3e79aaee2aa78",
      "parents": [
        "142c69c6eaab26587264881bb71546e30aafdcee"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Mon Sep 05 14:31:30 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:12 2011 -0300"
      },
      "message": "Bluetooth: Move SMP fields to a separate structure\n\nThe objective is to make the core to have as little as possible\ninformation about SMP procedures and logic. Now, all the SMP\nspecific information is hidden from the core.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "142c69c6eaab26587264881bb71546e30aafdcee",
      "tree": "ebd7c22701a97cb192fa07fbb8f26e9d7ecc8902",
      "parents": [
        "21061df3a2577b8d1feb1ca3cb51445085692e89"
      ],
      "author": {
        "name": "David Herrmann",
        "email": "dh.herrmann@googlemail.com",
        "time": "Fri Aug 26 13:27:12 2011 +0200"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:12 2011 -0300"
      },
      "message": "Bluetooth: hidp: Add support for NO_INIT_REPORTS quirk\n\nDuring setup the host initializes all HID reports. Some devices do not\nsupport this. If this quirk is set, we skip the initialization.\nSee also usbhid_init_reports() for this quirk.\n\nSigned-off-by: David Herrmann \u003cdh.herrmann@googlemail.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "21061df3a2577b8d1feb1ca3cb51445085692e89",
      "tree": "96593830026ef12792dea34a11668bab53c74c4e",
      "parents": [
        "f6422ec624a19ba144b4b5cdbbc5ee41cc6f6400"
      ],
      "author": {
        "name": "Peter Hurley",
        "email": "peter@hurleysoftware.com",
        "time": "Wed Aug 24 10:04:56 2011 -0400"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:12 2011 -0300"
      },
      "message": "Bluetooth: Add LE link type for debugfs output\n\nAdd LE link type as known connection type for debugfs stringizing\noutput.\n\nSigned-off-by: Peter Hurley \u003cpeter@hurleysoftware.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "f6422ec624a19ba144b4b5cdbbc5ee41cc6f6400",
      "tree": "7b6e370bc46750718a7222b9c63f34da0072071d",
      "parents": [
        "cfafccf730d363accacbd165542095ce6f7d2de8"
      ],
      "author": {
        "name": "Antti Julku",
        "email": "antti.julku@nokia.com",
        "time": "Wed Jun 22 13:11:56 2011 +0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:12 2011 -0300"
      },
      "message": "Bluetooth: Add mgmt command for fast connectable mode\n\nAdd command to management interface for enabling/disabling the\nfast connectable mode.\n\nSigned-off-by: Antti Julku \u003cantti.julku@nokia.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "cfafccf730d363accacbd165542095ce6f7d2de8",
      "tree": "e01d3f94ef6a6ddb80c16f7b59b446c378183569",
      "parents": [
        "160dc6ac1256ed15a507bec9a2ff1f6d24a5a3ff"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Fri Aug 19 21:06:56 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:11 2011 -0300"
      },
      "message": "Bluetooth: Add link_type information to the mgmt Connected event\n\nOne piece of information that was lost when using the mgmt interface,\nwas the type of the connection. Using HCI events we used to know\nthe type of the connection based on the type of the event, e.g.\nHCI_LE_Connection_Complete for LE links.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "160dc6ac1256ed15a507bec9a2ff1f6d24a5a3ff",
      "tree": "d5000a274444f1c1f6db3962e005edae197e16eb",
      "parents": [
        "7a512d0172d3f54079efb2983afe04a5e68cfe50"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Fri Aug 19 21:06:55 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:11 2011 -0300"
      },
      "message": "Bluetooth: Add support for running SMP without a socket\n\nWhen doing the pairing procedure we won\u0027t have an associated\nsocket, but we still have to do the SMP negotiation. This\nadds support for encrypting the link and exchanging keys.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "7a512d0172d3f54079efb2983afe04a5e68cfe50",
      "tree": "b776d8b4bb528919066ed4cab511d0b0a612a23c",
      "parents": [
        "454d48ff70c24930c6b0f9cb64f290fca2dfb271"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Fri Aug 19 21:06:54 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:11 2011 -0300"
      },
      "message": "Bluetooth: Add support for pairing via mgmt over LE\n\nUsing the advertising cache we are able to infer the type\nof the remote device, and so trigger pairing over the correct\nlink type.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "454d48ff70c24930c6b0f9cb64f290fca2dfb271",
      "tree": "c4972b1350ee2b4a603b043f013a26bbee9d0527",
      "parents": [
        "d26a23454813908a1bf0e2fd8c73233b22c6dbd7"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Fri Aug 19 21:06:52 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:11 2011 -0300"
      },
      "message": "Bluetooth: Use the same timeouts for both ACL and LE links\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "d26a23454813908a1bf0e2fd8c73233b22c6dbd7",
      "tree": "20a47fdba8e49371265684bc2ed2306d7c042195",
      "parents": [
        "e2dcd113d15ef99d23498859e7006955b5367698"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Fri Aug 19 21:06:51 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:11 2011 -0300"
      },
      "message": "Bluetooth: Add a flag to indicate that SMP is going on\n\nAdd HCI_CONN_LE_SMP_PEND flag to indicate that SMP is pending\nfor that connection. This allows to have information that an SMP\nprocedure is going on for that connection.\n\nWe use the HCI_CONN_ENCRYPT_PEND to indicate that encryption\n(HCI_LE_Start_Encryption) is pending for that connection.\n\nWhile a SMP procedure is going on we hold an reference to the\nconnection, to avoid disconnections.\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "e2dcd113d15ef99d23498859e7006955b5367698",
      "tree": "c5349d3b23e09b413bbfd21d0964408aa374f18b",
      "parents": [
        "52087a792c1513b85de674a4fc67fb92855474c3"
      ],
      "author": {
        "name": "Vinicius Costa Gomes",
        "email": "vinicius.gomes@openbossa.org",
        "time": "Fri Aug 19 21:06:50 2011 -0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:10 2011 -0300"
      },
      "message": "Bluetooth: Reset the security timer when a command is queued\n\nEach time a SMP command is enqueued, we reset the SMP timer,\nthis way we follow exactly what the spec mandates:\n\n\"The Security Manager Timer shall be reset when an L2CAP SMP command is\nqueued for transmission.\" Vol. 3, Part H, Section 3.4\n\nSigned-off-by: Vinicius Costa Gomes \u003cvinicius.gomes@openbossa.org\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "52087a792c1513b85de674a4fc67fb92855474c3",
      "tree": "4b7bf7510a44378a5cecfcb66d22364624c2dd56",
      "parents": [
        "da3ba88a9996cd64c6768bed5727e02da81e2c8d"
      ],
      "author": {
        "name": "Luiz Augusto von Dentz",
        "email": "luiz.von.dentz@intel.com",
        "time": "Wed Aug 17 16:23:00 2011 +0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Wed Sep 21 12:58:10 2011 -0300"
      },
      "message": "Bluetooth: make use of connection number to optimize the scheduler\n\nThis checks if there is any existing connection according to its type\nbefore start iterating in the list and immediately stop iterating when\nreaching the number of connections.\n\nSigned-off-by: Luiz Augusto von Dentz \u003cluiz.von.dentz@intel.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "da3ba88a9996cd64c6768bed5727e02da81e2c8d",
      "tree": "ad6b874767b6aa89c6c1e12df63d24026c6fa296",
      "parents": [
        "87b6d09225506236c58bf407f9b750591a3b3a7b"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Mon Sep 19 14:34:10 2011 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:43:50 2011 -0400"
      },
      "message": "rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros.\n\nThree drivers, rtl8192ce, rtl8192cu and rtl8192de, use the same macro\nto check if a particular rate is in the CCK set. This common code is\nrelocated to a common header file. A distinct macro used by rtl8192se\nwith the same name is renamed.\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "87b6d09225506236c58bf407f9b750591a3b3a7b",
      "tree": "9bd57b50ff8d6884937671e9545fcfef1eba6e22",
      "parents": [
        "7664beeb2fb2d7ed13b2609dab8b84724263f135"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Mon Sep 19 14:34:09 2011 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:43:50 2011 -0400"
      },
      "message": "rtlwifi: rtl8192de: Change modinfo messages\n\nThe various modparam messages are difficult to understand.\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "7664beeb2fb2d7ed13b2609dab8b84724263f135",
      "tree": "01ecf0b6057852281913a0d5d768fa252937b603",
      "parents": [
        "eed72316586a3ad401eff054b7c7a3ea56869541"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Mon Sep 19 14:34:08 2011 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:43:50 2011 -0400"
      },
      "message": "rtlwifi: rtl8192se: Change modinfo messages\n\nThe various modparam messages are difficult to understand.\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "eed72316586a3ad401eff054b7c7a3ea56869541",
      "tree": "7ca6dcc70ac5e1e7407502abfcee129ceb1d5bfa",
      "parents": [
        "f36369afce40a20b6328590c1f9a777d0810f815"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Mon Sep 19 14:34:07 2011 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:43:49 2011 -0400"
      },
      "message": "rtlwifi: rtl8192ce: Change modinfo messages\n\nThe various modparam messages are difficult to understand.\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "f36369afce40a20b6328590c1f9a777d0810f815",
      "tree": "a18988307bd51ed654575a947a36b8befa9d8569",
      "parents": [
        "93aead46428d38729f430f395a8403795a019e54"
      ],
      "author": {
        "name": "Rajkumar Manoharan",
        "email": "rmanohar@qca.qualcomm.com",
        "time": "Mon Sep 19 20:15:48 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:43:49 2011 -0400"
      },
      "message": "ath9k: Store noise immunity values across scanning\n\nCCK/OFDM noise immunilty values are always reset to defaults\nduring bgscan. This could affect the link quality and\nperformance when the STA is associated in a noisy channel.\nSo do not override the learned values across the scanning.\n\nSigned-off-by: Rajkumar Manoharan \u003crmanohar@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "93aead46428d38729f430f395a8403795a019e54",
      "tree": "ab7619ce7100da0bdc0ac1596fcdfd365ac5a2b5",
      "parents": [
        "6a2968aaf50c7a22fced77a5e24aa636281efca8"
      ],
      "author": {
        "name": "Ilan Elias",
        "email": "ilane@ti.com",
        "time": "Sun Sep 18 11:19:36 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:43:49 2011 -0400"
      },
      "message": "NFC: driver for TI shared transport\n\nSigned-off-by: Ilan Elias \u003cilane@ti.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "6a2968aaf50c7a22fced77a5e24aa636281efca8",
      "tree": "c3c9691da86f90d1eb13ee75e36189faad553496",
      "parents": [
        "55eb94f9e923cba376cdf48ea5ab28d81116bead"
      ],
      "author": {
        "name": "Ilan Elias",
        "email": "ilane@ti.com",
        "time": "Sun Sep 18 11:19:35 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:43:49 2011 -0400"
      },
      "message": "NFC: basic NCI protocol implementation\n\nThe NFC Controller Interface (NCI) is a standard\ncommunication protocol between an NFC Controller (NFCC)\nand a Device Host (DH), defined by the NFC Forum.\n\nSigned-off-by: Ilan Elias \u003cilane@ti.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "55eb94f9e923cba376cdf48ea5ab28d81116bead",
      "tree": "9b70d091a80087bcc02d261b50e335c8b1cca163",
      "parents": [
        "8b3fe7b591b3c50061a8701f8eda14033420577b"
      ],
      "author": {
        "name": "Ilan Elias",
        "email": "ilane@ti.com",
        "time": "Sun Sep 18 11:19:34 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:43:49 2011 -0400"
      },
      "message": "NFC: move nfc.h from include/net to include/net/nfc\n\nThe file nfc.h was moved from include/net to include/net/nfc,\nsince new NFC header files will be added to include/net/nfc.\n\nSigned-off-by: Ilan Elias \u003cilane@ti.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8b3fe7b591b3c50061a8701f8eda14033420577b",
      "tree": "1bdd98d750c12c6bdf6999d3f704a1f50e9db477",
      "parents": [
        "a7ce1c9446a7f7513211e4698d07357d20452909"
      ],
      "author": {
        "name": "Ilan Elias",
        "email": "ilane@ti.com",
        "time": "Sun Sep 18 11:19:33 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:43:49 2011 -0400"
      },
      "message": "NFC: Add dev_up and dev_down control operations\n\nAdd 2 new nfc control operations:\ndev_up to turn on the nfc device\ndev_down to turn off the nfc device\n\nSigned-off-by: Ilan Elias \u003cilane@ti.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "a7ce1c9446a7f7513211e4698d07357d20452909",
      "tree": "472fa017060388d6337d2e498cb492cd732a2c7b",
      "parents": [
        "e30815016bbd0b5c3dcdc29f53e054b57938f1aa"
      ],
      "author": {
        "name": "Alexander Simon",
        "email": "an.alexsimon@googlemail.com",
        "time": "Sun Sep 18 00:16:45 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:43:48 2011 -0400"
      },
      "message": "mac80211: fix indentation\n\nSigned-off-by: Alexander Simon \u003can.alexsimon@googlemail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "e30815016bbd0b5c3dcdc29f53e054b57938f1aa",
      "tree": "2a7127363a6085b2fb3fbdf9045cce2ac2ee40d0",
      "parents": [
        "4d8b61490c14a36efdee4a8bf523e26809df05ac"
      ],
      "author": {
        "name": "Rajkumar Manoharan",
        "email": "rmanohar@qca.qualcomm.com",
        "time": "Thu Sep 15 17:40:50 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:43:48 2011 -0400"
      },
      "message": "wireless: Do not allow disabled channel in scan request\n\ncfg80211_conn_scan allows disabled channels at scan request.\nHence probe request was seen at the disabled one. This patch\nensures that disabled channel never be added into the scan\nrequest\u0027s channel list.\n\nAcked-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Rajkumar Manoharan \u003crmanohar@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "4d8b61490c14a36efdee4a8bf523e26809df05ac",
      "tree": "e8a37cac291bb64fa3d85ac27df45f56d493f2cb",
      "parents": [
        "c9df56b48e4ff003eaebd680ec7a45342dcd03ea",
        "8c23516fbb209ccf8f8c36268311c721faff29ee"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:11:55 2011 -0400"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Sep 20 14:11:55 2011 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.infradead.org/users/linville/wireless\n\nConflicts:\n\tdrivers/net/wireless/iwlwifi/iwl-pci.c\n\tdrivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c\n\tdrivers/net/wireless/rt2x00/rt2800usb.c\n\tdrivers/net/wireless/wl12xx/main.c\n"
    },
    {
      "commit": "c9df56b48e4ff003eaebd680ec7a45342dcd03ea",
      "tree": "b943ce5010290a4979a1488d791a5e6663db02a4",
      "parents": [
        "2981808269941490f209b2db88ae021d7007b39d"
      ],
      "author": {
        "name": "Jouni Malinen",
        "email": "jouni@qca.qualcomm.com",
        "time": "Fri Sep 16 18:56:23 2011 +0300"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Sep 19 16:10:14 2011 -0400"
      },
      "message": "cfg80211/nl80211: Add PMKSA caching candidate event\n\nWhen the driver (or most likely firmware) decides which AP to use\nfor roaming based on internal scan result processing, user space\nneeds to be notified of PMKSA caching candidates to allow RSN\npre-authentication to be used.\n\nSigned-off-by: Jouni Malinen \u003cjouni@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "2981808269941490f209b2db88ae021d7007b39d",
      "tree": "7f2e87722d198fd79a7ec49814afebf71e49a132",
      "parents": [
        "6be19ccd698abf9c4f0b7bba5a704f94e7ccdf54"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Fri Sep 16 16:36:32 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Sep 19 16:10:14 2011 -0400"
      },
      "message": "b43: LCN-PHY: finish sense setup\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "6be19ccd698abf9c4f0b7bba5a704f94e7ccdf54",
      "tree": "6224bc5560bc0b4595c27491ea0574b5ec7d5ed9",
      "parents": [
        "39193498913f82dd7e484aa908843ca4114c3b0c"
      ],
      "author": {
        "name": "Mohammed Shafi Shajakhan",
        "email": "mohammed@qca.qualcomm.com",
        "time": "Fri Sep 16 19:03:40 2011 +0530"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Sep 19 16:10:14 2011 -0400"
      },
      "message": "rfkill: properly assign a boolean type\n\nSigned-off-by: Mohammed Shafi Shajakhan \u003cmohammed@qca.qualcomm.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "39193498913f82dd7e484aa908843ca4114c3b0c",
      "tree": "14951970eaaa7c66a1e6b2f820b5f7cae8d2280a",
      "parents": [
        "bbb5574224168ef62c8549535c0d0a99e989ecf3"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Fri Sep 16 13:45:25 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Sep 19 16:10:13 2011 -0400"
      },
      "message": "cfg80211: validate IBSS BSSID\n\nThe IBSS BSSID is never validated, so an\ninvalid one might end up being used. Fix\nthis by rejecting invalid configuration.\n\nReported-by: Marek Lindner \u003clindner_marek@yahoo.de\u003e\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "bbb5574224168ef62c8549535c0d0a99e989ecf3",
      "tree": "adee62f8eacdffa048e6df4207c75132a13a9650",
      "parents": [
        "1b0a69c1ff445c265b173cc82c3f41a01dd90bec"
      ],
      "author": {
        "name": "Rafał Miłecki",
        "email": "zajec5@gmail.com",
        "time": "Fri Sep 16 12:34:03 2011 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Sep 19 16:10:13 2011 -0400"
      },
      "message": "b43: LCN-PHY: add more init tweaks\n\nSigned-off-by: Rafał Miłecki \u003czajec5@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    }
  ],
  "next": "1b0a69c1ff445c265b173cc82c3f41a01dd90bec"
}
