]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville...
authorDavid S. Miller <davem@davemloft.net>
Fri, 24 Aug 2012 19:15:04 +0000 (15:15 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Aug 2012 19:15:10 +0000 (15:15 -0400)
commit62a9ff4c8eb8c76c200465e2dfe012ec193e5b5c
tree775debd33b800947197e4ae7dae38d5e4111b1c7
parent57f9ef2521904c9802f1e686b45a2e3ff0679d32
parent8013934d0de718191566135c8e27fb7994d8894e
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless

John W. Linville says:

====================
This batch of fixes is intended for 3.6...

Johannes Berg gives us a pair of iwlwifi fixes.  One corrects some
improperly defined ifdefs that lead to crashes and BUG_ONs.  The other
prevents attempts to read SRAM for devices that aren't actually started.

Julia Lawall provides an ipw2100 fix to properly set the return code
from a function call before testing it! :-)

Thomas Huehn corrects the improper use of a constant related to a power
setting in ath5k.

Thomas Pedersen offers a mac80211 fix to properly handle destination
addresses of unicast frames passing though a mesh gate.

Vladimir Zapolskiy provides a brcmsmac fix to properly mark the
interface state when the device goes down.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>