linux/net/ieee80211
Arnaldo Carvalho de Melo c1d2bbe1cd [SK_BUFF]: Introduce skb_reset_network_header(skb)
For the common, open coded 'skb->nh.raw = skb->data' operation, so that we can
later turn skb->nh.raw into a offset, reducing the size of struct sk_buff in
64bit land while possibly keeping it as a pointer on 32bit.

This one touches just the most simple case, next will handle the slightly more
"complex" cases.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25 22:24:46 -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
ieee80211_crypt.c
ieee80211_crypt_ccmp.c
ieee80211_crypt_tkip.c
ieee80211_crypt_wep.c [NET] IEEE80211: Fix whitespace errors. 2007-02-10 23:19:36 -08:00
ieee80211_geo.c
ieee80211_module.c
ieee80211_rx.c [SK_BUFF]: Introduce skb_reset_network_header(skb) 2007-04-25 22:24:46 -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