wl1251: register platform_device to pass board data
[pandora-wifi.git] / patches / README
1
2 compat-wireless patches
3 =======================
4
5 You must have a really good reason to be adding files
6 in this directory. Your reasoning should either match the
7 explanation already present on the top of each patch file
8 or you should add your own.
9
10 We try to avoid having patch files because:
11
12   * Its a pain in the ass to maintain them.
13
14   * Most backport changes can be pulled off through
15     some macro magic or new files which implement
16     the new functionality on the old kernels.