summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorYoann Padioleau <padator@wanadoo.fr>2007-08-03 19:37:16 +0200
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-11 01:49:37 +0200
commit6dbc9c89fb242873bd3e83890e59da3d6e462025 (patch)
tree9e70567b27c3245b3bcd641cb63a29f8f648719a /README
parent[PATCH] drivers/net/wireless/prism54/oid_mgt.c: kmalloc + memset conversion t... (diff)
downloadlinux-6dbc9c89fb242873bd3e83890e59da3d6e462025.tar.xz
linux-6dbc9c89fb242873bd3e83890e59da3d6e462025.zip
[PATCH] dev->priv to netdev_priv(dev), for drivers/net/wireless
Replacing accesses to dev->priv to netdev_priv(dev). The replacment is safe when netdev_priv is used to access a private structure that is right next to the net_device structure in memory. Cf http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/de19321bcd94dbb8/0d74a4adcd6177bd This is the case when the net_device structure was allocated with a call to alloc_netdev or one of its derivative. Signed-off-by: Yoann Padioleau <padator@wanadoo.fr> Cc: mcgrof@gmail.com Cc: linux-wireless@vger.kernel.org Cc: akpm@linux-foundation.org Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions