M7350/external/compat-wireless/patches
2024-09-09 08:57:42 +00:00
..
01-netdev.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
02-ksize.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
03-rfkill.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
04-netns.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
05-usb.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
06-header-changes.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
07-change-default-rate-alg.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
08-rename-config-options.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
09-cfg80211-wext-padding.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
09-threaded-irq.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
10-add-wext-handlers-to-netdev.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
11-dev-pm-ops.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
12-iw_handler-changes.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
12-mac80211-disable-tx-status.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
14-device-type.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
15-symbol-export-conflicts.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
16-bluetooth.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
17-netdev-queue.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
18-rename-usb-net-symbols.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
21-capi-proc_fops.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
22-multiqueue.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
24-pcmcia.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
25-multicast-list_head.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
26-sdio-quirks.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
27-hermes-read-pda-conflict.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
29-sdio_no_suspend.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
30-bridge-port.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
31-backport-sk_add_backlog.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
32-remove-ns-type.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
35-fix-makefile-includes.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
36-workqueue.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
37-vsnprintk.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
38-led-max-brightness.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
39-remove_blink_set.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
40-netdev-hw-features.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
41-ndev_features_jb.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
42-netlink_seq.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
43-rename_pm_qos_request.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
99-change-makefiles.patch M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
README M7350v5_en_gpl 2024-09-09 08:57:42 +00:00

compat-wireless patches
=======================

You must have a really good reason to be adding files
in this directory. Your reasoning should either match the
explanation already present on the top of each patch file
or you should add your own.

We try to avoid having patch files because:

  * Its a pain in the ass to maintain them.

  * Most backport changes can be pulled off through
    some macro magic or new files which implement
    the new functionality on the old kernels.