File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
drivers/net/wireless/microchip/wilc1000 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
#include "netdev.h"
13
13
#include "cfg80211.h"
14
14
15
+ #define SPI_MODALIAS "wilc1000_spi"
16
+
15
17
static bool enable_crc7 ; /* protect SPI commands with CRC7 */
16
18
module_param (enable_crc7 , bool , 0644 );
17
19
MODULE_PARM_DESC (enable_crc7 ,
@@ -209,7 +211,7 @@ MODULE_DEVICE_TABLE(spi, wilc_spi_id);
209
211
210
212
static struct spi_driver wilc_spi_driver = {
211
213
.driver = {
212
- .name = MODALIAS ,
214
+ .name = SPI_MODALIAS ,
213
215
.of_match_table = wilc_of_match ,
214
216
},
215
217
.id_table = wilc_spi_id ,
Original file line number Diff line number Diff line change 213
213
#define WILC_RX_BUFF_SIZE (96 * 1024)
214
214
#define WILC_TX_BUFF_SIZE (64 * 1024)
215
215
216
- #define MODALIAS "WILC_SPI"
217
-
218
216
#define NQUEUES 4
219
217
#define AC_BUFFER_SIZE 1000
220
218
You can’t perform that action at this time.
0 commit comments