kernel/drivers/net/wireless/broadcom/b43/b43.h
.. .. @@ -651,7 +651,7 @@ 651 651 union { 652 652 __be16 d16; 653 653 __be32 d32; 654 - } data __packed;654 + } __packed data;655 655 } __packed; 656 656 657 657 .. .. @@ -909,7 +909,7 @@ 909 909 910 910 /* Set this if we call ieee80211_register_hw() and check if we call 911 911 * ieee80211_unregister_hw(). */ 912 - bool hw_registred;912 + bool hw_registered;913 913 914 914 /* We can only have one operating interface (802.11 core) 915 915 * at a time. General information about this interface follows.