netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: wireless-next-2.6 2008-06-30
@ 2008-06-30 21:56 John W. Linville
       [not found] ` <20080630215651.GA666-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: John W. Linville @ 2008-06-30 21:56 UTC (permalink / raw)
  To: davem-fT/PcQaiUtIeIZ0/mPfg9Q
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Dave,

Here is another slew of updates for 2.6.27.  The bulk of this batch is
for iwlwifi, with some mac80211 and other bits thrown-in.

Let me know if there are problems!

Thanks,

John

---

Individual patches are available here:

	http://www.kernel.org/pub/linux/kernel/people/linville/wireless-next-2.6/
---

The following changes since commit 28f49d8fec19833672a6a813bfde0068fee50bc9:
  David S. Miller (1):
        Merge branch 'master' of master.kernel.org:/.../linville/wireless-next-2.6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6.git master

Abhijeet Kolekar (2):
      iwlwifi : Patch adds rfkill subsystem for 3945
      iwlwifi: Remove unnecessary code

Adel Gadllah (3):
      iwlwifi: fix rfkill deps and remove input device usage
      b43/b43legacy: use RFKILL_STATE_UNBLOCKED instead of RFKILL_STATE_ON
      b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support

Adrian Bunk (1):
      build algorithms into the mac80211 module

Assaf Krauss (2):
      mac80211: add beacon timestamp to beacon template in IBSS
      iwlwifi: adjust TSF in IBSS

Emmanuel Grumbach (12):
      mac80211: add last beacon time in scan list
      iwlwifi: better station table maintenance
      iwlwifi: add REPLY_TX_POWER_DBM_CMD to get_cmd_string
      iwlwifi: send ADD_STA before RXON with assoc bit
      iwlwifi: move RX stats to core, and move temperature to handler
      iwlwifi: don't send REPLY_REMOVE_ALL_STA upon exit
      iwlwifi: move RX handlers to iwl-rx.c
      iwlwifi: remove useless network and duplicate checking
      iwlwifi: setup compressed BA handler
      iwlwifi: don't bring up interface if RF-kill avoids radio
      iwlwifi: blocking mac_start until uCode is complete
      iwlwifi: clean up HW RF-kill state machine and restarts

Ester Kummer (1):
      mac80211: removing duplicated parsing of information elements

Gregory Greenman (1):
      iwlwifi: configure uCode to use open loop tx power algorithm

Johannes Berg (3):
      mac80211: get rid of function pointers in TX path
      mac80211: get rid of function pointers in RX path
      mac80211: rework debug settings and make debugging safer

John W. Linville (1):
      iwl-rfkill.c: correct 'recieved' typo

Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org (1):
      p54: Add quality output to iwlist and iwconfig

Mohamed Abbas (1):
      iwlwifi: keep the STATUS_EXIT_PENDING flag till the end of down flow

Pavel Roskin (3):
      hostap: don't skip any headers in hostap_80211_header_parse()
      hostap: add radiotap support in monitor mode
      hostap: use radiotap headers by default

Rick Farrington (2):
      iwlwifi: fix incorrect 5GHz rates reported in monitor mode
      iwlwifi: fix incorrect monitor mode operation

Ron Rindjunsky (6):
      iwlwifi: use iwl_is_associated when possible
      iwlwifi: move rx aggregation functions to iwl-rx.c
      iwlwifi: remove obsolete lq_ready use
      iwlwifi: unite common settings of HW params
      iwlwifi: control 11n capabilities through module param
      iwlwifi: eliminate iwl4965_mac_get_tsf

Stefanik Gábor (1):
      iwlwifi: enable packet injection for iwl3945

Tomas Winkler (5):
      mac80211: add spectrum capabilities
      mac80211: fix warning: unused variable invoke_tx_handlers
      iwlwifi: Add eeprom version to the version file in sysfs
      iwlwifi: fix IBSS association flow
      iwlwifi: fix 4965 uCode load

Yi Zhu (1):
      mac80211: add MAC80211_VERBOSE_SPECT_MGMT_DEBUG Kconfig option

Zhu Yi (3):
      iwlwifi: drop skb silently for Tx request in monitor mode
      iwlwifi: fix iwl4965 temperature callback calibration issue
      iwl3945: remove RFKILL_STATE_HARD_BLOCKED warnings

 drivers/net/wireless/b43/rfkill.c             |   20 +-
 drivers/net/wireless/b43legacy/rfkill.c       |   20 +-
 drivers/net/wireless/hostap/hostap_80211_rx.c |   21 +
 drivers/net/wireless/hostap/hostap_hw.c       |    1 +
 drivers/net/wireless/hostap/hostap_ioctl.c    |    5 +-
 drivers/net/wireless/hostap/hostap_main.c     |   20 +-
 drivers/net/wireless/hostap/hostap_wlan.h     |   14 +-
 drivers/net/wireless/iwlwifi/Kconfig          |    1 -
 drivers/net/wireless/iwlwifi/iwl-3945.c       |    6 +-
 drivers/net/wireless/iwlwifi/iwl-3945.h       |   25 +
 drivers/net/wireless/iwlwifi/iwl-4965-rs.c    |   22 +-
 drivers/net/wireless/iwlwifi/iwl-4965-rs.h    |    8 -
 drivers/net/wireless/iwlwifi/iwl-4965.c       |  995 +------------------------
 drivers/net/wireless/iwlwifi/iwl-5000.c       |   27 +-
 drivers/net/wireless/iwlwifi/iwl-calib.c      |    4 +-
 drivers/net/wireless/iwlwifi/iwl-calib.h      |    4 +-
 drivers/net/wireless/iwlwifi/iwl-commands.h   |   12 +-
 drivers/net/wireless/iwlwifi/iwl-core.c       |   63 ++-
 drivers/net/wireless/iwlwifi/iwl-core.h       |   17 +-
 drivers/net/wireless/iwlwifi/iwl-dev.h        |   20 +-
 drivers/net/wireless/iwlwifi/iwl-hcmd.c       |    1 +
 drivers/net/wireless/iwlwifi/iwl-rfkill.c     |   41 +-
 drivers/net/wireless/iwlwifi/iwl-rfkill.h     |    2 -
 drivers/net/wireless/iwlwifi/iwl-rx.c         |  860 +++++++++++++++++++++
 drivers/net/wireless/iwlwifi/iwl-sta.c        |  149 +++--
 drivers/net/wireless/iwlwifi/iwl-sta.h        |    2 +-
 drivers/net/wireless/iwlwifi/iwl-tx.c         |  143 ++++
 drivers/net/wireless/iwlwifi/iwl3945-base.c   |  245 +++++--
 drivers/net/wireless/iwlwifi/iwl4965-base.c   |  442 ++++--------
 drivers/net/wireless/p54/p54common.c          |    1 +
 include/net/mac80211.h                        |    5 +
 net/mac80211/Kconfig                          |  162 +++--
 net/mac80211/Makefile                         |   18 +-
 net/mac80211/ieee80211_i.h                    |    6 +
 net/mac80211/iface.c                          |    6 +-
 net/mac80211/main.c                           |   35 +-
 net/mac80211/mesh_pathtbl.c                   |    1 -
 net/mac80211/mlme.c                           |  426 +++++------
 net/mac80211/rate.h                           |    4 +-
 net/mac80211/rc80211_pid_algo.c               |   10 -
 net/mac80211/rx.c                             |  203 ++----
 net/mac80211/sta_info.c                       |    2 +
 net/mac80211/tx.c                             |   77 +-
 net/mac80211/wep.c                            |   13 +-
 net/mac80211/wme.c                            |    1 -
 net/mac80211/wpa.c                            |   28 +-
 46 files changed, 2053 insertions(+), 2135 deletions(-)

Omnibus patch available here:

	http://www.kernel.org/pub/linux/kernel/people/linville/wireless-next-2.6-2008-06-30.patch.bz2
-- 
John W. Linville
linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pull request: wireless-next-2.6 2008-06-30
       [not found] ` <20080630215651.GA666-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
