Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73528
b: refs/heads/master
c: 94e10bf
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Nov 11, 2007
1 parent 17ff82b commit 5a55348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b226801676d9533d09da511eb379fe970fa1a770
refs/heads/master: 94e10bfb8a7372df3ef2759c9ec2a37de2f24aca
2 changes: 1 addition & 1 deletion trunk/net/ieee80211/softmac/ieee80211softmac_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ ieee80211softmac_wx_set_mlme(struct net_device *dev,
{
struct ieee80211softmac_device *mac = ieee80211_priv(dev);
struct iw_mlme *mlme = (struct iw_mlme *)extra;
u16 reason = cpu_to_le16(mlme->reason_code);
u16 reason = mlme->reason_code;
struct ieee80211softmac_network *net;
int err = -EINVAL;

Expand Down

0 comments on commit 5a55348

Please sign in to comment.