Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115284858
D42584.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D42584.diff
View Options
diff --git a/sys/dev/ath/ath_hal/ar5210/ar5210.h b/sys/dev/ath/ath_hal/ar5210/ar5210.h
--- a/sys/dev/ath/ath_hal/ar5210/ar5210.h
+++ b/sys/dev/ath/ath_hal/ar5210/ar5210.h
@@ -278,7 +278,7 @@
extern HAL_BOOL ar5210SetKeyCacheEntryMac(struct ath_hal *,
uint16_t, const uint8_t *);
-extern HAL_BOOL ar5210SetPowerMode(struct ath_hal *, uint32_t powerRequest,
+extern HAL_BOOL ar5210SetPowerMode(struct ath_hal *, HAL_POWER_MODE mode,
int setChip);
extern HAL_POWER_MODE ar5210GetPowerMode(struct ath_hal *);
diff --git a/sys/dev/ath/ath_hal/ar5211/ar5211.h b/sys/dev/ath/ath_hal/ar5211/ar5211.h
--- a/sys/dev/ath/ath_hal/ar5211/ar5211.h
+++ b/sys/dev/ath/ath_hal/ar5211/ar5211.h
@@ -304,7 +304,7 @@
extern HAL_BOOL ar5211SetKeyCacheEntryMac(struct ath_hal *,
uint16_t, const uint8_t *);
-extern HAL_BOOL ar5211SetPowerMode(struct ath_hal *, uint32_t powerRequest,
+extern HAL_BOOL ar5211SetPowerMode(struct ath_hal *, HAL_POWER_MODE mode,
int setChip);
extern HAL_POWER_MODE ar5211GetPowerMode(struct ath_hal *);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 23, 6:03 AM (15 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17723378
Default Alt Text
D42584.diff (1 KB)
Attached To
Mode
D42584: ath_hal: Fix a couple of type mismatches in function prototypes
Attached
Detach File
Event Timeline
Log In to Comment