@ 2008-07-02 19:37   ` John W. Linville
       [not found]     ` <20080702193710.GA4682-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: John W. Linville @ 2008-07-02 19:37 UTC (permalink / raw)
  To: davem-fT/PcQaiUtIeIZ0/mPfg9Q
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Mon, Jun 30, 2008 at 05:56:51PM -0400, John W. Linville wrote:

>       iwlwifi: fix incorrect 5GHz rates reported in monitor mode

>       iwlwifi: drop skb silently for Tx request in monitor mode

It looks like these two are appropriate for 2.6.26.  Since you
haven't pulled this yet, I'll push them that way, drop them from
wireless-next-2.6, and send a new pull request.

Thanks,

John
-- 
John W. Linville
linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pull request: wireless-next-2.6 2008-06-30
       [not found]     ` <20080702193710.GA4682-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
@ 2008-07-02 20:24       ` David Miller
  2008-07-02 20:26       ` pull request: wireless-next-2.6 2008-07-02 John W. Linville
  1 sibling, 0 replies; 8+ messages in thread
From: David Miller @ 2008-07-02 20:24 UTC (permalink / raw)
  To: linville-2XuSBdqkA4R54TAoqtyWWQ
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

From: "John W. Linville" <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
Date: Wed, 2 Jul 2008 15:37:10 -0400

> On Mon, Jun 30, 2008 at 05:56:51PM -0400, John W. Linville wrote:
> 
> >       iwlwifi: fix incorrect 5GHz rates reported in monitor mode
> 
> >       iwlwifi: drop skb silently for Tx request in monitor mode
> 
> It looks like these two are appropriate for 2.6.26.  Since you
> haven't pulled this yet, I'll push them that way, drop them from
> wireless-next-2.6, and send a new pull request.

Ok, thanks for the heads up.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* pull request: wireless-next-2.6 2008-07-02
       [not found]     ` <20080702193710.GA4682-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
  2008-07-02 20:24       ` David Miller
@ 2008-07-02 20:26       ` John W. Linville
       [not found]         ` <20080702202653.GA10719-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
  1 sibling, 1 reply; 8+ messages in thread
From: John W. Linville @ 2008-07-02 20:26 UTC (permalink / raw)
  To: davem-fT/PcQaiUtIeIZ0/mPfg9Q
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Wed, Jul 02, 2008 at 03:37:10PM -0400, John W. Linville wrote:
> On Mon, Jun 30, 2008 at 05:56:51PM -0400, John W. Linville wrote:
> 
> >       iwlwifi: fix incorrect 5GHz rates reported in monitor mode
> 
> >       iwlwifi: drop skb silently for Tx request in monitor mode
> 
> It looks like these two are appropriate for 2.6.26.  Since you
> haven't pulled this yet, I'll push them that way, drop them from
> wireless-next-2.6, and send a new pull request.

NOTE: This is the same as the request posted on 2008-06-30 except for
dropping two iwlwifi patches that were sent for 2.6.26 instead.

Dave,

Here is another slew of updates for 2.6.27.  The bulk of this batch is
for iwlwifi, with some mac80211 and other bits thrown-in.

Let me know if there are problems!

Thanks,

John

---

Individual patches are available here:

	http://www.kernel.org/pub/linux/kernel/people/linville/wireless-next-2.6/
---

The following changes since commit 28f49d8fec19833672a6a813bfde0068fee50bc9:
  David S. Miller (1):
        Merge branch 'master' of master.kernel.org:/.../linville/wireless-next-2.6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6.git master

Abhijeet Kolekar (2):
      iwlwifi : Patch adds rfkill subsystem for 3945
      iwlwifi: Remove unnecessary code

Adel Gadllah (3):
      iwlwifi: fix rfkill deps and remove input device usage
      b43/b43legacy: use RFKILL_STATE_UNBLOCKED instead of RFKILL_STATE_ON
      b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support

Adrian Bunk (1):
      build algorithms into the mac80211 module

Assaf Krauss (2):
      mac80211: add beacon timestamp to beacon template in IBSS
      iwlwifi: adjust TSF in IBSS

Emmanuel Grumbach (12):
      mac80211: add last beacon time in scan list
      iwlwifi: better station table maintenance
      iwlwifi: add REPLY_TX_POWER_DBM_CMD to get_cmd_string
      iwlwifi: send ADD_STA before RXON with assoc bit
      iwlwifi: move RX stats to core, and move temperature to handler
      iwlwifi: don't send REPLY_REMOVE_ALL_STA upon exit
      iwlwifi: move RX handlers to iwl-rx.c
      iwlwifi: remove useless network and duplicate checking
      iwlwifi: setup compressed BA handler
      iwlwifi: don't bring up interface if RF-kill avoids radio
      iwlwifi: blocking mac_start until uCode is complete
      iwlwifi: clean up HW RF-kill state machine and restarts

Ester Kummer (1):
      mac80211: removing duplicated parsing of information elements

Gregory Greenman (1):
      iwlwifi: configure uCode to use open loop tx power algorithm

Johannes Berg (3):
      mac80211: get rid of function pointers in TX path
      mac80211: get rid of function pointers in RX path
      mac80211: rework debug settings and make debugging safer

John W. Linville (1):
      iwl-rfkill.c: correct 'recieved' typo

Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org (1):
      p54: Add quality output to iwlist and iwconfig

Mohamed Abbas (1):
      iwlwifi: keep the STATUS_EXIT_PENDING flag till the end of down flow

Pavel Roskin (3):
      hostap: don't skip any headers in hostap_80211_header_parse()
      hostap: add radiotap support in monitor mode
      hostap: use radiotap headers by default

Rick Farrington (1):
      iwlwifi: fix incorrect monitor mode operation

Ron Rindjunsky (6):
      iwlwifi: use iwl_is_associated when possible
      iwlwifi: move rx aggregation functions to iwl-rx.c
      iwlwifi: remove obsolete lq_ready use
      iwlwifi: unite common settings of HW params
      iwlwifi: control 11n capabilities through module param
      iwlwifi: eliminate iwl4965_mac_get_tsf

Stefanik Gábor (1):
      iwlwifi: enable packet injection for iwl3945

Tomas Winkler (5):
      mac80211: add spectrum capabilities
      mac80211: fix warning: unused variable invoke_tx_handlers
      iwlwifi: Add eeprom version to the version file in sysfs
      iwlwifi: fix IBSS association flow
      iwlwifi: fix 4965 uCode load

Yi Zhu (1):
      mac80211: add MAC80211_VERBOSE_SPECT_MGMT_DEBUG Kconfig option

Zhu Yi (2):
      iwlwifi: fix iwl4965 temperature callback calibration issue
      iwl3945: remove RFKILL_STATE_HARD_BLOCKED warnings

 drivers/net/wireless/b43/rfkill.c             |   20 +-
 drivers/net/wireless/b43legacy/rfkill.c       |   20 +-
 drivers/net/wireless/hostap/hostap_80211_rx.c |   21 +
 drivers/net/wireless/hostap/hostap_hw.c       |    1 +
 drivers/net/wireless/hostap/hostap_ioctl.c    |    5 +-
 drivers/net/wireless/hostap/hostap_main.c     |   20 +-
 drivers/net/wireless/hostap/hostap_wlan.h     |   14 +-
 drivers/net/wireless/iwlwifi/Kconfig          |    1 -
 drivers/net/wireless/iwlwifi/iwl-3945.h       |   25 +
 drivers/net/wireless/iwlwifi/iwl-4965-rs.c    |   22 +-
 drivers/net/wireless/iwlwifi/iwl-4965-rs.h    |    8 -
 drivers/net/wireless/iwlwifi/iwl-4965.c       |  995 +------------------------
 drivers/net/wireless/iwlwifi/iwl-5000.c       |   27 +-
 drivers/net/wireless/iwlwifi/iwl-calib.c      |    4 +-
 drivers/net/wireless/iwlwifi/iwl-calib.h      |    4 +-
 drivers/net/wireless/iwlwifi/iwl-commands.h   |   12 +-
 drivers/net/wireless/iwlwifi/iwl-core.c       |   63 ++-
 drivers/net/wireless/iwlwifi/iwl-core.h       |   17 +-
 drivers/net/wireless/iwlwifi/iwl-dev.h        |   20 +-
 drivers/net/wireless/iwlwifi/iwl-hcmd.c       |    1 +
 drivers/net/wireless/iwlwifi/iwl-rfkill.c     |   41 +-
 drivers/net/wireless/iwlwifi/iwl-rfkill.h     |    2 -
 drivers/net/wireless/iwlwifi/iwl-rx.c         |  856 +++++++++++++++++++++
 drivers/net/wireless/iwlwifi/iwl-sta.c        |  149 +++--
 drivers/net/wireless/iwlwifi/iwl-sta.h        |    2 +-
 drivers/net/wireless/iwlwifi/iwl-tx.c         |  143 ++++
 drivers/net/wireless/iwlwifi/iwl3945-base.c   |  245 +++++--
 drivers/net/wireless/iwlwifi/iwl4965-base.c   |  439 ++++--------
 drivers/net/wireless/p54/p54common.c          |    1 +
 include/net/mac80211.h                        |    5 +
 net/mac80211/Kconfig                          |  162 +++--
 net/mac80211/Makefile                         |   18 +-
 net/mac80211/ieee80211_i.h                    |    6 +
 net/mac80211/iface.c                          |    6 +-
 net/mac80211/main.c                           |   35 +-
 net/mac80211/mesh_pathtbl.c                   |    1 -
 net/mac80211/mlme.c                           |  426 +++++------
 net/mac80211/rate.h                           |    4 +-
 net/mac80211/rc80211_pid_algo.c               |   10 -
 net/mac80211/rx.c                             |  203 ++----
 net/mac80211/sta_info.c                       |    2 +
 net/mac80211/tx.c                             |   77 +-
 net/mac80211/wep.c                            |   13 +-
 net/mac80211/wme.c                            |    1 -
 net/mac80211/wpa.c                            |   28 +-
 45 files changed, 2042 insertions(+), 2133 deletions(-)

Omnibus patch available here:

	http://www.kernel.org/pub/linux/kernel/people/linville/wireless-next-2.6-2008-07-02.patch.bz2
-- 
John W. Linville
linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pull request: wireless-next-2.6 2008-07-02
       [not found]         ` <20080702202653.GA10719-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
