diff options
author | Gábor Stefanik <netrolller.3d@gmail.com> | 2009-08-04 18:25:42 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-14 09:12:40 -0400 |
commit | 7c81e98a60cc525e21a6d86cb4357a626f530699 (patch) | |
tree | 1cd921e68c99cae0f26ed1bb5647559d3ef14280 /drivers/net/wireless/b43/b43.h | |
parent | c03e20fc9a6ec5741d9df561130ecba38ef50eb6 (diff) |
b43: Typo fixes & minor cleanup
Make use of HostFlags defines in the LP-PHY code.
Fix fallout from the IEEE80211_IF_TYPE to NL80211_IFTYPE change.
Signed-off-by: Gábor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r-- | drivers/net/wireless/b43/b43.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index b6811cff18ba..d57ee9bd4297 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h | |||
@@ -639,7 +639,7 @@ struct b43_wl { | |||
639 | u8 mac_addr[ETH_ALEN]; | 639 | u8 mac_addr[ETH_ALEN]; |
640 | /* Current BSSID */ | 640 | /* Current BSSID */ |
641 | u8 bssid[ETH_ALEN]; | 641 | u8 bssid[ETH_ALEN]; |
642 | /* Interface type. (IEEE80211_IF_TYPE_XXX) */ | 642 | /* Interface type. (NL80211_IFTYPE_XXX) */ |
643 | int if_type; | 643 | int if_type; |
644 | /* Is the card operating in AP, STA or IBSS mode? */ | 644 | /* Is the card operating in AP, STA or IBSS mode? */ |
645 | bool operating; | 645 | bool operating; |