On Sunday 22 January 2006 13:08, Denis Vlasenko wrote:
On Sunday 22 January 2006 13:59, Denis Vlasenko wrote:
quoted
bcm43xx_rx() contains code to filter out packets from
foreign BSSes and decide whether to call ieee80211_rx
or ieee80211_rx_mgt. This is not bcm specific.
Patch adapts that code and adds it to softmac
as ieee80211_rx_any() function.
Diffed against wireless-2.6.git
Signed-off-by: Denis Vlasenko <redacted>
--
vda
Please ignore this one. This is not good:
+ return ieee80211_rx_mgt(ieee, hdr, stats);
Use corrected patch in my another email with
"Date: Sun, 22 Jan 2006 14:04:52 +0200"
--
vda
I would say, please also move the
static inline int is_mcast_or_bcast_ether_addr(const u8 *addr)
function into linux/etherdevice.h
--
Greetings Michael.