iwlwifi: allocate 128 bytes linear buffer for rx skb
authorZhu Yi <yi.zhu@intel.com>
Fri, 6 Nov 2009 22:52:45 +0000 (14:52 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Nov 2009 20:23:41 +0000 (15:23 -0500)
commita3b6bd5bf23c5cd95389e24121da02d2330eaf21
tree0f5664317960b5a44621aa7b10acd1d8e92b7c09
parentcf7ff8dfe64c8ca8a71b4fcbac357a3476ed1888
iwlwifi: allocate 128 bytes linear buffer for rx skb

Allocate 128 bytes linear buffer for rx skb. The first 64 bytes is
reserved for mac80211 usage (for radiotap header expansion, etc).
The frame header starts from the second 64 bytes.

Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-3945.c
drivers/net/wireless/iwlwifi/iwl-rx.c