diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-05-26 09:31:16 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-05-26 09:31:16 +0000 |
commit | 588acc2cbae61c31b6eabd19e55fcb48c653d87a (patch) | |
tree | f26bf8a48afd178778540f4d077b203b902cb3e1 /target/linux/generic/patches-4.0/072-15-bgmac-fix-requests-for-extra-polling-calls-from-NAPI.patch | |
parent | df23709f165b2e74e398080f1c0706d011263412 (diff) | |
download | upstream-588acc2cbae61c31b6eabd19e55fcb48c653d87a.tar.gz upstream-588acc2cbae61c31b6eabd19e55fcb48c653d87a.tar.bz2 upstream-588acc2cbae61c31b6eabd19e55fcb48c653d87a.zip |
generic/4.0: update to 4.0.4
Update kernel sources and refresh some patches.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45761
Diffstat (limited to 'target/linux/generic/patches-4.0/072-15-bgmac-fix-requests-for-extra-polling-calls-from-NAPI.patch')
-rw-r--r-- | target/linux/generic/patches-4.0/072-15-bgmac-fix-requests-for-extra-polling-calls-from-NAPI.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/generic/patches-4.0/072-15-bgmac-fix-requests-for-extra-polling-calls-from-NAPI.patch b/target/linux/generic/patches-4.0/072-15-bgmac-fix-requests-for-extra-polling-calls-from-NAPI.patch index 39cf048b9c..62e9379f94 100644 --- a/target/linux/generic/patches-4.0/072-15-bgmac-fix-requests-for-extra-polling-calls-from-NAPI.patch +++ b/target/linux/generic/patches-4.0/072-15-bgmac-fix-requests-for-extra-polling-calls-from-NAPI.patch @@ -17,11 +17,9 @@ Fixes: eb64e2923a886 ("bgmac: leave interrupts disabled as long as there is work drivers/net/ethernet/broadcom/bgmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/drivers/net/ethernet/broadcom/bgmac.c b/drivers/net/ethernet/broadcom/bgmac.c -index de77d3a..21e3c38 100644 --- a/drivers/net/ethernet/broadcom/bgmac.c +++ b/drivers/net/ethernet/broadcom/bgmac.c -@@ -1260,7 +1260,7 @@ static int bgmac_poll(struct napi_struct *napi, int weight) +@@ -1260,7 +1260,7 @@ static int bgmac_poll(struct napi_struct /* Poll again if more events arrived in the meantime */ if (bgmac_read(bgmac, BGMAC_INT_STATUS) & (BGMAC_IS_TX0 | BGMAC_IS_RX)) @@ -30,6 +28,3 @@ index de77d3a..21e3c38 100644 if (handled < weight) { napi_complete(napi); --- -1.8.4.5 - |