From: "John W. Linville" <linville@tuxdriver.com>
To: netdev@vger.kernel.org
Subject: What's new in wireless-dev?
Date: Thu, 15 Jun 2006 17:10:14 -0400 [thread overview]
Message-ID: <20060615211009.GB29953@tuxdriver.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3196 bytes --]
The following changes since commit bff7c0afa5a40acf518ae9fbf67e5f93ff9107bc:
John W. Linville:
Merge branch 'from-linus'
are found in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-dev.git
Jiri Benc:
d80211: deinit sysfs in case of an error
d80211: better sysfs registration of symlinks to wiphy
d80211: separate allocation of ieee80211_local
d80211: fix Oops when writing to add_ and remove_iface
d80211: wiphy sysfs attributes
d80211: network interface sysfs attributes
d80211: rename sta_info_relase to sta_info_put
d80211: sysfs attributes for associated stations
d80211: remove useless parameters
d80211: rate_control sysfs attributes
d80211: encryption keys sysfs attributes
d80211: remove procfs files
John W. Linville:
Merge git://git.kernel.org/.../jbenc/dscape
Michael Buesch:
bcm43xx: Port new locking scheme to d80211
bcm43xx: Port preemptible-periodic-work to d80211
bcm43xx: Port suspend-mac-in-long-pwork from d80211
bcm43xx: Port PIO fixes to d80211
drivers/net/wireless/d80211/bcm43xx/bcm43xx.h | 102 ++-
.../net/wireless/d80211/bcm43xx/bcm43xx_debugfs.c | 33 +
drivers/net/wireless/d80211/bcm43xx/bcm43xx_dma.h | 8
drivers/net/wireless/d80211/bcm43xx/bcm43xx_leds.c | 4
drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c | 287 +++++--
drivers/net/wireless/d80211/bcm43xx/bcm43xx_phy.c | 9
drivers/net/wireless/d80211/bcm43xx/bcm43xx_pio.c | 154 +++-
drivers/net/wireless/d80211/bcm43xx/bcm43xx_pio.h | 32 +
.../net/wireless/d80211/bcm43xx/bcm43xx_sysfs.c | 38 -
include/linux/netdevice.h | 1
net/d80211/Makefile | 2
net/d80211/ieee80211.c | 206 +++--
net/d80211/ieee80211_dev.c | 17
net/d80211/ieee80211_i.h | 45 +
net/d80211/ieee80211_iface.c | 43 +
net/d80211/ieee80211_ioctl.c | 213 +++---
net/d80211/ieee80211_key.h | 2
net/d80211/ieee80211_proc.c | 771 --------------------
net/d80211/ieee80211_proc.h | 45 -
net/d80211/ieee80211_scan.c | 10
net/d80211/ieee80211_sta.c | 68 +-
net/d80211/ieee80211_sysfs.c | 706 +++++++++++++++++-
net/d80211/ieee80211_sysfs_sta.c | 434 +++++++++++
net/d80211/rate_control.c | 55 +
net/d80211/rate_control.h | 57 +
net/d80211/sta_info.c | 132 ++-
net/d80211/sta_info.h | 16
net/d80211/wme.c | 26 -
28 files changed, 2110 insertions(+), 1406 deletions(-)
delete mode 100644 net/d80211/ieee80211_proc.c
delete mode 100644 net/d80211/ieee80211_proc.h
create mode 100644 net/d80211/ieee80211_sysfs_sta.c
Patch included as attachment due to size concerns.
--
John W. Linville
linville@tuxdriver.com
[-- Attachment #2: wireless-dev.patch.bz2 --]
[-- Type: application/x-bzip2, Size: 33583 bytes --]
next reply other threads:[~2006-06-15 21:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-15 21:10 John W. Linville [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-07-11 20:45 What's new in wireless-dev? John W. Linville
2006-07-12 9:48 ` Jiri Benc
2006-07-12 12:48 ` John W. Linville
2006-07-13 2:30 ` John W. Linville
2006-07-30 1:30 John W. Linville
2006-08-08 23:41 John W. Linville
2006-08-24 19:08 John W. Linville
2006-09-04 23:53 John W. Linville
2006-09-05 0:02 John W. Linville
2006-09-05 0:10 John W. Linville
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060615211009.GB29953@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.