mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-10 19:43:29 +00:00
Staging: rt2860: Fix brace coding style issue
This fixes a single brace issue in the rt_linux.c file. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
2685cffa9e
commit
30cb3e5fb5
@ -1313,9 +1313,8 @@ int RtmpOSNetDevAttach(struct net_device *pNetDev,
|
||||
/* OS specific flags, here we used to indicate if we are virtual interface */
|
||||
pNetDev->priv_flags = pDevOpHook->priv_flags;
|
||||
|
||||
if (pAd->OpMode == OPMODE_STA) {
|
||||
if (pAd->OpMode == OPMODE_STA)
|
||||
pNetDev->wireless_handlers = &rt28xx_iw_handler_def;
|
||||
}
|
||||
|
||||
/* copy the net device mac address to the net_device structure. */
|
||||
NdisMoveMemory(pNetDev->dev_addr, &pDevOpHook->devAddr[0],
|
||||
|
Loading…
x
Reference in New Issue
Block a user