mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 05:56:11 +02:00
kernel: update to 3.14.22 (intel only yet).
This commit is contained in:
2165
src/patches/linux-3.14-layer7-filter.patch
Normal file
2165
src/patches/linux-3.14-layer7-filter.patch
Normal file
File diff suppressed because it is too large
Load Diff
6558
src/patches/linux-3.14.22-dvbsky.patch
Normal file
6558
src/patches/linux-3.14.22-dvbsky.patch
Normal file
File diff suppressed because it is too large
Load Diff
1767
src/patches/linux-3.14.22-imq.patch
Normal file
1767
src/patches/linux-3.14.22-imq.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,22 @@
|
||||
diff -Naur linux-3.14.22.org/drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c linux-3.14.22/drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c
|
||||
--- linux-3.14.22.org/drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c 2014-10-15 08:42:04.000000000 +0200
|
||||
+++ linux-3.14.22/drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c 2014-10-24 17:33:57.165155190 +0200
|
||||
@@ -613,14 +613,15 @@
|
||||
/* set no-HT40, will enable as appropriate later */
|
||||
channel->flags = IEEE80211_CHAN_NO_HT40;
|
||||
|
||||
+ if (eeprom_ch->flags & EEPROM_CHANNEL_RADAR) {
|
||||
+ channel->flags |= IEEE80211_CHAN_RADAR;
|
||||
+
|
||||
if (!(eeprom_ch->flags & EEPROM_CHANNEL_IBSS))
|
||||
channel->flags |= IEEE80211_CHAN_NO_IR;
|
||||
|
||||
if (!(eeprom_ch->flags & EEPROM_CHANNEL_ACTIVE))
|
||||
channel->flags |= IEEE80211_CHAN_NO_IR;
|
||||
-
|
||||
- if (eeprom_ch->flags & EEPROM_CHANNEL_RADAR)
|
||||
- channel->flags |= IEEE80211_CHAN_RADAR;
|
||||
+}
|
||||
|
||||
/* Initialize regulatory-based run-time data */
|
||||
channel->max_power =
|
||||
Reference in New Issue
Block a user