aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2008-12-13 03:45:54 +0000
committerSam Leffler <sam@FreeBSD.org>2008-12-13 03:45:54 +0000
commit009e2f111c856f4950a3248bc06ca95998026d9d (patch)
treefaf9f438933348a8802f8b691f83aaf9b0c8cecb
parent0a39558b330e078863f7f16dd5851903a750d5bf (diff)
Notes
-rw-r--r--sys/dev/ath/ath_hal/ar5212/ar5111.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ar5212/ar5111.c b/sys/dev/ath/ath_hal/ar5212/ar5111.c
index 95dbbd5ef9f8..f009ebe625fc 100644
--- a/sys/dev/ath/ath_hal/ar5212/ar5111.c
+++ b/sys/dev/ath/ath_hal/ar5212/ar5111.c
@@ -14,7 +14,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: ar5111.c,v 1.7 2008/11/10 04:08:03 sam Exp $
+ * $FreeBSD$
*/
#include "opt_ah.h"
@@ -90,7 +90,7 @@ ar5111SetChannel(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *chan)
uint16_t channel5111; /* 11a channel for 5111 */
} CHAN_INFO_2GHZ;
- const static CHAN_INFO_2GHZ chan2GHzData[] = {
+ static const CHAN_INFO_2GHZ chan2GHzData[] = {
{ 1, 0x46, 96 }, /* 2312 -19 */
{ 1, 0x46, 97 }, /* 2317 -18 */
{ 1, 0x46, 98 }, /* 2322 -17 */