From 9f3403679d823f3b7d4eb2e2918db58b1a0b8fff Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 18 Jun 2012 01:26:36 +0000 Subject: mac80211: update to wireless-testing 2012-06-14 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32420 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../843-brcmsmac-use-container_of-instead-of-cast.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package/mac80211/patches/843-brcmsmac-use-container_of-instead-of-cast.patch') diff --git a/package/mac80211/patches/843-brcmsmac-use-container_of-instead-of-cast.patch b/package/mac80211/patches/843-brcmsmac-use-container_of-instead-of-cast.patch index ba12eda12..a90f7043b 100644 --- a/package/mac80211/patches/843-brcmsmac-use-container_of-instead-of-cast.patch +++ b/package/mac80211/patches/843-brcmsmac-use-container_of-instead-of-cast.patch @@ -18,7 +18,7 @@ found = 0; -@@ -622,7 +622,7 @@ uint ai_cc_reg(struct si_pub *sih, uint +@@ -622,7 +622,7 @@ uint ai_cc_reg(struct si_pub *sih, uint u32 w; struct si_info *sii; @@ -27,7 +27,7 @@ cc = sii->icbus->drv_cc.core; /* mask and set */ -@@ -716,7 +716,7 @@ u16 ai_clkctl_fast_pwrup_delay(struct si +@@ -715,7 +715,7 @@ u16 ai_clkctl_fast_pwrup_delay(struct si uint slowminfreq; u16 fpdelay; @@ -36,7 +36,7 @@ if (ai_get_cccaps(sih) & CC_CAP_PMU) { fpdelay = si_pmu_fast_pwrup_delay(sih); return fpdelay; -@@ -748,7 +748,7 @@ bool ai_clkctl_cc(struct si_pub *sih, en +@@ -747,7 +747,7 @@ bool ai_clkctl_cc(struct si_pub *sih, en struct si_info *sii; struct bcma_device *cc; @@ -45,7 +45,7 @@ cc = ai_findcore(&sii->pub, BCMA_CORE_CHIPCOMMON, 0); bcma_core_set_clockmode(cc, mode); -@@ -759,7 +759,7 @@ void ai_pci_up(struct si_pub *sih) +@@ -758,7 +758,7 @@ void ai_pci_up(struct si_pub *sih) { struct si_info *sii; @@ -54,7 +54,7 @@ if (sii->icbus->hosttype == BCMA_HOSTTYPE_PCI) bcma_core_pci_extend_L1timer(&sii->icbus->drv_pci, true); -@@ -770,7 +770,7 @@ void ai_pci_down(struct si_pub *sih) +@@ -769,7 +769,7 @@ void ai_pci_down(struct si_pub *sih) { struct si_info *sii; @@ -63,7 +63,7 @@ if (sii->icbus->hosttype == BCMA_HOSTTYPE_PCI) bcma_core_pci_extend_L1timer(&sii->icbus->drv_pci, false); -@@ -793,7 +793,7 @@ bool ai_deviceremoved(struct si_pub *sih +@@ -792,7 +792,7 @@ bool ai_deviceremoved(struct si_pub *sih u32 w; struct si_info *sii; -- cgit v1.2.3