@ 2008-07-02 21:33           ` David Miller
  2008-07-06  4:47           ` David Miller
  1 sibling, 0 replies; 8+ messages in thread
From: David Miller @ 2008-07-02 21:33 UTC (permalink / raw)
  To: linville-2XuSBdqkA4R54TAoqtyWWQ
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

From: "John W. Linville" <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
Date: Wed, 2 Jul 2008 16:26:53 -0400

> NOTE: This is the same as the request posted on 2008-06-30 except for
> dropping two iwlwifi patches that were sent for 2.6.26 instead.
> 
> Dave,
> 
> Here is another slew of updates for 2.6.27.  The bulk of this batch is
> for iwlwifi, with some mac80211 and other bits thrown-in.
> 
> Let me know if there are problems!

Thanks John.  I think I'll pull this in after Linus pulls
net-2.6, I pull in your net-2.6 pull, and then do a merge
of net-2.6 into net-next-2.6

Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pull request: wireless-next-2.6 2008-07-02
       [not found]         ` <20080702202653.GA10719-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
  2008-07-02 21:33           ` David Miller
@ 2008-07-06  4:47           ` David Miller
       [not found]             ` <20080705.214752.85024966.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
  1 sibling, 1 reply; 8+ messages in thread
From: David Miller @ 2008-07-06  4:47 UTC (permalink / raw)
  To: linville-2XuSBdqkA4R54TAoqtyWWQ
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

