1. 04 3月, 2014 1 次提交
    • J
      ieee802154: fix at86rf212_set_txpower() exit path · 677676cd
      Jean Sacren 提交于
      The commit 9b2777d6 ("ieee802154: add TX power control to
      wpan_phy") introduced the new function at86rf212_set_txpower() with
      the questionable check of the return of __at86rf230_write() in the
      exit path:
      
      1) Both at86rf212_set_txpower() and __at86rf230_write() have the
         same return type.
      
      2) Whatever __at86rf230_write() returns becomes the return value of
         at86rf212_set_txpower().
      
      Thus, fix the exit path by getting rid of that check entirely.
      Signed-off-by: NJean Sacren <sakiwit@gmail.com>
      Cc: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      677676cd
  2. 27 2月, 2014 1 次提交
    • J
      ieee802154: fix new function declaration · 44a6bd86
      Jean Sacren 提交于
      The commit 8fad346f ("eee802154: add basic support for RF212 to
      at86rf230 driver") introduced the new function is_rf212() with some
      minor issues in declaration:
      
      1) Fix the function type by changing it to bool as the function
         definition returns a boolean value. Additionally both callers of
         is_rf212() are expected to return a boolean value.
      
      2) Fix the function specifier by deleting the inline keyword as the
         compiler takes care of that.
      Signed-off-by: NJean Sacren <sakiwit@gmail.com>
      Cc: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      44a6bd86
  3. 18 2月, 2014 9 次提交
  4. 11 12月, 2013 1 次提交
  5. 15 11月, 2013 1 次提交
  6. 17 4月, 2013 2 次提交
  7. 09 4月, 2013 1 次提交
  8. 27 3月, 2013 2 次提交
  9. 16 2月, 2013 1 次提交
  10. 04 12月, 2012 1 次提交
  11. 31 8月, 2012 2 次提交
  12. 12 7月, 2012 1 次提交
  13. 05 7月, 2012 1 次提交
  14. 27 6月, 2012 1 次提交