URL: http://svn.madwifi-project.org/madwifi/branches/madwifi-0.9.4
Repository Root: http://svn.madwifi-project.org
Repository UUID: 0192ed92-7a03-0410-a25b-9323aeb14dbd
-Revision: 4165
+Revision: 4167
Last Changed Author: proski
-Last Changed Rev: 4165
-Last Changed Date: 2011-08-15 21:10:12 +0200 (Mon, 15 Aug 2011)
+Last Changed Rev: 4167
+Last Changed Date: 2011-08-26 17:38:40 +0200 (Fri, 26 Aug 2011)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGES.
*
- * $Id: if_ath.c 4162 2011-08-03 06:25:42Z proski $
+ * $Id: if_ath.c 4167 2011-08-26 15:38:40Z proski $
*/
/*
struct ath_softc *sc = netdev_priv(dev);
if (time_before(jiffies, sc->sc_ic.ic_bmiss_guard)) {
- /* Beacon miss interrupt occured too short after last beacon
+ /* Beacon miss interrupt occurred too short after last beacon
* timer configuration. Ignore it as it could be spurious. */
DPRINTF(sc, ATH_DEBUG_ANY, "%s: ignored\n", __func__);
} else {
*
* It is not an aimless search, there is some direction to the search
* pattern. But then, the minstels of old only sung where they thought
- * they would get an income. Similarily, we direct thesearch a little.
+ * they would get an income. Similarly, we direct the search a little.
*
* Enjoy. Derek Smithies. */
%define mykrelver %(echo %{mykversion} | tr -s '-' '_')
# Define based on the tar ball extract.
# Those two variable will be instanced during the tarball generation
-%define revision 4165
-%define snapshot 20110816
+%define revision 4167
+%define snapshot 20110827
# branch is not used yet.
%define branch trunk
Summary: A linux device driver for Atheros chipsets (ar5210, ar5211, ar5212).
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGES.
*
- * $Id: compat.h 4133 2010-06-20 12:13:10Z proski $
+ * $Id: compat.h 4167 2011-08-26 15:38:40Z proski $
*/
#ifndef _ATH_COMPAT_H_
#define _ATH_COMPAT_H_
/*
* BSD/Linux compatibility shims. These are used mainly to
- * minimize differences when importing necesary BSD code.
+ * minimize differences when importing necessary BSD code.
*/
#define NBBY 8 /* number of bits/byte */
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: ieee80211.c 4136 2011-02-02 21:22:31Z proski $
+ * $Id: ieee80211.c 4167 2011-08-26 15:38:40Z proski $
*/
#ifndef EXPORT_SYMTAB
#define EXPORT_SYMTAB
* NB: this is not quite right, since we should have one of:
* 'I' indoor only
* 'O' outdoor only
- * ' ' all enviroments
+ * ' ' all environments
* we currently can only provide 'I' or ' '.
*/
ic->ic_country_ie.country_str[2] = 'I';
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: ieee80211_input.c 4165 2011-08-15 19:10:12Z proski $
+ * $Id: ieee80211_input.c 4167 2011-08-26 15:38:40Z proski $
*/
#ifndef EXPORT_SYMTAB
#define EXPORT_SYMTAB
if (more_frag) {
if (skb_is_nonlinear(skb)) {
/*
- * We need a continous buffer to
+ * We need a continuous buffer to
* assemble fragments
*/
ni->ni_rxfrag = skb_copy(skb, GFP_ATOMIC);
netif_stop_queue(ic->ic_dev);
#endif
- vap->iv_csa_jiffies = 0; /* supress "cancel" msg */
+ vap->iv_csa_jiffies = 0; /* suppress "cancel" msg */
ieee80211_doth_cancel_cs(vap);
ic->ic_prevchan = ic->ic_curchan;
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: ieee80211_node.c 4136 2011-02-02 21:22:31Z proski $
+ * $Id: ieee80211_node.c 4167 2011-08-26 15:38:40Z proski $
*/
#ifndef EXPORT_SYMTAB
#define EXPORT_SYMTAB
ieee80211_reset_erp(ic, ic->ic_curmode);
ni = ieee80211_alloc_node(&ic->ic_sta, vap, vap->iv_myaddr);
- KASSERT(ni != NULL, ("unable to setup inital BSS node"));
+ KASSERT(ni != NULL, ("unable to setup initial BSS node"));
obss = vap->iv_bss;
vap->iv_bss = ieee80211_ref_node(ni);
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGES.
*
- * $Id: ieee80211_wireless.c 4156 2011-08-03 01:07:44Z proski $
+ * $Id: ieee80211_wireless.c 4167 2011-08-26 15:38:40Z proski $
*/
/*
}
/* Atheros' RSSI value is SNR: 0 -> 60 for old chipsets. Range
- * for newer chipsets is unknown. This value is arbitarily chosen
+ * for newer chipsets is unknown. This value is arbitrarily chosen
* to give an indication that full rate will be available and to be
* a practicable maximum. */
range->max_qual.qual = 70;
strcat(name, "-xr");
/*
* create a new XR vap. if the normal VAP is already up,
- * bring up the XR vap aswell.
+ * bring up the XR vap as well.
*/
vap->iv_ath_cap &= ~IEEE80211_ATHC_TURBOP; /* turn off turbo */
ieee80211_scan_flush(ic); /* NB: could optimize */
* make this easier to include into user space programs.
* Jouni Malinen, 2005-03-12.
*
- * $Id: wireless_copy.h 2058 2007-02-01 08:14:49Z proski $
+ * $Id: wireless_copy.h 4167 2011-08-26 15:38:40Z proski $
*/
*/
struct iw_event
{
- __u16 len; /* Real lenght of this stuff */
+ __u16 len; /* Real length of this stuff */
__u16 cmd; /* Wireless IOCTL */
union iwreq_data u; /* IOCTL fixed payload */
};