From: "John W. Linville" <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
Date: Wed, 2 Jul 2008 16:26:53 -0400

> Here is another slew of updates for 2.6.27.  The bulk of this batch is
> for iwlwifi, with some mac80211 and other bits thrown-in.
> 
> Let me know if there are problems!

Pulled and pushed back out to net-next-2.6, thanks.

Here are some warnings I noticed during an allmodconfig build
on sparc64, please fix:

drivers/net/wireless/hostap/hostap_hw.c:3422: warning: 'prism2_suspend' defined but not used
drivers/net/wireless/iwlwifi/iwl-rfkill.c:114: warning: label 'freed_rfkill' defined but not used

I'll take on the net-2.6 merge into net-next-2.6 next.

Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pull request: wireless-next-2.6 2008-07-02
       [not found]             ` <20080705.214752.85024966.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
@ 2008-07-06  7:07               ` Tomas Winkler
  2008-07-07 13:15                 ` John W. Linville
  0 siblings, 1 reply; 8+ messages in thread
From: Tomas Winkler @ 2008-07-06  7:07 UTC (permalink / raw)
  To: David Miller
  Cc: linville-2XuSBdqkA4R54TAoqtyWWQ, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Sun, Jul 6, 2008 at 7:47 AM, David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> wrote:
> From: "John W. Linville" <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
> Date: Wed, 2 Jul 2008 16:26:53 -0400
>
>> Here is another slew of updates for 2.6.27.  The bulk of this batch is
>> for iwlwifi, with some mac80211 and other bits thrown-in.
>>
>> Let me know if there are problems!
>
> Pulled and pushed back out to net-next-2.6, thanks.
>
> Here are some warnings I noticed during an allmodconfig build
> on sparc64, please fix:
>
> drivers/net/wireless/hostap/hostap_hw.c:3422: warning: 'prism2_suspend' defined but not used
> drivers/net/wireless/iwlwifi/iwl-rfkill.c:114: warning: label 'freed_rfkill' defined but not used

John what happened to to those patches?
http://marc.info/?l=linux-wireless&m=121489830307988&w=2
http://marc.info/?l=linux-wireless&m=121481826531792&w=2
Thanks
Tomas
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pull request: wireless-next-2.6 2008-07-02
  2008-07-06  7:07               ` Tomas Winkler
