]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/net/wireless/rt2x00/rt2800pci.c
rt2x00: Whitespace cleanup.
[mirror_ubuntu-zesty-kernel.git] / drivers / net / wireless / rt2x00 / rt2800pci.c
index 87a5094ae9536cd01214fddaca831860755fb951..029a45f0cb99d4cbb9b6e5fca94857b179a1b5ae 100644 (file)
@@ -1201,19 +1201,19 @@ static const struct data_queue_desc rt2800pci_queue_bcn = {
 };
 
 static const struct rt2x00_ops rt2800pci_ops = {
-       .name           = KBUILD_MODNAME,
-       .max_sta_intf   = 1,
-       .max_ap_intf    = 8,
-       .eeprom_size    = EEPROM_SIZE,
-       .rf_size        = RF_SIZE,
-       .tx_queues      = NUM_TX_QUEUES,
-       .rx             = &rt2800pci_queue_rx,
-       .tx             = &rt2800pci_queue_tx,
-       .bcn            = &rt2800pci_queue_bcn,
-       .lib            = &rt2800pci_rt2x00_ops,
-       .hw             = &rt2800_mac80211_ops,
+       .name                   = KBUILD_MODNAME,
+       .max_sta_intf           = 1,
+       .max_ap_intf            = 8,
+       .eeprom_size            = EEPROM_SIZE,
+       .rf_size                = RF_SIZE,
+       .tx_queues              = NUM_TX_QUEUES,
+       .rx                     = &rt2800pci_queue_rx,
+       .tx                     = &rt2800pci_queue_tx,
+       .bcn                    = &rt2800pci_queue_bcn,
+       .lib                    = &rt2800pci_rt2x00_ops,
+       .hw                     = &rt2800_mac80211_ops,
 #ifdef CONFIG_RT2X00_LIB_DEBUGFS
-       .debugfs        = &rt2800_rt2x00debug,
+       .debugfs                = &rt2800_rt2x00debug,
 #endif /* CONFIG_RT2X00_LIB_DEBUGFS */
 };