Re: [PATCH 0/4] ethtool: implement Energy Detect Powerdown support via phy-tunable

2019-09-03 Thread John W. Linville
rel` PHYs. > > This series updates only the `adin` PHY driver to support this new feature, > as this chip has been tested. A change for `micrel` can be proposed after a > discussion of the PHY-tunable API is resolved. > > -- > 2.20.1 > > -- John W. L

Re: [PATCH] rtlwifi: rtl818x: fix indentation issue

2019-01-17 Thread John W. Linville
On Thu, Jan 17, 2019 at 03:28:59PM +, Colin King wrote: > From: Colin Ian King > > There is a statement that is indented too deeply. Fix this. > > Signed-off-by: Colin Ian King Acked-by: John W. Linville -- John W. LinvilleSomeday the world will need

Re: [RFC PATCH 0/9] ethtool netlink interface (WiP)

2017-12-14 Thread John W. Linville
+ > 12 files changed, 3260 insertions(+), 137 deletions(-) > create mode 100644 Documentation/networking/ethtool-netlink.txt > create mode 100644 include/linux/ethtool_netlink.h > create mode 100644 include/uapi/linux/ethtool_netlink.h > create mode 100644 net/core/ethtool_common.c > create mode 100644 net/core/ethtool_common.h > create mode 100644 net/core/ethtool_netlink.c > > -- > 2.15.1 > > -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready.

Re: [RFC PATCH 0/9] ethtool netlink interface (WiP)

2017-12-14 Thread John W. Linville
+ > 12 files changed, 3260 insertions(+), 137 deletions(-) > create mode 100644 Documentation/networking/ethtool-netlink.txt > create mode 100644 include/linux/ethtool_netlink.h > create mode 100644 include/uapi/linux/ethtool_netlink.h > create mode 100644 net/core/ethtool_common.c > create mode 100644 net/core/ethtool_common.h > create mode 100644 net/core/ethtool_netlink.c > > -- > 2.15.1 > > -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready.

[PATCH] nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdown

2016-10-24 Thread John W. Linville
Commit 0eadf37afc250 ("nbd: allow block mq to deal with timeouts") changed normal usage of nbd->sock_lock to use spin_lock/spin_unlock rather than the *_irq variants, but it missed this unlock in an error path. Found by Coverity, CID 1373871. Signed-off-by: John W. Li

[PATCH] nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdown

2016-10-24 Thread John W. Linville
Commit 0eadf37afc250 ("nbd: allow block mq to deal with timeouts") changed normal usage of nbd->sock_lock to use spin_lock/spin_unlock rather than the *_irq variants, but it missed this unlock in an error path. Found by Coverity, CID 1373871. Signed-off-by: John W. Linville Cc: Jo

Re: Anyone have a clone of wireless-legacy.git?

2016-06-03 Thread John W. Linville
5c1 Merge ../wireless-dev-legacy into > wireless-dev-2007-08-10 >   wireless-dev-2007-09-24 cd799e167394 Merge branch 'p54' into everything > > johannes I got them both from the two FTP sites, and both git repos appear to be identical. It would be best if someone had an actual

Re: Anyone have a clone of wireless-legacy.git?

2016-06-03 Thread John W. Linville
5c1 Merge ../wireless-dev-legacy into > wireless-dev-2007-08-10 >   wireless-dev-2007-09-24 cd799e167394 Merge branch 'p54' into everything > > johannes I got them both from the two FTP sites, and both git repos appear to be identical. It would be best if someone had an actual

Re: Anyone have a clone of wireless-legacy.git?

2016-06-03 Thread John W. Linville
On Thu, Jun 02, 2016 at 06:18:27PM -0700, Guenter Roeck wrote: > On Thu, Jun 02, 2016 at 02:38:04PM -0400, John W. Linville wrote: > > It has recently come to my attention that the old wireless-legacy.git > > tree is no longer available on kernel.org. I honestly have no idea &g

Re: Anyone have a clone of wireless-legacy.git?

2016-06-03 Thread John W. Linville
On Thu, Jun 02, 2016 at 06:18:27PM -0700, Guenter Roeck wrote: > On Thu, Jun 02, 2016 at 02:38:04PM -0400, John W. Linville wrote: > > It has recently come to my attention that the old wireless-legacy.git > > tree is no longer available on kernel.org. I honestly have no idea &g

Re: Anyone have a clone of wireless-legacy.git?

2016-06-02 Thread John W. Linville
On Thu, Jun 02, 2016 at 08:48:08PM +0100, One Thousand Gnomes wrote: > On Thu, 2 Jun 2016 14:38:04 -0400 > "John W. Linville" <linvi...@tuxdriver.com> wrote: > > > It has recently come to my attention that the old wireless-legacy.git > > tree is no longer avai

Re: Anyone have a clone of wireless-legacy.git?

2016-06-02 Thread John W. Linville
On Thu, Jun 02, 2016 at 08:48:08PM +0100, One Thousand Gnomes wrote: > On Thu, 2 Jun 2016 14:38:04 -0400 > "John W. Linville" wrote: > > > It has recently come to my attention that the old wireless-legacy.git > > tree is no longer available on kernel.org. I

Anyone have a clone of wireless-legacy.git?

2016-06-02 Thread John W. Linville
ort! John -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready.

Anyone have a clone of wireless-legacy.git?

2016-06-02 Thread John W. Linville
ort! John -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready.

Re: wireless-drivers: random cleanup patches piling up

2016-01-22 Thread John W. Linville
quot; on various kernel files  > > actually continue on to submit actual defect fixing > > or optimization or code clarity patches. > > That's also my experience from maintaining wireless-drivers for a year, > this seems to be a "hit and run" type of phenomenon.

Re: wireless-drivers: random cleanup patches piling up

2016-01-22 Thread John W. Linville
ts/checkpatch.pl -f" on various kernel files  > > actually continue on to submit actual defect fixing > > or optimization or code clarity patches. > > That's also my experience from maintaining wireless-drivers for a year, > this seems to be a "hit and run"

Re: [Tech-board] [Ksummit-discuss] Linux Foundation Technical Advisory Board Elections and Nomination process

2015-10-24 Thread John W. Linville
ial. > We do this to protect the working relationship we have with industry > bodies, and to protect the companies and individuals involved. Any > prospective TAB member must be comfortable abiding by our > confidentiality rules. > > I hope this answers your questions. > &g

Re: [Tech-board] [Ksummit-discuss] Linux Foundation Technical Advisory Board Elections and Nomination process

2015-10-24 Thread John W. Linville
a topic to be kept strictly confidential. > We do this to protect the working relationship we have with industry > bodies, and to protect the companies and individuals involved. Any > prospective TAB member must be comfortable abiding by our > confidentiality rules. > > I hope this answers y

[PATCH] mwl8k: refactor some conditionals for clarity

2015-08-10 Thread John W. Linville
net/wireless/mwl8k.c:4987:5: note: ‘ap_mcs_rates’ was declared here u8 ap_mcs_rates[16]; ^ The warning was bogus. But the conditionals were rather complicated, with multiple redundant checks. This consolidates the checking and makes it more readable IMHO. Signed-off-by: John W. Linvi

[PATCH] mwl8k: refactor some conditionals for clarity

2015-08-10 Thread John W. Linville
/mwl8k.c:4987:5: note: ‘ap_mcs_rates’ was declared here u8 ap_mcs_rates[16]; ^ The warning was bogus. But the conditionals were rather complicated, with multiple redundant checks. This consolidates the checking and makes it more readable IMHO. Signed-off-by: John W. Linville linvi

pull request: wireless 2014-12-16

2014-12-16 Thread John W. Linville
tooth: Fix incorrect pending cmd removal in pairing_complete() Bluetooth: Fix notifying mgmt power off before flushing connection list Bluetooth: Fix enabling BR/EDR SC when powering on Bluetooth: Fix mgmt response status when removing adapter John W. Linville (1): Me

pull request: wireless 2014-12-16

2014-12-16 Thread John W. Linville
incorrect pending cmd removal in pairing_complete() Bluetooth: Fix notifying mgmt power off before flushing connection list Bluetooth: Fix enabling BR/EDR SC when powering on Bluetooth: Fix mgmt response status when removing adapter John W. Linville (1): Merge branch 'for-upstream

Re: pull request: bluetooth 2014-12-12

2014-12-15 Thread John W. Linville
for-upstream > > for you to fetch changes up to 9845904fd489288bcf693642c1b31cc463c0b660: > > Bluetooth: Fix mgmt response status when removing adapter (2014-12-12 > 13:20:12 +0100) Pulling now... -- John W. LinvilleSomeday the world will need a hero, and you linvi.

Re: pull request: bluetooth 2014-12-12

2014-12-15 Thread John W. Linville
status when removing adapter (2014-12-12 13:20:12 +0100) Pulling now... -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: pull request: bluetooth-next 2014-12-05

2014-12-05 Thread John W. Linville
x/kernel/git/bluetooth/bluetooth-next.git > for-upstream > > for you to fetch changes up to 5a34bd5f5d8119def4feb1d2b4e3906b71059416: > > Bluetooth: Enable events for P-256 Public Key and DHKey commands > (2014-12-05 18:17:49 +0200) Pulling now... -- John W. Linville

Re: pull request: bluetooth-next 2014-12-05

2014-12-05 Thread John W. Linville
(2014-12-05 18:17:49 +0200) Pulling now... -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

pull request: wireless 2014-12-03

2014-12-03 Thread John W. Linville
u8 hw_queue, u16 index); void rtl92ce_tx_polling(struct ieee80211_hw *hw, u8 hw_queue); void rtl92ce_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool b_firstseg, bool b_lastseg, -- John W. LinvilleSomeday the world wil

Re: [PATCH] SSB / B44: fix WOL for BCM4401

2014-12-03 Thread John W. Linville
is working too. > > > > > > That sounds good, indeed. > > > I'd still prefer, if someone with b43 (wireless) would test it, too. > > > > I did a partial test with my PowerBook G4. With the patch installed, it > > would > > both suspend and hibe

Re: [PATCH] SSB / B44: fix WOL for BCM4401

2014-12-03 Thread John W. Linville
when suspended or hibernating. Thanks for testing. John, can you take this one? Or do we need to split the b44 part out? I added my Signed-off. Um, sure...3.19 is OK I presume? John -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com

pull request: wireless 2014-12-03

2014-12-03 Thread John W. Linville
rtl92ce_tx_polling(struct ieee80211_hw *hw, u8 hw_queue); void rtl92ce_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool b_firstseg, bool b_lastseg, -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com

Re: pull request: bluetooth-next 2014-11-27

2014-12-01 Thread John W. Linville
t/bluetooth/bluetooth-next.git > for-upstream > > for you to fetch changes up to f6af675ef5489c69fc3d4faf8c6f477df3cbf8b9: > > Bluetooth: Automatically flushable packets aren't allowed on LE links > (2014-11-27 12:12:27 +0200) Pulling now... -- John W. LinvilleSo

Re: [PATCH] wireless/p54: Remove duplicated net2280 header

2014-12-01 Thread John W. Linville
with the register definition of the net2280 chip. Remove the custom/duplicated header file in favor of that header file in include/linux Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: John W. Linville On Mon, Dec 01, 2014 at 11:46:43AM +0100, Ricardo Ribalda Delgado

Re: [PATCH] wireless/p54: Remove duplicated net2280 header

2014-12-01 Thread John W. Linville
a header file with the register definition of the net2280 chip. Remove the custom/duplicated header file in favor of that header file in include/linux Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com Signed-off-by: John W. Linville linvi

Re: pull request: bluetooth-next 2014-11-27

2014-12-01 Thread John W. Linville
to f6af675ef5489c69fc3d4faf8c6f477df3cbf8b9: Bluetooth: Automatically flushable packets aren't allowed on LE links (2014-11-27 12:12:27 +0200) Pulling now... -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready

pull request: wireless 2014-11-26

2014-11-26 Thread John W. Linville
ess.git tags/master-2014-11-25 for you to fetch changes up to 7d63a5f9b25ba6b130da8eb2d32a72b1462d0249: rtlwifi: Change order in device startup (2014-11-25 14:22:22 -0500) -------- John W. Linville (1): Merge tag 'iwlwifi-for-john

pull request: wireless 2014-11-26

2014-11-26 Thread John W. Linville
-11-25 for you to fetch changes up to 7d63a5f9b25ba6b130da8eb2d32a72b1462d0249: rtlwifi: Change order in device startup (2014-11-25 14:22:22 -0500) John W. Linville (1): Merge tag 'iwlwifi-for-john-2014-11-23' of git

pull request: wireless 2014-11-20

2014-11-20 Thread John W. Linville
sh in rate sorting Johannes Berg (1): brcmfmac: don't include linux/unaligned/access_ok.h John W. Linville (1): Merge tag 'mac80211-for-john-2014-11-18' of git://git.kernel.org/.../jberg/mac80211 Mathy Vanhoef (1): brcmfmac: kill URB when request timed out drivers/net/wireless

pull request: wireless 2014-11-20

2014-11-20 Thread John W. Linville
Johannes Berg (1): brcmfmac: don't include linux/unaligned/access_ok.h John W. Linville (1): Merge tag 'mac80211-for-john-2014-11-18' of git://git.kernel.org/.../jberg/mac80211 Mathy Vanhoef (1): brcmfmac: kill URB when request timed out drivers/net/wireless/ath/ath9k/main.c

Re: pull request: bluetooth-next 2014-11-18

2014-11-18 Thread John W. Linville
3eb4e8: > > Bluetooth: Add support for Broadcom BCM20702A1 variant (2014-11-18 08:32:14 > +0100) Pulling now... -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. -- To unsubscri

Re: pull request: bluetooth-next 2014-11-18

2014-11-18 Thread John W. Linville
) Pulling now... -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 1/1 net-next] wireless: remove unnecessary sizeof(u8)

2014-11-17 Thread John W. Linville
where we have > sizeof(u8/s8) is ambiguous. > > Having a patch removing it gives a pointer... > If the developer meant something else, he will be able to fix it. > > Regards, > Fabian sizeof(*variable) still seems safer. Are the compilers unable to optimize-away a "mult

Re: [PATCH 1/1 net-next] wireless: remove unnecessary sizeof(u8)

2014-11-17 Thread John W. Linville
will be able to fix it. Regards, Fabian sizeof(*variable) still seems safer. Are the compilers unable to optimize-away a multiply by one? John -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready

pull request: wireless 2014-11-13

2014-11-13 Thread John W. Linville
rtens (1): b43: fix NULL pointer dereference in b43_phy_copy() John W. Linville (2): Merge tag 'mac80211-for-john-2014-11-10' of git://git.kernel.org/.../jberg/mac80211 Merge tag 'iwlwifi-for-john-2014-11-10' of git://git.kernel.org/.../iwlwifi/iwlwifi-fixes Larry Finger (3)

pull request: wireless 2014-11-13

2014-11-13 Thread John W. Linville
NULL pointer dereference in b43_phy_copy() John W. Linville (2): Merge tag 'mac80211-for-john-2014-11-10' of git://git.kernel.org/.../jberg/mac80211 Merge tag 'iwlwifi-for-john-2014-11-10' of git://git.kernel.org/.../iwlwifi/iwlwifi-fixes Larry Finger (3): rtlwifi: Fix setting

Re: pull request: bluetooth-next 2014-11-07

2014-11-11 Thread John W. Linville
e skb_free from error paths in decompression (2014-11-06 > 22:09:48 +0100) Pulling now... -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. -- To unsubscribe from this list: send the lin

Re: pull request: bluetooth-next 2014-11-07

2014-11-11 Thread John W. Linville
at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream for you to fetch changes up to 56b2c3eea398c772dd895dc62c18cbdd1ba127b1: 6lowpan: move skb_free from error paths in decompression (2014-11-06 22:09:48 +0100) Pulling now... -- John W. Linville

pull request: wireless 2014-11-06

2014-11-06 Thread John W. Linville
: fix RFkill while calibrating Felix Fietkau (1): mac80211: flush keys for AP mode on ieee80211_do_stop Johannes Berg (2): mac80211: properly flush delayed scan work on interface removal mac80211: fix use-after-free in defragmentation John W. Linville (2): Merge ta

pull request: wireless 2014-11-06

2014-11-06 Thread John W. Linville
Felix Fietkau (1): mac80211: flush keys for AP mode on ieee80211_do_stop Johannes Berg (2): mac80211: properly flush delayed scan work on interface removal mac80211: fix use-after-free in defragmentation John W. Linville (2): Merge tag 'iwlwifi-for-john-2014-11-03' of git

Re: pull request: bluetooth-next 2014-10-31

2014-10-31 Thread John W. Linville
14-10-19 12:58:22 > -0700) > > are available in the git repository at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git > for-upstream > > for you to fetch changes up to b509c02d0f31639dda90f9b7269668b86c9b25ef: > > Blue

pull request: wireless 2014-10-31

2014-10-31 Thread John W. Linville
l8192se/trx.c +++ b/drivers/net/wireless/rtlwifi/rtl8192se/trx.c @@ -640,6 +640,9 @@ u32 rtl92se_get_desc(u8 *desc, bool istx, u8 desc_name) case HW_DESC_RXPKT_LEN: ret = GET_RX_STATUS_DESC_PKT_LEN(desc); break; + case HW_DESC_RXBUFF_ADDR

pull request: wireless 2014-10-31

2014-10-31 Thread John W. Linville
; default: RT_ASSERT(false, ERR rxdesc :%d not process\n, desc_name); -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. pgpQdeyJCQoe_.pgp

Re: pull request: bluetooth-next 2014-10-31

2014-10-31 Thread John W. Linville
://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream for you to fetch changes up to b509c02d0f31639dda90f9b7269668b86c9b25ef: Bluetooth: HCI H5 peer reset detection (2014-10-31 19:54:34 +0200) Pulling now... -- John W. LinvilleSomeday

pull request: wireless 2014-10-28

2014-10-28 Thread John W. Linville
from cfg80211 if unset in EEPROM ath9k_common: always update value in ath9k_cmn_update_txpow Haim Dreyfuss (1): iwlwifi: mvm: Add tx power condition to bss_info_changed_ap_ibss Hauke Mehrtens (1): bcma: fix build when CONFIG_OF_ADDRESS is not set John W. Linville (2): Merge tag 'iwl

pull request: wireless 2014-10-28

2014-10-28 Thread John W. Linville
: always update value in ath9k_cmn_update_txpow Haim Dreyfuss (1): iwlwifi: mvm: Add tx power condition to bss_info_changed_ap_ibss Hauke Mehrtens (1): bcma: fix build when CONFIG_OF_ADDRESS is not set John W. Linville (2): Merge tag 'iwlwifi-for-john-2014-10-23' of git

Re: [PATCH] bcma: fix build when CONFIG_OF_ADDRESS is not set

2014-10-27 Thread John W. Linville
*core) > > { > > -- > > 1.9.1 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > > the body of a message to majord...@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-inf

Re: [PATCH] net: rfkill: gpio: Add default GPIO driver mappings for ACPI

2014-10-27 Thread John W. Linville
of linux-pm/device-properties [1] and following > > patch from Rafael [2]. > > > > Johannes, John, > > > > If you are happy with the patch, can you ACK it so that we can merge it > > with the rest of the device-properties patches. Thanks. > > Acke

Re: [PATCH] net: rfkill: gpio: Add default GPIO driver mappings for ACPI

2014-10-27 Thread John W. Linville
can merge it with the rest of the device-properties patches. Thanks. Acked-by: Johannes Berg johan...@sipsolutions.net Reviewed-by: Johannes Berg johan...@sipsolutions.net Acked-by: John W. Linville linvi...@tuxdriver.com -- John W. LinvilleSomeday the world will need

Re: [PATCH] bcma: fix build when CONFIG_OF_ADDRESS is not set

2014-10-27 Thread John W. Linville
://www.tux.org/lkml/ -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

pull request: wireless-next 2014-10-09

2014-10-09 Thread John W. Linville
) Andrea Merello (1): rtl818x_pci: fix response rate may be incorrect. Fabian Frederick (1): net: rfkill: kernel-doc warning fixes John W. Linville (1): Merge branch 'master' of git://git.kernel.org/.../linville/wireless Larry Finger (1

Re: [PATCH 1/1 net-next] net: rfkill: kernel-doc warning fixes

2014-10-09 Thread John W. Linville
On Thu, Oct 09, 2014 at 11:16:53AM +0200, Johannes Berg wrote: > Applied, with a somewhat better changelog. FWIW, I had already merged that one as-is -- sorry! -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all

Re: [PATCH 1/1 net-next] net: rfkill: kernel-doc warning fixes

2014-10-09 Thread John W. Linville
On Thu, Oct 09, 2014 at 11:16:53AM +0200, Johannes Berg wrote: Applied, with a somewhat better changelog. FWIW, I had already merged that one as-is -- sorry! -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we

pull request: wireless-next 2014-10-09

2014-10-09 Thread John W. Linville
) Andrea Merello (1): rtl818x_pci: fix response rate may be incorrect. Fabian Frederick (1): net: rfkill: kernel-doc warning fixes John W. Linville (1): Merge branch 'master' of git://git.kernel.org/.../linville/wireless Larry Finger (1

Re: pull request: wireless-next 2014-10-03

2014-10-07 Thread John W. Linville
On Tue, Oct 07, 2014 at 12:47:24AM -0400, David Miller wrote: > From: David Miller > Date: Sun, 05 Oct 2014 21:38:53 -0400 (EDT) > > > From: David Miller > > Date: Sun, 05 Oct 2014 21:35:11 -0400 (EDT) > > > >> From: "John W. Linville&qu

Re: pull request: wireless-next 2014-10-03

2014-10-07 Thread John W. Linville
On Sun, Oct 05, 2014 at 09:38:53PM -0400, David Miller wrote: > From: David Miller > Date: Sun, 05 Oct 2014 21:35:11 -0400 (EDT) > > > From: "John W. Linville" > > Date: Fri, 3 Oct 2014 14:01:52 -0400 > > > >> Please pull tihs batch of updates

Re: pull request: wireless-next 2014-10-03

2014-10-07 Thread John W. Linville
On Sun, Oct 05, 2014 at 09:38:53PM -0400, David Miller wrote: From: David Miller da...@davemloft.net Date: Sun, 05 Oct 2014 21:35:11 -0400 (EDT) From: John W. Linville linvi...@tuxdriver.com Date: Fri, 3 Oct 2014 14:01:52 -0400 Please pull tihs batch of updates intended for the 3.18

Re: pull request: wireless-next 2014-10-03

2014-10-07 Thread John W. Linville
On Tue, Oct 07, 2014 at 12:47:24AM -0400, David Miller wrote: From: David Miller da...@davemloft.net Date: Sun, 05 Oct 2014 21:38:53 -0400 (EDT) From: David Miller da...@davemloft.net Date: Sun, 05 Oct 2014 21:35:11 -0400 (EDT) From: John W. Linville linvi...@tuxdriver.com Date: Fri

pull request: wireless-next 2014-10-03

2014-10-03 Thread John W. Linville
tusb_send_frame() Bluetooth: Fix setting correct security level when initiating SMP Bluetooth: Fix reason code used for rejecting SCO connections Bluetooth: Add retransmission effort into SCO parameter table Bluetooth: Rename sco_param_wideband table to esco_param_msbc Bl

pull request: wireless-next 2014-10-03

2014-10-03 Thread John W. Linville
for rejecting SCO connections Bluetooth: Add retransmission effort into SCO parameter table Bluetooth: Rename sco_param_wideband table to esco_param_msbc Bluetooth: Fix lockdep warning with l2cap_chan_connect John W. Linville (5): Merge branch 'master' of git://git.kernel.org

Re: pull request: bluetooth-next 2014-10-02

2014-10-02 Thread John W. Linville
nges up to 9c238ca8ec79c38ab22762b44aeaf7a42fc97b18: > > Bluetooth: 6lowpan: Check transmit errors for multicast packets (2014-10-02 > 13:41:57 +0300) Pulling now... -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com

Re: pull request: bluetooth-next 2014-10-02

2014-10-02 Thread John W. Linville
packets (2014-10-02 13:41:57 +0300) Pulling now... -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH] [RESEND] ath5k: Remove AHB bus support

2014-09-26 Thread John W. Linville
> @@ -126,7 +117,6 @@ static const struct ath5k_srev_name srev_names[] = { > { "5418", AR5K_VERSION_MAC, AR5K_SREV_AR5418 }, > { "2425", AR5K_VERSION_MAC, AR5K_SREV_AR2425 }, > { "2417", AR5K_VERSION_MAC,

Re: [PATCH V2 1/2] brcm80211: use container_of to resolve brcms_phy from brcms_phy_pub

2014-09-26 Thread John W. Linville
brcms_phy_pub *ppi) > { > s8 index; > u16 index2; > - struct brcms_phy *pi = (struct brcms_phy *) ppi; > + struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); > struct brcms_phy_lcnphy *pi_lcn = pi->u.pi_lcnphy; > u16 SAVE_txpwr

Re: pull request: bluetooth-next 2014-09-25

2014-09-26 Thread John W. Linville
able in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git > for-upstream > > for you to fetch changes up to 565766b087a6d6ff257f5b79c8ceda0188c9169f: > > Bluetooth: Rename sco_param_wideband table to esco_par

Re: pull request: bluetooth-next 2014-09-25

2014-09-26 Thread John W. Linville
to 565766b087a6d6ff257f5b79c8ceda0188c9169f: Bluetooth: Rename sco_param_wideband table to esco_param_msbc (2014-09-25 10:35:08 +0200) Pulling now, but I don't plan to push it back out until Dave pulls my earlier batch... -- John W. LinvilleSomeday the world will need a hero, and you

Re: [PATCH V2 1/2] brcm80211: use container_of to resolve brcms_phy from brcms_phy_pub

2014-09-26 Thread John W. Linville
; u32 mc = 0; -- 1.9.1 -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH] [RESEND] ath5k: Remove AHB bus support

2014-09-26 Thread John W. Linville
) { __set_bit(ATH_STAT_LEDSOFT, ah-status); ah-led_pin = ATH_PIN(match-driver_data); -- 1.9.3 -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. -- To unsubscribe from this list

pull request: wireless 2014-09-23

2014-09-23 Thread John W. Linville
by one bug in brcmf_count_20mhz_channels() John W. Linville (1): Merge tag 'nfc-fixes-3.17-1' of git://git.kernel.org/.../sameo/nfc-fixes Loic Poulain (1): net: rfkill: gpio: Fix clock status Wojciech Dubowik (1): ath9k: Fix NULL pointer dereference on early irq drivers/net/wi

Re: [PATCH] ath: change logging functions to return void

2014-09-23 Thread John W. Linville
ions(-) > > John, as this patch also contains a wil6210 change how do you want to > handle this? I had presumed that you would merge it through the ath tree, so I deleted it... John -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.c

Re: [PATCH] ath: change logging functions to return void

2014-09-23 Thread John W. Linville
tree, so I deleted it... John -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

pull request: wireless 2014-09-23

2014-09-23 Thread John W. Linville
in brcmf_count_20mhz_channels() John W. Linville (1): Merge tag 'nfc-fixes-3.17-1' of git://git.kernel.org/.../sameo/nfc-fixes Loic Poulain (1): net: rfkill: gpio: Fix clock status Wojciech Dubowik (1): ath9k: Fix NULL pointer dereference on early irq drivers/net/wireless/ath

pull request: wireless-next 2014-09-22

2014-09-22 Thread John W. Linville
iwlwifi: mvm: disable aggregation queues in station DB in FW iwlwifi: pcie: clear command data on freeing iwlwifi: mvm: don't update quota in firmware too often iwlwifi: mvm: update d0i3 debugfs iwlwifi: mvm: fix quota update avoidance iwlwifi: mvm: update QoS param

pull request: wireless-next 2014-09-22

2014-09-22 Thread John W. Linville
in FW iwlwifi: pcie: clear command data on freeing iwlwifi: mvm: don't update quota in firmware too often iwlwifi: mvm: update d0i3 debugfs iwlwifi: mvm: fix quota update avoidance iwlwifi: mvm: update QoS parameters when they change John W. Linville (3): Merge

pull request: wireless 2014-09-17

2014-09-17 Thread John W. Linville
6 +163,7 @@ static const struct acpi_device_id rfkill_acpi_match[] = { { "LNV4752", RFKILL_TYPE_GPS }, { }, }; +MODULE_DEVICE_TABLE(acpi, rfkill_acpi_match); #endif static struct platform_driver rfkill_gpio_driver = { -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. pgpXnodsPtHU1.pgp Description: PGP signature

pull request: wireless 2014-09-17

2014-09-17 Thread John W. Linville
platform_driver rfkill_gpio_driver = { -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. pgpXnodsPtHU1.pgp Description: PGP signature

Re: [PATCH 09/28] Remove ATHEROS_AR231X

2014-09-16 Thread John W. Linville
On Tue, Sep 16, 2014 at 10:26:59PM +0200, Paul Bolle wrote: > On Mon, 2014-09-15 at 14:45 -0400, John W. Linville wrote: > > FYI -- Sergey posted a series to linux-mips on 14 September 2014 that > > touches the symbol in question. For whatever reason, it is posted > > ther

Re: [PATCH 09/28] Remove ATHEROS_AR231X

2014-09-16 Thread John W. Linville
On Tue, Sep 16, 2014 at 10:26:59PM +0200, Paul Bolle wrote: On Mon, 2014-09-15 at 14:45 -0400, John W. Linville wrote: FYI -- Sergey posted a series to linux-mips on 14 September 2014 that touches the symbol in question. For whatever reason, it is posted there as RFC. Thanks for passing

Re: [PATCH 09/28] Remove ATHEROS_AR231X

2014-09-15 Thread John W. Linville
On Thu, Sep 11, 2014 at 03:21:46PM -0400, John W. Linville wrote: > On Wed, Sep 10, 2014 at 04:19:21PM +0400, Sergey Ryazanov wrote: > > 2014-09-10 15:36 GMT+04:00, Jiri Slaby : > > > On 09/10/2014, 12:33 PM, Sergey Ryazanov wrote: > > >> 2014-09-09 22:

Re: pull request: bluetooth-next 2014-09-14

2014-09-15 Thread John W. Linville
el/git/bluetooth/bluetooth-next.git > > master > > This was supposed to be a reference to the for-upstream branch instead > of master. Both point to the same commit at this moment but it'd be more > convenient if you pull from for-upstream so that the master branch ca

Re: pull request: bluetooth-next 2014-09-14

2014-09-15 Thread John W. Linville
at this moment but it'd be more convenient if you pull from for-upstream so that the master branch can continue living on without waiting for the pull to happen. Sorry for the extra hassle. Johan Pulling now... -- John W. LinvilleSomeday the world will need a hero, and you linvi

Re: [PATCH 09/28] Remove ATHEROS_AR231X

2014-09-15 Thread John W. Linville
On Thu, Sep 11, 2014 at 03:21:46PM -0400, John W. Linville wrote: On Wed, Sep 10, 2014 at 04:19:21PM +0400, Sergey Ryazanov wrote: 2014-09-10 15:36 GMT+04:00, Jiri Slaby jirisl...@gmail.com: On 09/10/2014, 12:33 PM, Sergey Ryazanov wrote: 2014-09-09 22:27 GMT+04:00, John W. Linville linvi

Re: [PATCH 09/28] Remove ATHEROS_AR231X

2014-09-11 Thread John W. Linville
On Wed, Sep 10, 2014 at 04:19:21PM +0400, Sergey Ryazanov wrote: > 2014-09-10 15:36 GMT+04:00, Jiri Slaby : > > On 09/10/2014, 12:33 PM, Sergey Ryazanov wrote: > >> 2014-09-09 22:27 GMT+04:00, John W. Linville : > >>> On Fri, Sep 05, 2014 at 04:02:10PM +0400, Sergey

pull request: wireless 2014-09-11

2014-09-11 Thread John W. Linville
iwlwifi: mvm: correctly handle PM/QoS changes from mac80211 iwlwifi: mvm: BT Coex - always initialize smps_mode John W. Linville (2): Merge tag 'mac80211-for-john-2014-09-08' of git://git.kernel.org/.../jberg/mac80211 Merge branch 'for-john' of git://git.kernel.org/.../iwlw

pull request: wireless 2014-09-11

2014-09-11 Thread John W. Linville
changes from mac80211 iwlwifi: mvm: BT Coex - always initialize smps_mode John W. Linville (2): Merge tag 'mac80211-for-john-2014-09-08' of git://git.kernel.org/.../jberg/mac80211 Merge branch 'for-john' of git://git.kernel.org/.../iwlwifi/iwlwifi-fixes Luciano Coelho (1

Re: [PATCH 09/28] Remove ATHEROS_AR231X

2014-09-11 Thread John W. Linville
On Wed, Sep 10, 2014 at 04:19:21PM +0400, Sergey Ryazanov wrote: 2014-09-10 15:36 GMT+04:00, Jiri Slaby jirisl...@gmail.com: On 09/10/2014, 12:33 PM, Sergey Ryazanov wrote: 2014-09-09 22:27 GMT+04:00, John W. Linville linvi...@tuxdriver.com: On Fri, Sep 05, 2014 at 04:02:10PM +0400, Sergey

Re: linux-next: build failure after merge of the wireless-next tree

2014-09-10 Thread John W. Linville
On Tue, Sep 09, 2014 at 04:37:33PM -0700, David Miller wrote: > From: Stephen Rothwell > Date: Wed, 10 Sep 2014 09:28:19 +1000 > > > Hi Dave, > ... > > This fix patch is now needed in the net-next tree ... > > Applied thanks Stephen. Doh! Sorry I missed tha

Re: linux-next: build failure after merge of the wireless-next tree

2014-09-10 Thread John W. Linville
On Tue, Sep 09, 2014 at 04:37:33PM -0700, David Miller wrote: From: Stephen Rothwell s...@canb.auug.org.au Date: Wed, 10 Sep 2014 09:28:19 +1000 Hi Dave, ... This fix patch is now needed in the net-next tree ... Applied thanks Stephen. Doh! Sorry I missed that one... -- John W

Re: pull request: bluetooth-next 2014-09-09

2014-09-09 Thread John W. Linville
s > Bluetooth: Add strict checks for allowed SMP PDUs > Bluetooth: Fix dereferencing conn variable before NULL check > Bluetooth: Fix mgmt pairing failure when authentication fails > > Jukka Rissanen (3): > Bluetooth: 6lowpan: Increase the connect

Re: [PATCH 09/28] Remove ATHEROS_AR231X

2014-09-09 Thread John W. Linville
d be better approach. > >> > >> 1. https://dev.openwrt.org/log/trunk/target/linux/atheros > > > > And where can the related PULL requests or patch submissions be found? > > > I have not sent patches yet, since I thought that it would be easier > to cleanup

Re: [PATCH 09/28] Remove ATHEROS_AR231X

2014-09-09 Thread John W. Linville
to cleanup them in openwrt tree and then send them upstream. That excuse has worn a bit thin. Perhaps Paul should repost his removal and you can add a revert to the start of your patch series? John -- John W. LinvilleSomeday the world will need a hero, and you linvi

Re: pull request: bluetooth-next 2014-09-09

2014-09-09 Thread John W. Linville
the connection timeout value Bluetooth: 6lowpan: Set the peer IPv6 address correctly Bluetooth: 6lowpan: Route packets that are not meant to peer via correct device Pulling now... -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com

  1   2   3   4   5   6   7   8   9   >