Skip to content

Commit

Permalink
Staging: wlan-ng: remove dependency on WIRELESS_EXT version
Browse files Browse the repository at this point in the history
As the driver is in mainline now we can remove such dependency.
WIRELESS_EXT is 22 now and it is always defined.

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alexander Beregalov authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent b637686 commit 6fdc7f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/wlan-ng/prism2sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -1444,9 +1444,7 @@ void prism2sta_processing_defer(struct work_struct *data)
}

wlandev->linkstatus = (hw->link_status == HFA384x_LINK_CONNECTED);
#ifdef WIRELESS_EXT
p80211wext_event_associated(wlandev, wlandev->linkstatus);
#endif

failed:
return;
Expand Down

0 comments on commit 6fdc7f8

Please sign in to comment.