]> Git Repo - linux.git/blobdiff - drivers/staging/vt6655/rxtx.c
cfg80211: remove enum ieee80211_band
[linux.git] / drivers / staging / vt6655 / rxtx.c
index 1a2dda09b69d70f706fc2420b633e34492935a5c..e4c3165ae027556238fabb2f38405d3fd57b7873 100644 (file)
@@ -1307,7 +1307,7 @@ int vnt_generate_fifo_header(struct vnt_private *priv, u32 dma_idx,
        }
 
        if (current_rate > RATE_11M) {
-               if (info->band == IEEE80211_BAND_5GHZ) {
+               if (info->band == NL80211_BAND_5GHZ) {
                        pkt_type = PK_TYPE_11A;
                } else {
                        if (tx_rate->flags & IEEE80211_TX_RC_USE_CTS_PROTECT)
This page took 0.032739 seconds and 4 git commands to generate.