Ticket #1935: madwifi-dfs-ieee80211-skb-update.patch
| File madwifi-dfs-ieee80211-skb-update.patch, 453 bytes (added by lakostis@altlinux.org, 5 months ago) |
|---|
-
a/net80211/ieee80211_linux.h
old new 315 315 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14) 316 316 #define __skb_append(a,b,c) __skb_append(a, b) 317 317 #endif 318 #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,25) 319 #define __skb_append(a,b,c) __skb_queue_after(c,a,b) 320 #endif 318 321 319 322 /* 320 323 * Per-node power-save queue definitions. Beware of control
