/[orinoco]/orinoco/orinoco.c
ViewVC logotype

Diff of /orinoco/orinoco.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.24.2.9 by dgibson, Tue Sep 30 03:36:11 2003 UTC revision 1.1.1.24.2.10 by dgibson, Tue Sep 30 04:01:28 2003 UTC
# Line 408  Line 408 
408   *        Theoretically reduces performance, but I can't measure it.   *        Theoretically reduces performance, but I can't measure it.
409   *        Patch from Andrew Tridgell <tridge AT samba.org>   *        Patch from Andrew Tridgell <tridge AT samba.org>
410   *   *
411     * v0.14alpha1 -> v0.14alpha2 - ???? - David Gibson
412     *      o Clear shared-key authentication (bugfix from Robert
413     *        J. Moore).
414     *
415   * TODO   * TODO
416   *      o New wireless extensions API (patch from Moustafa   *      o New wireless extensions API (patch from Moustafa
417   *        Youssef, updated by Jim Carter and Pavel Roskin).   *        Youssef, updated by Jim Carter and Pavel Roskin).
# Line 1157  static int __orinoco_hw_setup_wep(struct Line 1161  static int __orinoco_hw_setup_wep(struct
1161                  if (priv->wep_on) {                  if (priv->wep_on) {
1162                          /* Enable the shared-key authentication. */                          /* Enable the shared-key authentication. */
1163                          /* FIXME: We never clear the authentication flag... */                          /* FIXME: We never clear the authentication flag... */
1164                          if (priv->wep_restrict) {                          if (priv->wep_restrict)
1165                                  auth_flag = 0x2;                                  auth_flag = 0x2;
1166                                  err = hermes_write_wordrec(hw, USER_BAP,                          else
1167                                                             HERMES_RID_CNFAUTHENTICATION_AGERE,                                  auth_flag = 0x0;
1168                                                             auth_flag);                                    err = hermes_write_wordrec(hw, USER_BAP,
1169                                  if (err)                                                     HERMES_RID_CNFAUTHENTICATION_AGERE,
1170                                          return err;                                                     auth_flag);          
1171                          }                                                  if (err)
1172                                    return err;
1173                          err = hermes_write_wordrec(hw, USER_BAP,                          err = hermes_write_wordrec(hw, USER_BAP,
1174                                                     HERMES_RID_CNFTXKEY_AGERE,                                                     HERMES_RID_CNFTXKEY_AGERE,
1175                                                     priv->tx_key);                                                     priv->tx_key);

Legend:
Removed from v.1.1.1.24.2.9  
changed lines
  Added in v.1.1.1.24.2.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26