@ 2008-07-07 13:15                 ` John W. Linville
  0 siblings, 0 replies; 8+ messages in thread
From: John W. Linville @ 2008-07-07 13:15 UTC (permalink / raw)
  To: Tomas Winkler; +Cc: David Miller, netdev, linux-wireless, linux-kernel

On Sun, Jul 06, 2008 at 10:07:42AM +0300, Tomas Winkler wrote:
> On Sun, Jul 6, 2008 at 7:47 AM, David Miller <davem@davemloft.net> wrote:
> > From: "John W. Linville" <linville@tuxdriver.com>
> > Date: Wed, 2 Jul 2008 16:26:53 -0400
> >
> >> Here is another slew of updates for 2.6.27.  The bulk of this batch is
> >> for iwlwifi, with some mac80211 and other bits thrown-in.
> >>
> >> Let me know if there are problems!
> >
> > Pulled and pushed back out to net-next-2.6, thanks.
> >
> > Here are some warnings I noticed during an allmodconfig build
> > on sparc64, please fix:
> >
> > drivers/net/wireless/hostap/hostap_hw.c:3422: warning: 'prism2_suspend' defined but not used
> > drivers/net/wireless/iwlwifi/iwl-rfkill.c:114: warning: label 'freed_rfkill' defined but not used
> 
> John what happened to to those patches?
> http://marc.info/?l=linux-wireless&m=121489830307988&w=2
> http://marc.info/?l=linux-wireless&m=121481826531792&w=2

They were posted after this round of patches.  I still have them.

John
-- 
John W. Linville
linville@tuxdriver.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-07-07 13:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30 21:56 pull request: wireless-next-2.6 2008-06-30 John W. Linville
     [not found] ` <20080630215651.GA666-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2008-07-02 19:37   ` John W. Linville
     [not found]     ` <20080702193710.GA4682-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2008-07-02 20:24       ` David Miller
2008-07-02 20:26       ` pull request: wireless-next-2.6 2008-07-02 John W. Linville
     [not found]         ` <20080702202653.GA10719-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2008-07-02 21:33           ` David Miller
2008-07-06  4:47           ` David Miller
     [not found]             ` <20080705.214752.85024966.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-07-06  7:07               ` Tomas Winkler
2008-07-07 13:15                 ` John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).