root@kali:/usr/src# cd backports-3.14-1
root@kali:/usr/src/backports-3.14-1# sudo wget
http://patches.aircrack-ng.org/mac80...g+ack_v1.patch
--2014-09-15 17:10:42--
http://patches.aircrack-ng.org/mac80...g+ack_v1.patch
Resolving patches.aircrack-ng.org (patches.aircrack-ng.org)... 213.186.33.2, 2001:41d0:1:1b00:213:186:33:2
Connecting to patches.aircrack-ng.org (patches.aircrack-ng.org)|213.186.33.2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: `mac80211.compat08082009.wl_frag+ack_v1.patch'
[ <=> ] 1,049 --.-K/s in 0s
2014-09-15 17:10:43 (44.4 MB/s) - `mac80211.compat08082009.wl_frag+ack_v1.patch' saved [1049]
root@kali:/usr/src/backports-3.14-1# sudo patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch
patching file net/mac80211/tx.c
Hunk #1 succeeded at 784 (offset 107 lines).
root@kali:/usr/src/backports-3.14-1# sudo wget -Ocompatdrivers_chan_qos_frag.patch
http://www.pastie.org/pastes/8846771/download
--2014-09-15 17:11:25--
http://www.pastie.org/pastes/8846771/download
Resolving
www.pastie.org (
www.pastie.org)... 162.159.243.119, 162.159.244.119, 2400:cb00:2048:1::a29f:f477, ...
Connecting to
www.pastie.org (
www.pastie.org)|162.159.243.119|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: `compatdrivers_chan_qos_frag.patch'
[ <=> ] 3,049 --.-K/s in 0.001s
2014-09-15 17:11:25 (3.52 MB/s) - `compatdrivers_chan_qos_frag.patch' saved [3049]
root@kali:/usr/src/backports-3.14-1# patch -p1 < compatdrivers_chan_qos_frag.patch
patching file drivers/net/wireless/rtl818x/rtl8187/dev.c
Hunk #1 succeeded at 251 (offset -1 lines).
patching file net/mac80211/cfg.c
Hunk #1 FAILED at 826.
1 out of 1 hunk FAILED -- saving rejects to file net/mac80211/cfg.c.rej
patching file net/mac80211/tx.c
Hunk #1 succeeded at 1542 (offset 60 lines).
patching file net/wireless/chan.c
patch unexpectedly ends in middle of line
Hunk #1 succeeded at 633 with fuzz 1 (offset 153 lines).
root@kali:/usr/src/backports-3.14-1# sudo wget -Ofix-channel-negative-1-on-new-backport-by-Devil_D.patch
http://pastebin.com/wPwAJaQC
--2014-09-15 17:11:58--
http://pastebin.com/wPwAJaQC
Resolving pastebin.com (pastebin.com)... 141.101.112.16, 190.93.243.15, 190.93.240.15, ...
Connecting to pastebin.com (pastebin.com)|141.101.112.16|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `fix-channel-negative-1-on-new-backport-by-Devil_D.patch'
[ <=> ] 26,680 --.-K/s in 0.03s
2014-09-15 17:11:58 (966 KB/s) - `fix-channel-negative-1-on-new-backport-by-Devil_D.patch' saved [26680]
root@kali:/usr/src/backports-3.14-1# patch -p1 < fix-channel-negative-1-on-new-backport-by-Devil_D.patch
(Stripping trailing CRs from patch.)
patching file drivers/net/wireless/rtl818x/rtl8187/dev.c
Hunk #1 FAILED at 252.
1 out of 1 hunk FAILED -- saving rejects to file drivers/net/wireless/rtl818x/rtl8187/dev.c.rej
(Stripping trailing CRs from patch.)
patching file net/mac80211/cfg.c
Hunk #1 FAILED at 826.
1 out of 1 hunk FAILED -- saving rejects to file net/mac80211/cfg.c.rej
(Stripping trailing CRs from patch.)
patching file net/mac80211/tx.c
Hunk #1 FAILED at 1482.
1 out of 1 hunk FAILED -- saving rejects to file net/mac80211/tx.c.rej
(Stripping trailing CRs from patch.)
patching file net/wireless/chan.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file net/wireless/chan.c.rej
patch unexpectedly ends in middle of line
root@kali:/usr/src/backports-3.14-1# make defconfig-wifi
Generating local configuration database from kernel ... done.
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o conf.o conf.c
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o zconf.tab.o zconf.tab.c
cc conf.o zconf.tab.o -o conf
boolean symbol HWMON tested for 'm'? test forced to 'n'
boolean symbol HWMON tested for 'm'? test forced to 'n'
#
# configuration written to .config
#