From: Michael Buesch <mb@bu3sch.de>
To: Daniel Drake <dsd@gentoo.org>
Cc: linville@tuxdriver.com, linux-wireless@vger.kernel.org,
kune@deine-taler.de
Subject: Re: [PATCH] zd1211rw-mac80211: More complete configure_filter implementation
Date: Thu, 4 Oct 2007 16:44:44 +0200 [thread overview]
Message-ID: <200710041644.45038.mb@bu3sch.de> (raw)
In-Reply-To: <20071004113509.E5FF29D502B@zog.reactivated.net>
On Thursday 04 October 2007 13:35:09 Daniel Drake wrote:
> @@ -206,6 +212,11 @@ static inline struct zd_mac *zd_usb_to_mac(struct zd_usb *usb)
> return zd_chip_to_mac(zd_usb_to_chip(usb));
> }
>
> +static inline u8 *zd_mac_get_perm_addr(struct zd_mac *mac)
> +{
> + return mac->hw->wiphy->perm_addr;
> +}
> +
> #define zd_mac_dev(mac) (zd_chip_dev(&(mac)->chip))
>
> struct ieee80211_hw *zd_mac_alloc_hw(struct usb_interface *intf);
We talked about these obfuscator- (a.k.a. helper-) functions on IRC... ;)
--
Greetings Michael.
next prev parent reply other threads:[~2007-10-04 14:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-04 11:35 [PATCH] zd1211rw-mac80211: More complete configure_filter implementation Daniel Drake
2007-10-04 14:44 ` Michael Buesch [this message]
2007-10-04 18:14 ` Johannes Berg
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=200710041644.45038.mb@bu3sch.de \
--to=mb@bu3sch.de \
--cc=dsd@gentoo.org \
--cc=kune@deine-taler.de \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/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.