RPi/RPi2: update linux support patches for linux 4.7.3

This commit is contained in:
MilhouseVH 2016-09-07 14:23:46 +01:00
parent 0ed9b3f88e
commit 67298338bf
3 changed files with 5993 additions and 2422 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -14,10 +14,23 @@ TODO=$1
# Drop commits not used
DROP_COMMITS="
Added Device IDs for August DVB-T 205
net\: Add non-mainline source for rtl8192cu wlan
net\: Fix rtl8192cu build errors on other platforms
Added Device IDs for August DVB-T 205
#Enable cfg80211 support
# Other rtl8192cu related commits below...
Fix cfg80211 for kernel >= 4.7 \(#1624\)
suppress spurious messages
Add #if for 3\.14 kernel change \(#87\)
Set dev_type to wlan
Tentatively added support for more 8188CUS based devices\.
Add support for more 8188CUS and 8192CUS devices
Add ProductId for the Netgear N150 - WNA1000M
Fixes CONFIG_CONCURRENT_MODE CONFIG_MULTI_VIR_IFACES
Fixes compatibility with 3\.13
Enables warning in the compiler and fixes some issues, reference => https\:\/\/github.com\/diederikdehaas\/rtl8812AU
Starts device in station mode instead of monitor, fixes NetworkManager issues
Enable cfg80211 support
"
IFS=$'\n'