mirror of https://github.com/proski/madwifi
Whitespace near r3071
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3072 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
806f7b46e7
commit
972e313a8e
|
@ -706,8 +706,8 @@ ieee80211_skbhdr_adjust(struct ieee80211vap *vap, int hdrsize,
|
|||
int n = 0;
|
||||
if (need_headroom > skb_headroom(skb))
|
||||
n = need_headroom - skb_headroom(skb);
|
||||
if (pskb_expand_head(skb, n,
|
||||
need_tailroom - skb_tailroom(skb), GFP_ATOMIC)) {
|
||||
if (pskb_expand_head(skb, n, need_tailroom -
|
||||
skb_tailroom(skb), GFP_ATOMIC)) {
|
||||
IEEE80211_DPRINTF(vap, IEEE80211_MSG_OUTPUT,
|
||||
"%s: cannot expand storage (tail)\n", __func__);
|
||||
vap->iv_stats.is_tx_nobuf++;
|
||||
|
|
Loading…
Reference in New Issue