initial changes for handling compat.diff
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 4 Aug 2009 18:00:32 +0000 (11:00 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 4 Aug 2009 18:00:32 +0000 (11:00 -0700)
commit051d5937563acfbc0b90b1737790c22b4cc40123
tree65157811459171b0e1ef0e4d94ddf3845e00181e
parent40a7d4b61a8d0fa89f16337672b9f8aa1c31cc54
initial changes for handling compat.diff

We change the way we deal with backport patches.
We used to just apply compat/compat.diff but this
can grow in size as we move on through kernels and
maintaining can be painful. To ease with its
maintenance and review of patches we add add
the patches onto their own directory and separate
them based on the functional nature of the patch.

We add 3 files for now:

01-netdev-ops.patch
02-ksize.patch
03-rfkill.patch

This reflects better what each patch addresses.

While at it update the hunks necessary to apply
cleanly as of wirless-testing master-2009-08-04.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/compat.diff
compat/diffs/01-netdev-ops.patch [new file with mode: 0644]
compat/diffs/02-ksize.patch [new file with mode: 0644]
compat/diffs/03-rfkill.patch [new file with mode: 0644]
scripts/admin-update.sh