<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Electronic Frontier Foundation Supports Unlicensed Spectrum');

// if breadcrumb == true, then it fill in the right trail in the issue
// array
$smarty->assign('breadcrumb','false');

// example:
//$issue = array("Issues" => "/issues/", "Privacy" => "/issues/privacy/", "TIA" => "/issues/privacy/tia/");

$smarty->assign('issue',$issue);

$content  = '
			<div id="featuretext">
<h4>For Immediate Release: Monday, April 17, 2003</h4>

<h1>Electronic Frontier Foundation Supports Unlicensed Spectrum</h1>
<h2>Asks FCC to Broaden Wireless Broadcast Realm</h2>
<h4>Electronic Frontier Foundation Media Release</h4>

<p>
<em>San Francisco, CA</em> - The Electronic Frontier Foundation (EFF)
today supported a spectrum policy proposal from the Federal
Communications Commission (FCC) and asked the FCC to
acknowledge its First Amendment obligation to allocate
additional spectrum for unlicensed use. Unlicensed use of
spectrum would permit the expansion of wireless
communication, including Wi-Fi-style technology.
</p>

<p>EFF asked the FCC to adopt the policy proposed in Notice of
Inquiry 02-328, "Additional Spectrum for Unlicensed Devices
Below 900 MHz and in the 3 GHz Band." In this notice, the
FCC seeks comment on the allocation of additional spectrum
for unlicensed use, similar to the allocation that makes
Wi-Fi devices possible. The Commission proposes to carve
spectrum for unlicensed use out of unused TV station
frequencies, which would dramatically increase the "open"
spectrum available for technological innovation.</p>

<p>"Spectrum regulation is a form of speech regulation," said
EFF Outreach Coordinator Cory Doctorow. "We support the
Commission\'s proposal to make more spectrum available for
unlicensed applications like Wi-Fi, moving us closer to a
world where we all may speak over the airwaves."</p>

<p>The FCC traditionally justifies regulating spectrum use on
grounds of scarcity, arguing that if anyone were allowed to
broadcast, the resulting chaos would create so much
interference that no one would be heard. The success of
Wi-Fi and other uses of the unlicensed 2.4GHz band
demonstrates that unlicensed use models allow far more
speakers than the FCC\'s old "command-and-control" model of
spectrum allocation.</p>

<h3>Links:</h3>

<p>
For this release:<br />

<a href="http://www.eff.org/Infra/Wireless_cellular_radio/20030417_eff_spectrum_pr.php">http://www.eff.org/Infra/Wireless_cellular_radio/20030417_eff_spectrum_pr.php</a>
</p>

<p>EFF comment on proposed FCC unlicensed spectrum regulation:<br />
<a href="http://www.eff.org/Infra/Wireless_cellular_radio/20030417_eff_fcc_spectrum_letter.php">http://www.eff.org/Infra/Wireless_cellular_radio/20030417_eff_fcc_spectrum_letter.php</a></p>

<p>FCC notice of inquiry on unlicensed spectrum:<br />
<a href="http://www.fcc.gov/Document_Indexes/Engineering_Technology/2002_index_OET_Notice.html">http://www.fcc.gov/Document_Indexes/Engineering_Technology/2002_index_OET_Notice.html</a></p>


<h3>Contact:</h3>

<p>

Cory Doctorow<br />
&nbsp;&nbsp;Outreach Coordinator<br />

&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;<a href="mailto:cory@eff.org">cory@eff.org</a><br />
&nbsp;&nbsp;+1 415 436-9333 x106 (office)

</p>


<h3>About EFF:</h3>

<p>

The Electronic Frontier Foundation is the leading civil
liberties organization working to protect rights in the
digital world. Founded in 1990, EFF actively encourages and
challenges industry and government to support free
expression and privacy online. EFF is a member-supported
organization and maintains one of the most linked-to
websites in the world at
<a href="http://www.eff.org/">http://www.eff.org/</a>
</p>
			</div>
';

global $REQUEST_URI;
$smarty->assign('content',$content);
$smarty->display('generic.tpl',$REQUEST_URI);

?>
