dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/ieee80211
Arnaldo Carvalho de Melo 31c7711b50 [SK_BUFF]: Some more simple skb_reset_network_header conversions
This time of the type:

 skb->nh.iph = (struct iphdr *)skb->data;

That is completely equivalent to:

 skb->nh.raw = skb->data;

Wonder why people love casts... :-)

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25 22:24:50 -07:00
..
softmac Merge branch 'upstream' into upstream-jgarzik 2007-02-17 18:26:09 -05:00
Kconfig [PATCH] fix typos in net/ieee80211/Kconfig 2007-03-24 16:51:53 -07:00
Makefile [PATCH] softmac: fix Makefiles 2006-03-22 22:16:51 -05:00
ieee80211_crypt.c [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 2006-07-21 14:51:30 -07:00
ieee80211_crypt_ccmp.c Merge branch 'master' into upstream 2006-09-22 20:10:23 -04:00
ieee80211_crypt_tkip.c [PATCH] severing skbuff.h -> mm.h 2006-12-04 02:00:34 -05:00
ieee80211_crypt_wep.c [NET] IEEE80211: Fix whitespace errors. 2007-02-10 23:19:36 -08:00
ieee80211_geo.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ieee80211_module.c [PATCH] ieee80211: Provide generic get_stats implementation 2006-12-02 00:12:05 -05:00
ieee80211_rx.c [SK_BUFF]: Some more simple skb_reset_network_header conversions 2007-04-25 22:24:50 -07:00
ieee80211_tx.c [NET] IEEE80211: Use htons() where appropriate. 2007-04-25 22:23:57 -07:00
ieee80211_wx.c [NET] IEEE80211: Fix whitespace errors. 2007-02-10 23:19:36 -08:00