ath9k_htc: Update to upstream's commit d19607454d656cb14d8c16dfbf161eebb542e8fe dated...
[linux-libre-firmware.git] / ath9k_htc / target_firmware / magpie_fw_dev / target / inc / adf_net_types.h
index 4238c38a2576966e3a401c859dce5069e1594306..dcd032cde3a591aa81d1eb39a3b3f3d4b7190c34 100755 (executable)
@@ -72,7 +72,7 @@ typedef enum {
 
 
 /**
- * @brief Indicates what features are supported by the interface. 
+ * @brief Indicates what features are supported by the interface.
  */
 #define ADF_NET_LINK_SUPP_10baseT_Half      (1 << 0)
 #define ADF_NET_LINK_SUPP_10baseT_Full      (1 << 1)
@@ -93,7 +93,7 @@ typedef enum {
                                            ADF_NET_LINK_SUPP_1000baseT_Full)
 
 /**
- * @brief Indicates what features are advertised by the interface. 
+ * @brief Indicates what features are advertised by the interface.
  */
 #define ADF_NET_LINK_ADV_10baseT_Half     (1 << 0)
 #define ADF_NET_LINK_ADV_10baseT_Full     (1 << 1)
@@ -196,7 +196,7 @@ typedef struct adf_net_vlanhdr{
 typedef struct adf_net_vid{
 #if defined (ADF_LITTLE_ENDIAN_MACHINE)
     a_uint16_t      val:12;
-    a_uint8_t       res:4;  
+    a_uint8_t       res:4;
 #elif defined (ADF_BIG_ENDIAN_MACHINE)
     a_uint8_t      res:4;
     a_uint16_t      val:12;
@@ -314,7 +314,7 @@ typedef union {
 }adf_net_cmd_data_t;
 
 /**
- * @brief For polled devices, adf_drv responds with one of the following status in 
+ * @brief For polled devices, adf_drv responds with one of the following status in
  * its poll function.
  */
 typedef enum {
@@ -368,7 +368,7 @@ typedef enum adf_net_wireless_events{
     ADF_IEEE80211_SCAN = __ADF_IEEE80211_SCAN,
     ADF_IEEE80211_REPLAY = __ADF_IEEE80211_REPLAY,
     ADF_IEEE80211_MICHAEL = __ADF_IEEE80211_MICHAEL,
-    ADF_IEEE80211_REJOIN = __ADF_IEEE80211_REJOIN, 
+    ADF_IEEE80211_REJOIN = __ADF_IEEE80211_REJOIN,
     ADF_CUSTOM_PUSH_BUTTON = __ADF_CUSTOM_PUSH_BUTTON
 }adf_net_wireless_event_t;